File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 9
9
10
10
// REQUIRES: executable_test
11
11
// UNSUPPORTED: use_os_stdlib
12
+ // UNSUPPORTED: back_deployment_runtime
12
13
13
14
// CHECK-NOT: Type verification
14
15
Original file line number Diff line number Diff line change 13
13
14
14
// REQUIRES: executable_test
15
15
// UNSUPPORTED: use_os_stdlib
16
+ // UNSUPPORTED: back_deployment_runtime
16
17
17
18
// CHECK-NOT: Type verification
18
19
Original file line number Diff line number Diff line change 5
5
// REQUIRES: executable_test
6
6
// REQUIRES: concurrency
7
7
// UNSUPPORTED: use_os_stdlib
8
+ // UNSUPPORTED: back_deployment_runtime
8
9
9
10
import Swift
10
11
import StdlibUnittest
Original file line number Diff line number Diff line change @@ -1569,6 +1569,10 @@ ENV_VAR_PREFIXES = {
1569
1569
}
1570
1570
TARGET_ENV_PREFIX = ENV_VAR_PREFIXES .get (config .target_sdk_name , "" ) if not kIsAndroid else ""
1571
1571
1572
+ back_deployment_runtime = lit_config .params .get ('back_deployment_runtime' , None )
1573
+ if back_deployment_runtime is not None :
1574
+ config .available_features .add ('back_deployment_runtime' )
1575
+
1572
1576
if 'remote_run_host' in lit_config .params :
1573
1577
if 'remote_run_tmpdir' not in lit_config .params :
1574
1578
lit_config .fatal ("'remote_run_host' provided, but no "
You can’t perform that action at this time.
0 commit comments