File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,8 @@ class APIDigesterTests: XCTestCase {
176
176
}
177
177
178
178
func testBaselineGenerationEndToEnd( ) throws {
179
+ // rdar://82302797
180
+ throw XCTSkip ( )
179
181
try withTemporaryDirectory { path in
180
182
try localFileSystem. changeCurrentWorkingDirectory ( to: path)
181
183
let source = path. appending ( component: " foo.swift " )
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ class CrossModuleIncrementalBuildTests: XCTestCase {
41
41
}
42
42
43
43
func testChangingOutputFileMap( ) throws {
44
+ // rdar://82304093
45
+ throw XCTSkip ( )
44
46
try withTemporaryDirectory { path in
45
47
try localFileSystem. changeCurrentWorkingDirectory ( to: path)
46
48
let magic = path. appending ( component: " magic.swift " )
@@ -94,6 +96,8 @@ class CrossModuleIncrementalBuildTests: XCTestCase {
94
96
}
95
97
96
98
func testEmbeddedModuleDependencies( ) throws {
99
+ // rdar://82304093
100
+ throw XCTSkip ( )
97
101
try withTemporaryDirectory { path in
98
102
try localFileSystem. changeCurrentWorkingDirectory ( to: path)
99
103
do {
Original file line number Diff line number Diff line change @@ -293,6 +293,8 @@ final class NonincrementalCompilationTests: XCTestCase {
293
293
}
294
294
295
295
func testShowJobLifecycleAndIncremental( ) throws {
296
+ // rdar://82304093
297
+ throw XCTSkip ( )
296
298
// Legacy MacOS driver output:
297
299
// Adding standard job to task queue: {compile: main.o <= main.swift}
298
300
// Added to TaskQueue: {compile: main.o <= main.swift}
@@ -319,6 +321,8 @@ final class NonincrementalCompilationTests: XCTestCase {
319
321
320
322
}
321
323
func testNoIncremental( ) throws {
324
+ // rdar://82304093
325
+ throw XCTSkip ( )
322
326
try runDriver ( with: [
323
327
" -c " ,
324
328
" -incremental " ,
You can’t perform that action at this time.
0 commit comments