mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Concurrency] prevent two tests from running on OSes without ...
...runtime support Addresses rdar://159026098
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
// REQUIRES: executable_test
|
// REQUIRES: executable_test
|
||||||
// REQUIRES: concurrency
|
// REQUIRES: concurrency
|
||||||
|
// REQUIRES: concurrency_runtime
|
||||||
|
|
||||||
// rdar://124277662
|
// rdar://124277662
|
||||||
// XFAIL: freestanding
|
// XFAIL: freestanding
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
// REQUIRES: executable_test
|
// REQUIRES: executable_test
|
||||||
// REQUIRES: concurrency
|
// REQUIRES: concurrency
|
||||||
|
// REQUIRES: concurrency_runtime
|
||||||
|
|
||||||
// rdar://124277662
|
// rdar://124277662
|
||||||
// XFAIL: freestanding
|
// XFAIL: freestanding
|
||||||
|
|||||||
Reference in New Issue
Block a user