Skip to content

Commit d4ea93c

Browse files
authored
Merge pull request #37545 from compnerd/windows-concurrency-enablement
tests: un-XFAIL a couple of tests on Windows
2 parents 4fc7fc3 + 6a85fd0 commit d4ea93c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift

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

10-
// XFAIL: OS=windows-msvc
11-
1210
struct Boom: Error {}
1311
struct IgnoredBoom: Error {}
1412

test/Concurrency/throwing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5+
56
// UNSUPPORTED: use_os_stdlib
67
// UNSUPPORTED: back_deployment_runtime
7-
// XFAIL: OS=windows-msvc
88

99
import _Concurrency
1010
import StdlibUnittest

0 commit comments

Comments
 (0)