Skip to content

Commit 5f96635

Browse files
committed
OS=windows does not seem to do it
1 parent 8c4278f commit 5f96635

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Concurrency/Runtime/async_task_handle_cancellation.swift

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

6-
// XFAIL: OS=windows
6+
// XFAIL: OS=windows-msvc
77

88
@main struct Main {
99
static func main() async {

test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift

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

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5-
// XFAIL: OS=windows
5+
// XFAIL: OS=windows-msvc
66

77
struct Boom: Error {}
88
struct IgnoredBoom: Error {}

test/IRGen/async/throwing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRES: executable_test
77
// REQUIRES: concurrency
88
// UNSUPPORTED: use_os_stdlib
9-
// XFAIL: OS=windows
9+
// XFAIL: OS=windows-msvc
1010

1111
struct E : Error {}
1212

0 commit comments

Comments
 (0)