Skip to content

Commit

Permalink
Ignore report_atomic_races on tsan, which just like the build:tsan in…
Browse files Browse the repository at this point in the history
… grpc

Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed May 31, 2021
1 parent baeb3b6 commit 7097e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ common:tsan --copt -fsanitize=thread
common:tsan --copt -DTHREAD_SANITIZER
common:tsan --linkopt -fsanitize=thread
common:tsan --cc_output_directory_tag=tsan
# This is needed to address false positive problem with abseil.The same setting as gRPC
# https://github.com/google/sanitizers/issues/953
common:tsan --test_env=TSAN_OPTIONS=report_atomic_races=0

0 comments on commit 7097e1a

Please sign in to comment.