Skip to content

Commit fe3d329

Browse files
committed
[Tests] Mark TypeRoundTrip as unsupported on use_os_stdlib.
When use_os_stdlib is set, we use the system Swift libraries, rather than the ones we've just built. Older Swift libraries don't have some of the required functions to run this test, and since the test is supposed to be testing the library rather than the compiler, it makes sense to just mark it as unsupported in that configuration.
1 parent a4f3f2f commit fe3d329

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/TypeRoundTrip/round-trip.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
// REQUIRES: executable_test
1414
// REQUIRES: shell
15+
// UNSUPPORTED: use_os_stdlib
16+
// UNSUPPORTED: back_deployment_runtime
1517

1618
// CHECK-NOT: FAIL
1719

0 commit comments

Comments
 (0)