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 99
1010// REQUIRES: executable_test
1111// UNSUPPORTED: use_os_stdlib
12+ // UNSUPPORTED: back_deployment_runtime
1213
1314// CHECK-NOT: Type verification
1415
Original file line number Diff line number Diff line change 1313
1414// REQUIRES: executable_test
1515// UNSUPPORTED: use_os_stdlib
16+ // UNSUPPORTED: back_deployment_runtime
1617
1718// CHECK-NOT: Type verification
1819
Original file line number Diff line number Diff line change 55// REQUIRES: executable_test
66// REQUIRES: concurrency
77// UNSUPPORTED: use_os_stdlib
8+ // UNSUPPORTED: back_deployment_runtime
89
910import Swift
1011import StdlibUnittest
Original file line number Diff line number Diff line change @@ -1569,6 +1569,10 @@ ENV_VAR_PREFIXES = {
15691569}
15701570TARGET_ENV_PREFIX = ENV_VAR_PREFIXES .get (config .target_sdk_name , "" ) if not kIsAndroid else ""
15711571
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+
15721576if 'remote_run_host' in lit_config .params :
15731577 if 'remote_run_tmpdir' not in lit_config .params :
15741578 lit_config .fatal ("'remote_run_host' provided, but no "
You can’t perform that action at this time.
0 commit comments