File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
// the correct reason in the test. We want to separate a memory management error
6
6
// from a cast error which prints a nice error message.
7
7
8
+ // FIXME: we should run this test if the OS-provided stdlib is recent enough.
9
+ // UNSUPPORTED: use_os_stdlib
10
+
8
11
// REQUIRES: executable_test
9
12
// REQUIRES: objc_interop
10
13
Original file line number Diff line number Diff line change @@ -1461,6 +1461,7 @@ if not kIsWindows:
1461
1461
"SIMCTL_CHILD_DYLD_LIBRARY_PATH='{0}' " # Simulator option
1462
1462
.format (target_stdlib_path , libdispatch_path )) + config .target_run
1463
1463
else :
1464
+ config .available_features .add ('use_os_stdlib' )
1464
1465
os_stdlib_path = ''
1465
1466
if run_vendor == 'apple' :
1466
1467
#If we get swift-in-the-OS for non-Apple platforms, add a condition here
You can’t perform that action at this time.
0 commit comments