Skip to content

Commit 5110a4b

Browse files
committed
[test] Mark these tests unsupported like Linux.
Apparently, even with Dispatch running on Linux, these tests are unsupported on those platforms. These also fail on OpenBSD, so presumably these should be marked unsupported on this platform too.
1 parent 9453982 commit 5110a4b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/ClangImporter/Dispatch_test.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: libdispatch
44
// UNSUPPORTED: OS=linux-gnu
55
// UNSUPPORTED: OS=linux-android
6+
// UNSUPPORTED: OS=openbsd
67

78
import Dispatch
89

test/stdlib/Dispatch.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: libdispatch
44
// UNSUPPORTED: OS=linux-gnu
55
// UNSUPPORTED: OS=linux-android
6+
// UNSUPPORTED: OS=openbsd
67

78
import Dispatch
89
import StdlibUnittest

test/stdlib/DispatchTypes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: libdispatch
44
// UNSUPPORTED: OS=linux-gnu
55
// UNSUPPORTED: OS=linux-android
6+
// UNSUPPORTED: OS=openbsd
67

78
import Dispatch
89

0 commit comments

Comments
 (0)