diff options
author | Derek Mauro <dmauro@google.com> | 2022-11-28 07:29:58 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-11-28 07:31:00 -0800 |
commit | 091842beeac564776c231e7d1787b527d1c2d0d9 (patch) | |
tree | 3311beace25a3aa9516f42fd2ffc15af4d65c628 /ci | |
parent | bb7be494b385975ebdeaac3a8ee10894405641e4 (diff) |
TSAN: Remove report_atomic_races=0 from CI now that it has been fixed
PiperOrigin-RevId: 491338755
Change-Id: I813566ef69ba6121bb4d4b64ea483cd7c4cd6019
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/linux_clang-latest_libcxx_tsan_bazel.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/linux_clang-latest_libcxx_tsan_bazel.sh b/ci/linux_clang-latest_libcxx_tsan_bazel.sh index 5652ebe1..34d7940e 100755 --- a/ci/linux_clang-latest_libcxx_tsan_bazel.sh +++ b/ci/linux_clang-latest_libcxx_tsan_bazel.sh @@ -87,7 +87,6 @@ for std in ${STD}; do --keep_going \ --linkopt="-fsanitize=thread" \ --show_timestamps \ - --test_env="TSAN_OPTIONS=report_atomic_races=0" \ --test_env="TSAN_SYMBOLIZER_PATH=/opt/llvm/clang/bin/llvm-symbolizer" \ --test_env="TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo" \ --test_output=errors \ |