Skip to content

Commit 3347f8d

Browse files
committed
[Concurrency] Generalize futures tests
1 parent 37f8f20 commit 3347f8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Concurrency/Runtime/async_task_priority_basic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency) | %FileCheck %s --dump-input always
22
// REQUIRES: executable_test
33
// REQUIRES: concurrency
4-
// REQUIRES: OS=macosx
4+
// REQUIRES: libdispatch
55

66
import Dispatch
77

test/Concurrency/Runtime/basic_future.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5-
// REQUIRES: OS=macosx
5+
// REQUIRES: libdispatch
66
// XFAIL: CPU=arm64e
77

88
import Dispatch

test/Concurrency/Runtime/future_fibonacci.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5-
// REQUIRES: OS=macosx
5+
// REQUIRES: libdispatch
66
// XFAIL: CPU=arm64e
77

88
import Dispatch

0 commit comments

Comments
 (0)