Skip to content

Commit b1eb438

Browse files
authored
Merge pull request #40274 from compnerd/async-testing
test: enable async/Distributed tests on Windows
2 parents 2c50619 + 7f67dcb commit b1eb438

10 files changed

+0
-25
lines changed

test/Concurrency/Runtime/async_stream.swift

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

11-
// https://bugs.swift.org/browse/SR-14466
12-
// UNSUPPORTED: OS=windows-msvc
13-
1411
// Race condition
1512
// REQUIRES: rdar78033828
1613

test/Concurrency/Runtime/async_task_async_let_child_cancel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55

6-
// UNSUPPORTED: OS=windows-msvc
76
// UNSUPPORTED: back_deployment_runtime
87
// REQUIRES: concurrency_runtime
98

test/Concurrency/Runtime/async_task_detach.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-
// https://bugs.swift.org/browse/SR-14333
11-
// UNSUPPORTED: OS=windows-msvc
12-
1310
class X {
1411
init() {
1512
print("X: init")

test/Concurrency/Runtime/async_task_yield.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55

6-
// https://bugs.swift.org/browse/SR-14333
7-
// UNSUPPORTED: OS=windows-msvc
86
// REQUIRES: concurrency_runtime
97
// UNSUPPORTED: back_deployment_runtime
108

test/Concurrency/Runtime/custom_executors.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// UNSUPPORTED: back_deployment_runtime
77
// REQUIRES: concurrency_runtime
88

9-
// Disabled until test hang can be looked at.
10-
// UNSUPPORTED: OS=windows-msvc
119

1210
actor Simple {
1311
var count = 0

test/Concurrency/Runtime/exclusivity_custom_executors.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// Crash expectations can't be implemented on WASI/WebAssembly.
1111
// UNSUPPORTED: OS=wasi
1212

13-
// Disabled until test hang can be looked at.
14-
// UNSUPPORTED: OS=windows-msvc
15-
1613
// UNSUPPORTED: use_os_stdlib
1714

1815
// This test makes sure that we properly save/restore access when we

test/Distributed/Runtime/distributed_actor_init_local.swift

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

11-
// FIXME(distributed): we need to revisit what's going on on windows with distributed actors rdar://83859906
12-
// UNSUPPORTED: OS=windows-msvc
13-
1411
// Flaky CI test
1512
// REQUIRES: radar84649015
1613

test/Distributed/Runtime/distributed_actor_local.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// REQUIRES: concurrency
55
// REQUIRES: distributed
66

7-
// rdar://83859906
8-
// UNSUPPORTED: OS=windows-msvc
9-
10-
117
// rdar://76038845
128
// UNSUPPORTED: use_os_stdlib
139
// UNSUPPORTED: back_deployment_runtime

test/IRGen/async/run-switch-executor.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
// FIXME: both of these should work, need to figure out why
1111
// UNSUPPORTED: CPU=arm64e
12-
// UNSUPPORTED: OS=windows-msvc
1312

1413
// REQUIRES: rdar72893124
1514

test/IRGen/async/throwing.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-
// https://bugs.swift.org/browse/SR-14333
12-
// UNSUPPORTED: OS=windows-msvc
13-
1411
struct E : Error {}
1512

1613
func asyncCanThrowDoesThrow() async throws -> Int {

0 commit comments

Comments
 (0)