Skip to content

Commit e929235

Browse files
authored
Merge pull request #72306 from xymus/revert-xfail-freestanding
Tests: un-xfail tests on the freestanding bot
2 parents 55812e7 + 81e4659 commit e929235

7 files changed

+0
-21
lines changed

test/Concurrency/Runtime/actor_counters_freestanding.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// REQUIRES: concurrency_runtime
99
// UNSUPPORTED: back_deployment_runtime
1010

11-
// rdar://124277662
12-
// XFAIL: freestanding
13-
1411
@_spi(_TaskToThreadModel) import _Concurrency
1512
import StdlibUnittest
1613
import Darwin

test/Concurrency/Runtime/async_let_throw_completion_order.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// REQUIRES: concurrency_runtime
88
// UNSUPPORTED: back_deployment_runtime
99

10-
// rdar://124277662
11-
// XFAIL: freestanding
12-
1310
struct Bad: Error {}
1411

1512
class Foo { init() async throws {}; deinit { print("Foo down") } }

test/Concurrency/Runtime/async_taskgroup_asynciterator_semantics.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// REQUIRES: concurrency_runtime
66
// UNSUPPORTED: back_deployment_runtime
77

8-
// rdar://124277662
9-
// XFAIL: freestanding
10-
118
struct Boom: Error {}
129

1310
func boom() async throws -> Int {

test/Concurrency/Runtime/async_taskgroup_is_asyncsequence.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// REQUIRES: concurrency_runtime
88
// UNSUPPORTED: back_deployment_runtime
99

10-
// rdar://124277662
11-
// XFAIL: freestanding
12-
1310
@available(SwiftStdlib 5.1, *)
1411
func test_taskGroup_is_asyncSequence() async {
1512
print(#function)

test/Concurrency/blocking_continuations.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// REQUIRES: freestanding
66
// UNSUPPORTED: threading_none
77

8-
// rdar://124277662
9-
// XFAIL: freestanding
10-
118
@_spi(_TaskToThreadModel) import _Concurrency
129
import StdlibUnittest
1310
import Darwin

test/Concurrency/execute_child_on_await.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// REQUIRES: freestanding
66
// REQUIRES: concurrency_runtime
77

8-
// rdar://124277662
9-
// XFAIL: freestanding
10-
118
@_spi(_TaskToThreadModel) import _Concurrency
129
import StdlibUnittest
1310
import Darwin

test/stdlib/run_inline.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// REQUIRES: freestanding
66
// REQUIRES: concurrency_runtime
77

8-
// rdar://124277662
9-
// XFAIL: freestanding
10-
118
@_spi(_TaskToThreadModel) import _Concurrency
129

1310
// =============================================================================

0 commit comments

Comments
 (0)