mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
This commit is contained in:
committed by
GitHub
parent
d49dd182ed
commit
5ed663b1e1
@@ -19,9 +19,6 @@
|
||||
// UNSUPPORTED: DARWIN_SIMULATOR=ios
|
||||
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
|
||||
|
||||
// rdar://107390341 - Because task escalation tests seem disabled on this platform
|
||||
// UNSUPPORTED: CPU=arm64e
|
||||
|
||||
import Darwin
|
||||
@preconcurrency import Dispatch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user