Skip to content

Commit 2d6e570

Browse files
nate-chandlernkcsgexi
authored andcommitted
[Test] Disable concurrency tests on arm64e temporarily.
For now, when the run_cpu is arm64e, make the "concurrency" feature unavailable for testing. rdar://problem/72357371
1 parent c1dd6f9 commit 2d6e570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/lit.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ run_ptrauth = 'ptrauth' if run_cpu == 'arm64e' else 'noptrauth'
355355
run_endian = 'little' if run_cpu != 's390x' else 'big'
356356
run_objc_interop = 'nonobjc' # overwritten later
357357

358+
if run_cpu == 'arm64e':
359+
lit_config.warning('Skipping concurrency tests on arm64e for now. Remove with rdar://problem/72357371 .')
360+
config.available_features.discard('concurrency')
361+
358362
sdk_overlay_link_path = ""
359363
sdk_overlay_linker_opt = ""
360364
sdk_overlay_dir_opt = ""

0 commit comments

Comments
 (0)