Skip to content

Commit d4112f8

Browse files
authored
Merge pull request swiftlang#36637 from drodriguez/windows-unsupport-more-concurrency-tests-in-vs2017
2 parents fae8f4a + 5a2dd89 commit d4112f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Concurrency/Runtime/async_task_detached.swift

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

6+
// See SR-14333
7+
// UNSUPPORTED: MSVC_VER=15.0
8+
69
class X {
710
init() {
811
print("X: init")

test/IRGen/async/throwing.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// REQUIRES: executable_test
77
// REQUIRES: concurrency
88
// UNSUPPORTED: use_os_stdlib
9+
10+
// See SR-14333
911
// XFAIL: OS=windows-msvc
12+
// UNSUPPORTED: MSVC_VER=15.0
1013

1114
struct E : Error {}
1215

0 commit comments

Comments
 (0)