Skip to content

Commit de44d99

Browse files
committed
workflows: Exempt ProcessExecutor and its tests from unacceptable language check
"kill" in these files refers to a Unix command and signal and cannot be avoided.
1 parent 0714aab commit de44d99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.unacceptablelanguageignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Sources/AsyncProcess/ProcessExecutor.swift
2+
Tests/AsyncProcessTests/IntegrationTests.swift

Tests/AsyncProcessTests/IntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ final class IntegrationTests: XCTestCase {
10201020
}
10211021

10221022
#if os(macOS)
1023-
// This test will hang on anything that uses swift-corelibs-foundation because of
1023+
// This test will deadlock on anything that uses swift-corelibs-foundation because of
10241024
// https://github.com/apple/swift-corelibs-foundation/issues/4795
10251025
// Foundation.Process on Linux doesn't correctly detect when child process dies (creating zombie processes)
10261026
func testCanDealWithRunawayChildProcesses() async throws {

0 commit comments

Comments
 (0)