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 914928e + 62f4945 commit 53b39a8Copy full SHA for 53b39a8
test/Concurrency/Runtime/async.swift
@@ -1,3 +1,4 @@
1
+// REQUIRES: rdar79670222
2
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking %import-libdispatch)
3
4
// REQUIRES: executable_test
@@ -7,9 +8,6 @@
7
8
// rdar://76038845
9
// UNSUPPORTED: use_os_stdlib
10
-// rdar://79670222 : This test fails on iphonesimulator-x86_64
11
-// UNSUPPORTED: OS=ios && CPU=x86_64
12
-
13
import Dispatch
14
import StdlibUnittest
15
0 commit comments