aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/tsan_suppressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/tsan_suppressions.txt')
-rw-r--r--test/core/util/tsan_suppressions.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/core/util/tsan_suppressions.txt b/test/core/util/tsan_suppressions.txt
new file mode 100644
index 0000000000..e0c7907228
--- /dev/null
+++ b/test/core/util/tsan_suppressions.txt
@@ -0,0 +1,13 @@
+# OPENSSL_cleanse does racy access to a global
+race:OPENSSL_cleanse
+race:cleanse_ctr
+# these are legitimate races in OpenSSL, and it appears those folks are looking at it
+# https://www.mail-archive.com/openssl-dev@openssl.org/msg09019.html
+race:ssleay_rand_add
+race:ssleay_rand_bytes
+race:__sleep_for
+# protobuf has an idempotent write race in ByteSize/GetCachedSize
+# https://github.com/google/protobuf/issues/2169
+race:ByteSize
+race:ByteSizeLong
+race:GetCachedSize