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 7e70ba0 commit d0b00a8Copy full SHA for d0b00a8
Tests/SwiftDriverTests/CrossModuleIncrementalBuildTests.swift
@@ -41,6 +41,8 @@ class CrossModuleIncrementalBuildTests: XCTestCase {
41
}
42
43
func testChangingOutputFileMap() throws {
44
+ // rdar://82304093
45
+ throw XCTSkip()
46
try withTemporaryDirectory { path in
47
try localFileSystem.changeCurrentWorkingDirectory(to: path)
48
let magic = path.appending(component: "magic.swift")
@@ -94,6 +96,8 @@ class CrossModuleIncrementalBuildTests: XCTestCase {
94
96
95
97
98
func testEmbeddedModuleDependencies() throws {
99
100
101
102
103
do {
0 commit comments