File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
// Remove with rdar://problem/72439642
8
8
// UNSUPPORTED: asan
9
+ // Remove with rdar://problem/72357371
10
+ // UNSUPPORTED: CPU=arm64e
9
11
10
12
#if canImport(Darwin)
11
13
import Darwin
Original file line number Diff line number Diff line change 5
5
6
6
// REQUIRES: OS=macosx || OS=ios
7
7
// FIXME: should not require Darwin to run this test once we have async main!
8
+ // Remove with rdar://problem/72357371
9
+ // UNSUPPORTED: CPU=arm64e
8
10
9
11
// for exit(:Int)
10
12
#if canImport(Darwin)
Original file line number Diff line number Diff line change 7
7
// REQUIRES: concurrency
8
8
// REQUIRES: objc_interop
9
9
10
+ // Remove with rdar://problem/72357371
11
+ // UNSUPPORTED: CPU=arm64e
12
+
10
13
11
14
@main struct Main {
12
15
static func main( ) async {
Original file line number Diff line number Diff line change @@ -355,10 +355,6 @@ run_ptrauth = 'ptrauth' if run_cpu == 'arm64e' else 'noptrauth'
355
355
run_endian = 'little' if run_cpu != 's390x' else 'big'
356
356
run_objc_interop = 'nonobjc' # overwritten later
357
357
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
-
362
358
sdk_overlay_link_path = ""
363
359
sdk_overlay_linker_opt = ""
364
360
sdk_overlay_dir_opt = ""
You can’t perform that action at this time.
0 commit comments