Skip to content

Commit 4e306bb

Browse files
committed
Revert "[Test] Disable failing concurrency tests on Linux."
This reverts commit 766bf78.
1 parent 8db916c commit 4e306bb

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

test/Concurrency/Runtime/async_properties_actor.swift

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

11-
// https://bugs.swift.org/browse/SR-14486
12-
// UNSUPPORTED: linux
13-
1411
@propertyWrapper
1512
struct SuccessTracker {
1613
private var _stored: Bool

test/Concurrency/Runtime/data_race_detection.swift

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

11-
// https://bugs.swift.org/browse/SR-14486
12-
// UNSUPPORTED: linux
13-
1411
import _Concurrency
1512
import Dispatch
1613

test/Concurrency/Runtime/mainactor.swift

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

11-
// https://bugs.swift.org/browse/SR-14486
12-
// UNSUPPORTED: linux
13-
1411
import Dispatch
1512

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

test/Sanitizers/tsan/mainactor.swift

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

9-
// https://bugs.swift.org/browse/SR-14486
10-
// UNSUPPORTED: linux
11-
129
import Dispatch
1310

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

0 commit comments

Comments
 (0)