File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver %s -g -sanitize=thread %import-libdispatch -target %sanitizers-target-triple -o %t_tsan-binary
2
2
// RUN: %target-codesign %t_tsan-binary
3
- // RUN: env %env-TSAN_OPTIONS=abort_on_error=0 %target-run %t_tsan-binary 2>&1 | %FileCheck %s --implicit-check-not='ThreadSanitizer'
3
+ // RUN: env %env-TSAN_OPTIONS=abort_on_error=0 %target-run %t_tsan-binary 2>&1 | %FileCheck %s --dump-input=fail -- implicit-check-not='ThreadSanitizer'
4
4
// REQUIRES: executable_test
5
5
// REQUIRES: tsan_runtime
6
6
7
- // Failing sporadically in CI
8
- // REQUIRES: rdar51804988
9
-
10
7
// FIXME: This should be covered by "tsan_runtime"; older versions of Apple OSs
11
8
// don't support TSan.
12
9
// UNSUPPORTED: remote_run
You can’t perform that action at this time.
0 commit comments