diff options
author | Vijay Pai <vpai@google.com> | 2016-09-23 11:09:15 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-09-23 11:09:15 -0700 |
commit | 4de69c9f892b1add60948d84df5346516b8eb8a8 (patch) | |
tree | 533cfb9c3f6cd78c7252670ec9b6dcfb955ce5fc /tools | |
parent | 942c264861dedd8020fc18d65933e8f4f57e3e46 (diff) |
Add a suppression for a datarace in proto on an idempotent write
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tsan_suppressions.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tsan_suppressions.txt b/tools/tsan_suppressions.txt index 09e68cd233..765fa098f9 100644 --- a/tools/tsan_suppressions.txt +++ b/tools/tsan_suppressions.txt @@ -6,3 +6,6 @@ race:cleanse_ctr race:ssleay_rand_add race:ssleay_rand_bytes race:__sleep_for +# protobuf has an idempotent write race in ByteSize +# https://github.com/google/protobuf/issues/2169 +race:ByteSize |