mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 17:42:37 +02:00
test: Add race:SendZmqMessage tsan suppression
This commit is contained in:
parent
9286b1cbce
commit
fa957f8dc9
@ -1,5 +1,7 @@
|
|||||||
# ThreadSanitizer suppressions
|
# ThreadSanitizer suppressions
|
||||||
# ============================
|
# ============================
|
||||||
|
#
|
||||||
|
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
||||||
|
|
||||||
# double locks (TODO fix)
|
# double locks (TODO fix)
|
||||||
mutex:g_genesis_wait_mutex
|
mutex:g_genesis_wait_mutex
|
||||||
@ -49,5 +51,14 @@ deadlock:src/qt/test/*
|
|||||||
deadlock:libdb
|
deadlock:libdb
|
||||||
race:libzmq
|
race:libzmq
|
||||||
|
|
||||||
|
# Intermittent issues
|
||||||
|
# -------------------
|
||||||
|
#
|
||||||
|
# Suppressions that follow might only happen intermittently, thus they are not
|
||||||
|
# reproducible. Make sure to include a link to a full trace.
|
||||||
|
|
||||||
|
# https://github.com/bitcoin/bitcoin/issues/20618
|
||||||
|
race:CZMQAbstractPublishNotifier::SendZmqMessage
|
||||||
|
|
||||||
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
|
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
|
||||||
race:epoll_ctl
|
race:epoll_ctl
|
||||||
|
Loading…
Reference in New Issue
Block a user