Skip to content

Commit 574006a

Browse files
committed
[test] Mark taskgroup tests XFAIL like Linux.
The pr #35755 changed these tests from `REQUIRES: OS=macosx` to using `XFAIL: linux`, which suggests other platforms supporting concurrency must affirmatively mark these failing tests XFAIL as well. This is distinct from #35759, since ideally that pr will be cherrypicked over to the 5.4 branch and including these changes there would cause a prospective cherrypick to diverge.
1 parent 4f2cfb0 commit 574006a

5 files changed

+5
-0
lines changed

test/Concurrency/Runtime/async_taskgroup_add_handle_completion.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: concurrency
44
// XFAIL: windows
55
// XFAIL: linux
6+
// XFAIL: openbsd
67

78
import Dispatch
89
import Darwin

test/Concurrency/Runtime/async_taskgroup_is_empty.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: concurrency
44
// XFAIL: windows
55
// XFAIL: linux
6+
// XFAIL: openbsd
67

78
import Dispatch
89

test/Concurrency/Runtime/async_taskgroup_next_not_invoked_cancelAll.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: concurrency
44
// XFAIL: windows
55
// XFAIL: linux
6+
// XFAIL: openbsd
67

78
import Dispatch
89

test/Concurrency/Runtime/async_taskgroup_next_not_invoked_without_cancelAll.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: concurrency
44
// XFAIL: windows
55
// XFAIL: linux
6+
// XFAIL: openbsd
67

78
import func Foundation.sleep
89

test/Concurrency/Runtime/async_taskgroup_throw_recover.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: concurrency
44
// XFAIL: windows
55
// XFAIL: linux
6+
// XFAIL: openbsd
67

78
import Dispatch
89

0 commit comments

Comments
 (0)