mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Tests: un-xfail tests on the freestanding bot
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
// REQUIRES: concurrency_runtime
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
@_spi(_TaskToThreadModel) import _Concurrency
|
||||
import StdlibUnittest
|
||||
import Darwin
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
// REQUIRES: concurrency_runtime
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
struct Bad: Error {}
|
||||
|
||||
class Foo { init() async throws {}; deinit { print("Foo down") } }
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
// REQUIRES: concurrency_runtime
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
struct Boom: Error {}
|
||||
|
||||
func boom() async throws -> Int {
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
// REQUIRES: concurrency_runtime
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
@available(SwiftStdlib 5.1, *)
|
||||
func test_taskGroup_is_asyncSequence() async {
|
||||
print(#function)
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
// REQUIRES: freestanding
|
||||
// UNSUPPORTED: threading_none
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
@_spi(_TaskToThreadModel) import _Concurrency
|
||||
import StdlibUnittest
|
||||
import Darwin
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
// REQUIRES: freestanding
|
||||
// REQUIRES: concurrency_runtime
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
@_spi(_TaskToThreadModel) import _Concurrency
|
||||
import StdlibUnittest
|
||||
import Darwin
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
// REQUIRES: freestanding
|
||||
// REQUIRES: concurrency_runtime
|
||||
|
||||
// rdar://124277662
|
||||
// XFAIL: freestanding
|
||||
|
||||
@_spi(_TaskToThreadModel) import _Concurrency
|
||||
|
||||
// =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user