aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-02-21 12:28:28 -0800
committerGravatar Vijay Pai <vpai@google.com>2017-03-15 11:19:01 -0700
commit30ddc63fdf668f37d9e5c104eb9def44170dc883 (patch)
tree79e30131b56a4189b153f8dbae333497fff3439c /tools
parentcedfa7647127bd42ee34ff95f344292e87141cf2 (diff)
Suppress race caused by cached_size tracking in protobuf
Diffstat (limited to 'tools')
-rw-r--r--tools/tsan_suppressions.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tsan_suppressions.txt b/tools/tsan_suppressions.txt
index 765fa098f9..e0c7907228 100644
--- a/tools/tsan_suppressions.txt
+++ b/tools/tsan_suppressions.txt
@@ -6,6 +6,8 @@ race:cleanse_ctr
race:ssleay_rand_add
race:ssleay_rand_bytes
race:__sleep_for
-# protobuf has an idempotent write race in ByteSize
+# protobuf has an idempotent write race in ByteSize/GetCachedSize
# https://github.com/google/protobuf/issues/2169
race:ByteSize
+race:ByteSizeLong
+race:GetCachedSize