Skip to content

Commit 4d56b62

Browse files
committed
[Test] Marked flakey-on-linux tests unsupported.
1 parent 6bbc96b commit 4d56b62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Concurrency/Runtime/async_taskgroup_asynciterator_semantics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -parse-as-library) | %FileCheck %s --dump-input=always
22
// REQUIRES: executable_test
33
// REQUIRES: concurrency
4-
// XFAIL: linux
4+
// UNSUPPORTED: linux
55
// XFAIL: windows
66

77
struct Boom: Error {}

test/Concurrency/Runtime/async_taskgroup_is_asyncsequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// rdar://76038845
77
// UNSUPPORTED: use_os_stdlib
88

9-
// XFAIL: linux
9+
// UNSUPPORTED: linux
1010
// XFAIL: windows
1111

1212
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)

0 commit comments

Comments
 (0)