Skip to content

Commit cd68a37

Browse files
committed
test: also skip testChangingOutputFileMap and testEmbeddedModuleDependencies
1 parent d0b00a8 commit cd68a37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SwiftDriverTests/NonincrementalCompilationTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ final class NonincrementalCompilationTests: XCTestCase {
293293
}
294294

295295
func testShowJobLifecycleAndIncremental() throws {
296+
// rdar://82304093
297+
throw XCTSkip()
296298
// Legacy MacOS driver output:
297299
// Adding standard job to task queue: {compile: main.o <= main.swift}
298300
// Added to TaskQueue: {compile: main.o <= main.swift}
@@ -319,6 +321,8 @@ final class NonincrementalCompilationTests: XCTestCase {
319321

320322
}
321323
func testNoIncremental() throws {
324+
// rdar://82304093
325+
throw XCTSkip()
322326
try runDriver( with: [
323327
"-c",
324328
"-incremental",

0 commit comments

Comments
 (0)