Suppress race caused by cached_size tracking in protobuf

pull/9806/head
Vijay Pai 8 years ago
parent cedfa76471
commit 30ddc63fdf
  1. 4
      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

Loading…
Cancel
Save