Skip to content

Commit 0934763

Browse files
committed
[test] Disable some concurrency tests on Windows
https://bugs.swift.org/browse/SR-14333
1 parent 757f55f commit 0934763

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

test/Concurrency/Runtime/async_task_detached.swift

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

6-
// See SR-14333
7-
// UNSUPPORTED: MSVC_VER=15.0
6+
// https://bugs.swift.org/browse/SR-14333
7+
// UNSUPPORTED: OS=windows-msvc
88

99
class X {
1010
init() {

test/IRGen/async/throwing.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
// REQUIRES: concurrency
88
// UNSUPPORTED: use_os_stdlib
99

10-
// See SR-14333
11-
// XFAIL: OS=windows-msvc
12-
// UNSUPPORTED: MSVC_VER=15.0
10+
// https://bugs.swift.org/browse/SR-14333
11+
// UNSUPPORTED: OS=windows-msvc
1312

1413
struct E : Error {}
1514

0 commit comments

Comments
 (0)