summaryrefslogtreecommitdiffstats
path: root/tsan-suppressions.txt
diff options
context:
space:
mode:
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