Skip to content

Commit 9833e09

Browse files
committed
[Tests] Disable path lookup test for OS stdlib.
Path lookup needs the new stdlib. rdar://107399270
1 parent 8990a12 commit 9833e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Runtime/Paths.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// RUN: env %env-SWIFT_ROOT=%t/swift-root %target-run %t/paths-test | %FileCheck %s --check-prefix CHECK-FR
1212
// REQUIRES: executable_test
1313

14+
// UNSUPPORTED: use_os_stdlib
15+
// UNSUPPORTED: back_deployment_runtime
16+
1417
// This can't be done in unittests, because that statically links the runtime
1518
// so we get the wrong paths. We explicitly want to test that we get the
1619
// path we expect (that is, the path to the runtime, and paths relative to

0 commit comments

Comments
 (0)