summaryrefslogtreecommitdiffstats
path: root/tsan-suppressions.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-05-04 11:27:52 +0200
committerTor Egge <Tor.Egge@online.no>2022-05-04 11:27:52 +0200
commit446ef3a5b0a675bed277a4a9d0432e41eddbb1af (patch)
treeb42c7e14f3cc760137e1cc6556e69eeec2aefc53 /tsan-suppressions.txt
parent7585981b32937d2b13da1a8f94b42c8a0833a4c2 (diff)
Suppress re2 related thread sanitizer warnings.
Diffstat (limited to 'tsan-suppressions.txt')
-rw-r--r--tsan-suppressions.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tsan-suppressions.txt b/tsan-suppressions.txt
index 7ea210ced93..f637e1b4ead 100644
--- a/tsan-suppressions.txt
+++ b/tsan-suppressions.txt
@@ -34,3 +34,9 @@ deadlock:proton::ImportedAttributesContext::getAttributeStableEnum
race:llvm::sys::MutexImpl
race:llvm::sys::SmartMutex<false>::lock
race:llvm::sys::SmartMutex<true>::lock
+
+# This is external code that we do not control. Complains that mutex
+# creation and locking is not strictly enough ordered.
+
+race:re2::Prog::GetDFA
+race:re2::DFA::DFA