Tests: un-xfail tests on the freestanding bot

This commit is contained in:
Alexis Laferrière
2024-03-13 13:32:41 -07:00
parent e4494d8353
commit 81e465971c
7 changed files with 0 additions and 21 deletions

View File

@@ -8,9 +8,6 @@
// REQUIRES: concurrency_runtime
// UNSUPPORTED: back_deployment_runtime
// rdar://124277662
// XFAIL: freestanding
@_spi(_TaskToThreadModel) import _Concurrency
import StdlibUnittest
import Darwin

View File

@@ -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") } }

View File

@@ -5,9 +5,6 @@
// REQUIRES: concurrency_runtime
// UNSUPPORTED: back_deployment_runtime
// rdar://124277662
// XFAIL: freestanding
struct Boom: Error {}
func boom() async throws -> Int {

View File

@@ -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)

View File

@@ -5,9 +5,6 @@
// REQUIRES: freestanding
// UNSUPPORTED: threading_none
// rdar://124277662
// XFAIL: freestanding
@_spi(_TaskToThreadModel) import _Concurrency
import StdlibUnittest
import Darwin

View File

@@ -5,9 +5,6 @@
// REQUIRES: freestanding
// REQUIRES: concurrency_runtime
// rdar://124277662
// XFAIL: freestanding
@_spi(_TaskToThreadModel) import _Concurrency
import StdlibUnittest
import Darwin

View File

@@ -5,9 +5,6 @@
// REQUIRES: freestanding
// REQUIRES: concurrency_runtime
// rdar://124277662
// XFAIL: freestanding
@_spi(_TaskToThreadModel) import _Concurrency
// =============================================================================