Skip to content

Commit e52b155

Browse files
[test] Disable multithreading tests on threading_none
1 parent 4c8dc5b commit e52b155

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Sanitizers/tsan/once.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: env %env-TSAN_OPTIONS=abort_on_error=0 %target-run %t_tsan-binary 2>&1 | %FileCheck %s --implicit-check-not='ThreadSanitizer'
44
// REQUIRES: executable_test
55
// REQUIRES: tsan_runtime
6+
// UNSUPPORTED: threading_none
67

78
// rdar://101876380
89
// UNSUPPORTED: OS=ios

validation-test/Runtime/weak-reference-racetests-dispatch.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// REQUIRES: executable_test
55
// REQUIRES: stress_test
66
// REQUIRES: libdispatch
7+
// UNSUPPORTED: threading_none
78

89
import StdlibUnittest
910
import Dispatch

0 commit comments

Comments
 (0)