Skip to content

Commit 53d8780

Browse files
committed
[Test] Reenable most arm64e concurrency tests.
rdar://72357371
1 parent 5536114 commit 53d8780

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

test/Concurrency/Runtime/actor_counters.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
// Remove with rdar://problem/72439642
88
// UNSUPPORTED: asan
9+
// Remove with rdar://problem/72357371
10+
// UNSUPPORTED: CPU=arm64e
911

1012
#if canImport(Darwin)
1113
import Darwin

test/Concurrency/Runtime/mainactor.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
// REQUIRES: OS=macosx || OS=ios
77
// FIXME: should not require Darwin to run this test once we have async main!
8+
// Remove with rdar://problem/72357371
9+
// UNSUPPORTED: CPU=arm64e
810

911
// for exit(:Int)
1012
#if canImport(Darwin)

test/Concurrency/Runtime/objc_async.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: concurrency
88
// REQUIRES: objc_interop
99

10+
// Remove with rdar://problem/72357371
11+
// UNSUPPORTED: CPU=arm64e
12+
1013

1114
@main struct Main {
1215
static func main() async {

test/lit.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,6 @@ 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-
362358
sdk_overlay_link_path = ""
363359
sdk_overlay_linker_opt = ""
364360
sdk_overlay_dir_opt = ""

0 commit comments

Comments
 (0)