We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5138a commit eaf4070Copy full SHA for eaf4070
test/sanitizer_suppressions/tsan
@@ -7,6 +7,9 @@ deadlock:WalletBatch
7
# Intentional deadlock in tests
8
deadlock:TestPotentialDeadLockDetected
9
10
+# fRPCRunning race
11
+race:InterruptRPC
12
+
13
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
14
race:src/qt/test/*
15
deadlock:src/qt/test/*
0 commit comments