Skip to content

Commit 773f8c1

Browse files
author
MarcoFalke
committed
Merge #21678: test: Fix TestPotentialDeadLockDetected suppression
f2ef5a8 test: Fix TSan suppression (Hennadii Stepanov) Pull request description: This PR is a #21669 follow up, and fixes [locally running `make check`](bitcoin/bitcoin#21669 (comment)). ACKs for top commit: MarcoFalke: cr ACK f2ef5a8 Tree-SHA512: bb0c4d1707c6194358d2e9abfed5aa8dd487e014199025fb89f6e5a66d774af041b46a03358a9a5412e1683675c05c42a3b719217d940412ee3fe1ed18a5274c
2 parents 8c867ed + f2ef5a8 commit 773f8c1

File tree

1 file changed

+1
-1
lines changed
  • test/sanitizer_suppressions

1 file changed

+1
-1
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ race:bitcoin-qt
1616
deadlock:CChainState::ConnectTip
1717

1818
# Intentional deadlock in tests
19-
deadlock:TestPotentialDeadLockDetected
19+
deadlock:sync_tests::potential_deadlock_detected
2020

2121
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
2222
race:src/qt/test/*

0 commit comments

Comments
 (0)