Skip to content

Commit a5c0368

Browse files
authored
Merge pull request swiftlang#36912 from hborla/disable-failing-concurrency-tests-linux
[Test] Disable failing concurrency tests on Linux.
2 parents 57aa7e4 + 766bf78 commit a5c0368

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

test/Concurrency/Runtime/async_properties_actor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// UNSUPPORTED: use_os_stdlib
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// https://bugs.swift.org/browse/SR-14486
12+
// UNSUPPORTED: linux
13+
1114
@propertyWrapper
1215
struct SuccessTracker {
1316
private var _stored: Bool

test/Concurrency/Runtime/data_race_detection.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// rdar://76038845
99
// UNSUPPORTED: use_os_stdlib
1010

11+
// https://bugs.swift.org/browse/SR-14486
12+
// UNSUPPORTED: linux
13+
1114
import _Concurrency
1215
import Dispatch
1316

test/Concurrency/Runtime/mainactor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// UNSUPPORTED: use_os_stdlib
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// https://bugs.swift.org/browse/SR-14486
12+
// UNSUPPORTED: linux
13+
1114
import Dispatch
1215

1316
/// @returns true iff the expected answer is actually the case, i.e., correct.

test/Sanitizers/tsan/mainactor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// REQUIRES: tsan_runtime
77
// UNSUPPORTED: use_os_stdlib
88

9+
// https://bugs.swift.org/browse/SR-14486
10+
// UNSUPPORTED: linux
11+
912
import Dispatch
1013

1114
/// @returns true iff the expected answer is actually the case, i.e., correct.

0 commit comments

Comments
 (0)