Skip to content

Commit 57aa7e4

Browse files
authored
Merge pull request #36900 from drodriguez/windows-unsupported-async_task_yield
[windows][test] Unsupport async_task_yield in OS=windows-msvc
2 parents b26e38e + 49be0b8 commit 57aa7e4

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)