mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Add suppression for InterruptRPC (fRPCRunning) data race
This commit is contained in:
parent
5e5138a721
commit
eaf4070e3a
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ deadlock:WalletBatch
|
||||||
# Intentional deadlock in tests
|
# Intentional deadlock in tests
|
||||||
deadlock:TestPotentialDeadLockDetected
|
deadlock:TestPotentialDeadLockDetected
|
||||||
|
|
||||||
|
# fRPCRunning race
|
||||||
|
race:InterruptRPC
|
||||||
|
|
||||||
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
||||||
race:src/qt/test/*
|
race:src/qt/test/*
|
||||||
deadlock:src/qt/test/*
|
deadlock:src/qt/test/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue