Skip to content

Commit 306cb0d

Browse files
committed
[Test] Exclude environment_variables.swift from testing against the OS stdlib.
rdar://problem/64301166
1 parent 6527a21 commit 306cb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Runtime/environment_variables.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-codesign %t/main
44

55
// REQUIRES: executable_test
6+
// UNSUPPORTED: use_os_stdlib
67

78
// RUN: env %env-SWIFT_DEBUG_HELP=YES %env-SWIFT_DEBUG_SOME_UNKNOWN_VARIABLE=42 %env-SWIFT_DEBUG_ENABLE_METADATA_ALLOCATION_ITERATION=YES %env-SWIFT_DEBUG_IMPLICIT_OBJC_ENTRYPOINT=abc %env-SWIFT_DETERMINISTIC_HASHING=whatever %env-SWIFT_ENABLE_MANGLED_NAME_VERIFICATION=YES %target-run %t/main 2>&1 | %FileCheck %s --dump-input fail
89

0 commit comments

Comments
 (0)