Skip to content

Commit 6a85fd0

Browse files
committed
tests: un-XFAIL a couple of tests on Windows
These tests are now passing after frame lowering changes for Windows.
1 parent e031e3f commit 6a85fd0

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)