Skip to content

Commit eaf4070

Browse files
Add suppression for InterruptRPC (fRPCRunning) data race
1 parent 5e5138a commit eaf4070

File tree

1 file changed

+3
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-0
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ deadlock:WalletBatch
77
# Intentional deadlock in tests
88
deadlock:TestPotentialDeadLockDetected
99

10+
# fRPCRunning race
11+
race:InterruptRPC
12+
1013
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
1114
race:src/qt/test/*
1215
deadlock:src/qt/test/*

0 commit comments

Comments
 (0)