We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757f55f + 0934763 commit 6f2dff9Copy full SHA for 6f2dff9
test/Concurrency/Runtime/async_task_detached.swift
@@ -3,8 +3,8 @@
3
// REQUIRES: executable_test
4
// REQUIRES: concurrency
5
6
-// See SR-14333
7
-// UNSUPPORTED: MSVC_VER=15.0
+// https://bugs.swift.org/browse/SR-14333
+// UNSUPPORTED: OS=windows-msvc
8
9
class X {
10
init() {
test/IRGen/async/throwing.swift
@@ -7,9 +7,8 @@
// UNSUPPORTED: use_os_stdlib
11
-// XFAIL: OS=windows-msvc
12
13
14
struct E : Error {}
15
0 commit comments