summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2023-02-12 07:58:55 +0100
committerAzat Khuzhin <azat@libevent.org>2023-02-12 08:39:00 +0100
commitf0cb4b7f57fbb163e7f26ad904b32a0ed119f097 (patch)
treea8b90d31bb542c7a4e6d7685c15e42094234faff
parent39be38ff7973610f9124e8166609547689bf5eeb (diff)
downloadlibevent-f0cb4b7f57fbb163e7f26ad904b32a0ed119f097.tar.gz
Suppress data race for test_ok variable
-rw-r--r--extra/tsan.supp2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/tsan.supp b/extra/tsan.supp
index c03266c7..d9b36308 100644
--- a/extra/tsan.supp
+++ b/extra/tsan.supp
@@ -1,3 +1,5 @@
# https://github.com/libevent/libevent/issues/777
race:event_debug_mode_too_late
race:event_debug_created_threadable_ctx_
+# This is only for tests
+race:test_ok