We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c8c008 + 95c4ccf commit c51dabdCopy full SHA for c51dabd
test/Concurrency/async_task_base_priority.swift
@@ -10,6 +10,9 @@
10
// UNSUPPORTED: back_deploy_concurrency
11
// UNSUPPORTED: threading_none
12
13
+// rdar://101077408 – Temporarily disable on watchOS simulator
14
+// UNSUPPORTED: DARWIN_SIMULATOR=watchos
15
+
16
import StdlibUnittest
17
import Dispatch
18
#if canImport(Darwin)
test/Concurrency/async_task_priority.swift
@@ -13,6 +13,9 @@
// UNSUPPORTED: back_deployment_runtime
19
import Darwin
20
@preconcurrency import Dispatch
21
0 commit comments