File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ if config.host_os == 'Darwin':
3535 # On Darwin, we default to `abort_on_error=1`, which would make tests run
3636 # much slower. Let's override this and run lit tests with 'abort_on_error=0'.
3737 default_tool_options += ['abort_on_error=0' ]
38+ default_tool_options += ['ignore_interceptors_accesses=0' ]
3839elif config .android :
3940 # The same as on Darwin, we default to "abort_on_error=1" which slows down
4041 # testing. Also, all existing tests are using "not" instead of "not --crash"
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ if config.host_os == 'Darwin':
2121 config.environment['TSAN_OPTIONS'] += ':ignore_noninstrumented_modules=0'
2222 else:
2323 config.environment['TSAN_OPTIONS'] = 'ignore_noninstrumented_modules=0'
24+ config.environment['TSAN_OPTIONS'] += ':ignore_interceptors_accesses=0'
Original file line number Diff line number Diff 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.
3334if default_tsan_opts :
You can’t perform that action at this time.
0 commit comments