Skip to content

Commit dd55791

Browse files
authored
Merge pull request #64763 from al45tair/eng/PR-107399270
[Tests] Disable path lookup test for OS stdlib.
2 parents 36c3a81 + 9833e09 commit dd55791

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)