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 8910837 commit 44a6d13Copy full SHA for 44a6d13
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -796,6 +796,8 @@ struct PipeConfigurationTests {
796
#expect(errorOutput.contains("shell stderr"))
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
@@ -1412,6 +1414,7 @@ struct PipeConfigurationTests {
1412
1414
// This test is for compilation only
1413
1415
#expect(pipeline.stages.count == 3)
1416
1417
+ #endif
1418
1419
1420
// MARK: - Compilation Tests (no execution)
0 commit comments