Skip to content

Commit 67bb9b1

Browse files
committed
[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/
1 parent dcf6af1 commit 67bb9b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/tsan/lit.cfg.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def get_required_attr(config, attr_name):
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.py).
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)