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 1074c6d commit 271abbdCopy full SHA for 271abbd
Tests/SwiftDriverTests/IncrementalCompilationTests.swift
@@ -597,6 +597,7 @@ extension IncrementalCompilationTests {
597
598
/// Ensure that if an output of post-compile job is missing, the job gets rerun.
599
func testIncrementalPostCompileJob() throws {
600
+ #if !os(Linux)
601
let driver = try XCTUnwrap(tryInitial(checkDiagnostics: true))
602
for postCompileOutput in try driver.postCompileOutputs() {
603
let absPostCompileOutput = try XCTUnwrap(postCompileOutput.file.absolutePath)
@@ -605,6 +606,7 @@ extension IncrementalCompilationTests {
605
606
tryNoChange()
607
XCTAssertTrue(localFileSystem.exists(absPostCompileOutput))
608
}
609
+ #endif
610
611
612
private func postCompileOutputs() -> [AbsolutePath] {
0 commit comments