0
0
Fork 0
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:
practicalswift 2018-12-18 09:33:02 +01:00
parent 5e5138a721
commit eaf4070e3a

View file

@ -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/*