Skip to content

Commit 3a520e6

Browse files
committed
Disable test that fails spuriously
This test fails sometimes with something like: SOURCE_DIR/test/ModuleInterface/ModuleCache/prebuilt-module-cache-forwarding.swift:47:8: error: malformed compiled module: BUILD_DIR/test-macosx-x86_64/ModuleInterface/ModuleCache/Output/prebuilt-module-cache-forwarding.swift.tmp/MCP/Lib-2XZQCTV44N470.swiftmodule rdar://58578342
1 parent 6126fdb commit 3a520e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ModuleInterface/ModuleCache/prebuilt-module-cache-forwarding.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ struct X {}
5050
let _: X = Lib.testValue
5151
// FROM-INTERFACE: [[@LINE-1]]:16: error: cannot convert value of type 'FromInterface' to specified type 'X'
5252
// FROM-PREBUILT: [[@LINE-2]]:16: error: cannot convert value of type 'FromPrebuilt' to specified type 'X'
53+
54+
// REQUIRES: rdar58578342

0 commit comments

Comments
 (0)