Skip to content

Commit d1c7890

Browse files
authored
Merge pull request #35782 from 3405691582/OpenBSDConcurrencyXFAIL
2 parents fbad9b6 + 574006a commit d1c7890

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)