Skip to content

Commit 53b39a8

Browse files
authored
Merge pull request #38569 from rintaro/disable-rdar79670222
[Test] Disable Concurrency/Runtime/async.swift
2 parents 914928e + 62f4945 commit 53b39a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Concurrency/Runtime/async.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar79670222
12
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking %import-libdispatch)
23

34
// REQUIRES: executable_test
@@ -7,9 +8,6 @@
78
// rdar://76038845
89
// UNSUPPORTED: use_os_stdlib
910

10-
// rdar://79670222 : This test fails on iphonesimulator-x86_64
11-
// UNSUPPORTED: OS=ios && CPU=x86_64
12-
1311
import Dispatch
1412
import StdlibUnittest
1513

0 commit comments

Comments
 (0)