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 d0b00a8 commit cd68a37Copy full SHA for cd68a37
Tests/SwiftDriverTests/NonincrementalCompilationTests.swift
@@ -293,6 +293,8 @@ final class NonincrementalCompilationTests: XCTestCase {
293
}
294
295
func testShowJobLifecycleAndIncremental() throws {
296
+ // rdar://82304093
297
+ throw XCTSkip()
298
// Legacy MacOS driver output:
299
// Adding standard job to task queue: {compile: main.o <= main.swift}
300
// Added to TaskQueue: {compile: main.o <= main.swift}
@@ -319,6 +321,8 @@ final class NonincrementalCompilationTests: XCTestCase {
319
321
320
322
323
func testNoIncremental() throws {
324
325
326
try runDriver( with: [
327
"-c",
328
"-incremental",
0 commit comments