Skip to content

Commit f02efa6

Browse files
committed
[TSan] Fix CI test failures
I think this fix didn't get propagated in the transition from llvm:stable to llvm-project:swift/master because the filename changed from `lit.cfg` to `lit.cfg.py` at the same time. rdar://56545824 Original commit: [TSan] Follow-up for my previous commit I enabled ignore_interceptors_accesses, but forgot to disable it for tests to avoid false negatives. apple-llvm-split-commit: 77a1e0d62108f1363fbe868b09eb53d42b923aae apple-llvm-split-dir: compiler-rt/ (cherry picked from commit 67bb9b1)
1 parent c1a1515 commit f02efa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/tsan/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if config.host_os == 'Darwin':
2828
# suppresses some races the tests are supposed to find. Let's run without this
2929
# setting, but turn it back on for Darwin tests (see Darwin/lit.local.cfg).
3030
default_tsan_opts += ':ignore_noninstrumented_modules=0'
31+
default_tsan_opts += ':ignore_interceptors_accesses=0'
3132

3233
# Platform-specific default TSAN_OPTIONS for lit tests.
3334
if default_tsan_opts:

0 commit comments

Comments
 (0)