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 34a8bdb commit 1e7cdc9Copy full SHA for 1e7cdc9
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -797,7 +797,6 @@ struct PipeConfigurationTests {
797
#expect(result.terminationStatus.isSuccess)
798
}
799
800
- #if !os(Windows)
801
@Test func testSharedErrorRespectingMaxSize() async throws {
802
let longErrorMessage = String(repeating: "error", count: 100) // 500 characters
803
@@ -821,6 +820,7 @@ struct PipeConfigurationTests {
821
820
822
// MARK: - Error Redirection Tests
823
+ #if !os(Windows)
824
@Test func testSeparateErrorRedirection() async throws {
825
#if os(Windows)
826
let config =
0 commit comments