We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b96dff7 + 683a68d commit 2a4d520Copy full SHA for 2a4d520
test/Unit/lit.cfg
@@ -90,3 +90,8 @@ if 'use_os_stdlib' not in lit_config.params:
90
# to handle dependencies of the dylibs loaded by `SwiftRuntimeTests`
91
# (for which we cannot run `swift-rpathize.py`)
92
config.environment['DYLD_LIBRARY_PATH'] = os.path.join(test_resource_dir, 'macosx')
93
+
94
+if 'use_os_stdlib' in lit_config.params:
95
+ # Runtime tests are failing in back-deployment due to missing _Concurrency.
96
+ # rdar://78139218
97
+ config.excludes += ['runtime']
0 commit comments