Skip to content

Commit c8d15aa

Browse files
committed
Don't disable priority escalation tests on arm64e
We carried over all unsupported: marks from task_priority test which seems to have had just racy behavior for ages. This test should be fine on arm64e, and especially, we must run it to verify the pointer auth of these APIs. This allowed a pointer auth issue to slip through, so let's remedy this by actually running the test on those platforms.
1 parent e18f553 commit c8d15aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Concurrency/async_task_escalate_priority.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
// UNSUPPORTED: DARWIN_SIMULATOR=ios
2020
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
2121

22-
// rdar://107390341 - Because task escalation tests seem disabled on this platform
23-
// UNSUPPORTED: CPU=arm64e
24-
2522
import Darwin
2623
@preconcurrency import Dispatch
2724

0 commit comments

Comments
 (0)