Skip to content

Commit 99e3ef0

Browse files
authored
Merge pull request #36214 from drodriguez/windows-unsupported-async-tests
2 parents 03e0c4a + 6e9c5c9 commit 99e3ef0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_equals_hashCode.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5+
// UNSUPPORTED: OS=windows-os
56

67
#if canImport(Darwin)
78
import Darwin

test/Concurrency/Runtime/async_taskgroup_throw_recover.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
5+
// UNSUPPORTED: OS=windows-msvc
56

67
struct Boom: Error {}
78
struct IgnoredBoom: Error {}

0 commit comments

Comments
 (0)