Skip to content

Commit 9dff5f2

Browse files
authored
Merge pull request #65242 from ktoso/wip-reenable-discarding
Re-enable discarding group tests
2 parents a5017db + 8b2178f commit 9dff5f2

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7-
// REQUIRES: rdar104762037
8-
97
// rdar://78109470
108
// UNSUPPORTED: back_deployment_runtime
119

10+
// FIXME: enable discarding taskgroup on windows; rdar://104762037
11+
// UNSUPPORTED: OS=windows-msvc
12+
1213
import _Concurrency
1314

1415
struct Boom: Error {

test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// REQUIRES: concurrency
44
// REQUIRES: concurrency_runtime
55

6-
// REQUIRES: rdar104762037
7-
86
// UNSUPPORTED: back_deployment_runtime
9-
// UNSUPPORTED: OS=linux-gnu
7+
8+
// FIXME: enable discarding taskgroup on windows; rdar://104762037
9+
// UNSUPPORTED: OS=windows-msvc
1010

1111
actor Waiter {
1212
let until: Int

test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
// REQUIRES: concurrency
55
// REQUIRES: reflection
66

7-
// REQUIRES: rdar104762037
8-
97
// rdar://76038845
108
// REQUIRES: concurrency_runtime
119
// UNSUPPORTED: back_deployment_runtime
1210

11+
// FIXME: enable discarding taskgroup on windows; rdar://104762037
12+
// UNSUPPORTED: OS=windows-msvc
13+
1314
struct Boom: Error {
1415
let id: String
1516

0 commit comments

Comments
 (0)