We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0714aab commit de44d99Copy full SHA for de44d99
.unacceptablelanguageignore
@@ -0,0 +1,2 @@
1
+Sources/AsyncProcess/ProcessExecutor.swift
2
+Tests/AsyncProcessTests/IntegrationTests.swift
Tests/AsyncProcessTests/IntegrationTests.swift
@@ -1020,7 +1020,7 @@ final class IntegrationTests: XCTestCase {
1020
}
1021
1022
#if os(macOS)
1023
- // This test will hang on anything that uses swift-corelibs-foundation because of
+ // This test will deadlock on anything that uses swift-corelibs-foundation because of
1024
// https://github.com/apple/swift-corelibs-foundation/issues/4795
1025
// Foundation.Process on Linux doesn't correctly detect when child process dies (creating zombie processes)
1026
func testCanDealWithRunawayChildProcesses() async throws {
0 commit comments