File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library)
1
+ // RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library -sanitize=thread )
2
2
3
3
// REQUIRES: executable_test
4
4
// REQUIRES: concurrency
5
5
// REQUIRES: libdispatch
6
+ // REQUIRES: tsan_runtime
6
7
7
8
#if canImport(Darwin)
8
9
import Darwin
Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library)
1
+ // RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library -sanitize=thread )
2
2
3
3
// REQUIRES: executable_test
4
4
// REQUIRES: concurrency
5
5
// REQUIRES: libdispatch
6
+ // REQUIRES: tsan_runtime
6
7
7
8
#if canImport(Darwin)
8
9
import Darwin
Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library)
1
+ // RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library -sanitize=thread )
2
2
3
3
// REQUIRES: executable_test
4
4
// REQUIRES: concurrency
5
5
// REQUIRES: libdispatch
6
+ // REQUIRES: tsan_runtime
6
7
7
8
import Dispatch
8
9
Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift(-parse-as-library -Xfrontend -enable-experimental-concurrency %import-libdispatch) | %FileCheck %s
1
+ // RUN: %target-run-simple-swift(-parse-as-library -Xfrontend -enable-experimental-concurrency %import-libdispatch -sanitize=thread ) | %FileCheck %s
2
2
3
3
// REQUIRES: executable_test
4
4
// REQUIRES: concurrency
5
5
// REQUIRES: libdispatch
6
+ // REQUIRES: tsan_runtime
6
7
7
8
import Dispatch
8
9
You can’t perform that action at this time.
0 commit comments