Skip to content

Commit 17c39fd

Browse files
[Threading][test] disable threaded lit tests under threading_none
1 parent 9ed1708 commit 17c39fd

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/Concurrency/async_task_base_priority.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: concurrency_runtime
99
// UNSUPPORTED: back_deployment_runtime
1010
// UNSUPPORTED: back_deploy_concurrency
11+
// UNSUPPORTED: threading_none
1112

1213
import StdlibUnittest
1314
import Dispatch

test/Runtime/associated_witness_concurrency.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-run %t
44
// REQUIRES: libdispatch
55
// REQUIRES: executable_test
6+
// UNSUPPORTED: threading_none
67

78
import Dispatch
89

test/Sanitizers/tsan/mainactor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// REQUIRES: libdispatch
66
// REQUIRES: tsan_runtime
77
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: threading_none
89

910
import Dispatch
1011

test/Sanitizers/tsan/tsan.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// REQUIRES: tsan_runtime
66
// UNSUPPORTED: OS=tvos
77
// UNSUPPORTED: CPU=powerpc64le
8+
// UNSUPPORTED: threading_none
89

910
// FIXME: This should be covered by "tsan_runtime"; older versions of Apple OSs
1011
// don't support TSan.

validation-test/Runtime/ConcurrentMetadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33
// UNSUPPORTED: single_threaded_runtime
4+
// UNSUPPORTED: threading_none
45

56
// Exercise the metadata cache from multiple threads to shake out any
67
// concurrency bugs.

0 commit comments

Comments
 (0)