mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
rpc: Fix data race (UB) in InterruptRPC()
This commit is contained in:
@@ -7,9 +7,6 @@ deadlock:WalletBatch
|
||||
# Intentional deadlock in tests
|
||||
deadlock:TestPotentialDeadLockDetected
|
||||
|
||||
# fRPCRunning race
|
||||
race:InterruptRPC
|
||||
|
||||
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
||||
race:src/qt/test/*
|
||||
deadlock:src/qt/test/*
|
||||
|
||||
Reference in New Issue
Block a user