Skip to content

Commit 93a0c52

Browse files
authored
Merge pull request swiftlang#38169 from meg-gupta/unxfailtest
Un-XFAIL 2 Concurrency tests on Windows
2 parents a07b476 + e980c4e commit 93a0c52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/Concurrency/Runtime/async_taskgroup_asynciterator_semantics.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// UNSUPPORTED: use_os_stdlib
55
// UNSUPPORTED: back_deployment_runtime
66
// UNSUPPORTED: linux
7-
// XFAIL: windows
87

98
struct Boom: Error {}
109

test/Concurrency/Runtime/async_taskgroup_is_asyncsequence.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// UNSUPPORTED: back_deployment_runtime
99

1010
// UNSUPPORTED: linux
11-
// XFAIL: windows
1211

1312
@available(SwiftStdlib 5.5, *)
1413
func test_taskGroup_is_asyncSequence() async {

0 commit comments

Comments
 (0)