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 8e8a56d commit 7ccace1Copy full SHA for 7ccace1
Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift
@@ -586,6 +586,8 @@ final class ExplicitModuleBuildTests: XCTestCase {
586
}
587
588
func testExplicitModuleBuildEndToEnd() throws {
589
+ throw XCTSkip("rdar://79594631")
590
+ /*
591
// The macOS-only restriction is temporary while Clang's dependency scanner
592
// is gaining the ability to perform name-based module lookup.
593
#if os(macOS)
@@ -615,6 +617,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
615
617
XCTAssertFalse(driver.diagnosticEngine.hasErrors)
616
618
619
#endif
620
+ */
621
622
623
func getStdlibShimsPaths(_ driver: Driver) throws -> (AbsolutePath, AbsolutePath) {
0 commit comments