mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Merge #21678: test: Fix TestPotentialDeadLockDetected suppression
f2ef5a8afd
test: Fix TSan suppression (Hennadii Stepanov) Pull request description: This PR is a #21669 follow up, and fixes [locally running `make check`](https://github.com/bitcoin/bitcoin/pull/21669#issuecomment-819403540). ACKs for top commit: MarcoFalke: cr ACKf2ef5a8afd
Tree-SHA512: bb0c4d1707c6194358d2e9abfed5aa8dd487e014199025fb89f6e5a66d774af041b46a03358a9a5412e1683675c05c42a3b719217d940412ee3fe1ed18a5274c
This commit is contained in:
commit
773f8c1a7d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ race:bitcoin-qt
|
|||
deadlock:CChainState::ConnectTip
|
||||
|
||||
# Intentional deadlock in tests
|
||||
deadlock:TestPotentialDeadLockDetected
|
||||
deadlock:sync_tests::potential_deadlock_detected
|
||||
|
||||
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
||||
race:src/qt/test/*
|
||||
|
|
Loading…
Add table
Reference in a new issue