Skip to content

Commit 940a155

Browse files
Merge pull request #36398 from aschwaighofer/xfail_concurrency_test_windows
Disable failing concurrency tests on windows
2 parents 37a25a5 + 5f96635 commit 940a155

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/Concurrency/Runtime/async_task_handle_cancellation.swift

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

6+
// XFAIL: OS=windows-msvc
7+
68
@main struct Main {
79
static func main() async {
810
let handle = Task.runDetached {

test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift

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

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

67
struct Boom: Error {}
78
struct IgnoredBoom: Error {}

test/IRGen/async/throwing.swift

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

1011
struct E : Error {}
1112

0 commit comments

Comments
 (0)