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:
Konrad `ktoso` Malawski
2025-06-02 14:19:25 +09:00
committed by GitHub
parent d49dd182ed
commit 5ed663b1e1

View File

@@ -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