Skip to content

Commit 327c916

Browse files
committed
[test] Disable these tests on OpenBSD like Linux.
These tests are causing linker errors. Presumably this is like swiftlang#35782, which suggests these tests should also be XFAIL or UNSUPPORTED on OpenBSD as well.
1 parent e148032 commit 327c916

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/class_resilience.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// REQUIRES: concurrency
1313
// XFAIL: windows
1414
// XFAIL: linux
15+
// XFAIL: openbsd
1516

1617
import StdlibUnittest
1718
import resilient_class

test/Concurrency/Runtime/protocol_resilience.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// REQUIRES: concurrency
1313
// XFAIL: windows
1414
// UNSUPPORTED: linux
15+
// UNSUPPORTED: openbsd
1516

1617
import StdlibUnittest
1718
import resilient_protocol

0 commit comments

Comments
 (0)