Skip to content

Commit 49be0b8

Browse files
committed
[windows][test] Unsupport async_task_yield in OS=windows-msvc
The test crashes in both the VS2017 and VS2019 CI machines. See https://bugs.swift.org/browse/SR-14333 for more of these problems.
1 parent f7fb5a1 commit 49be0b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/async_task_yield.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+
// https://bugs.swift.org/browse/SR-14333
7+
// UNSUPPORTED: OS=windows-msvc
8+
69
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
710
protocol Go: Actor {
811
func go(times: Int) async -> Int

0 commit comments

Comments
 (0)