Skip to content

Commit cda5aef

Browse files
committed
Restrict dsohandle-multi-module.swift test to OS X
Investigating a problem with execution tests on other platforms when building multiple dylibs and an executable that builds them. rdar://problem/27620565
1 parent 764d0fc commit cda5aef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/execution/dsohandle-multi-module.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: env LD_LIBRARY_PATH=%t DYLD_LIBRARY_PATH=%t %target-run %t/main
77
// REQUIRES: executable_test
88

9+
// rdar://problem/27620565
10+
// REQUIRES: OS=macosx
11+
912
import first
1013
import second
1114

0 commit comments

Comments
 (0)