bitcoin/test/sanitizer_suppressions/tsan

46 lines
1.2 KiB
Text
Raw Normal View History

2018-11-19 11:11:18 -03:00
# ThreadSanitizer suppressions
# ============================
#
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
2018-11-19 11:11:18 -03:00
# race (TODO fix)
race:LoadWallet
2020-06-03 19:40:53 -04:00
race:WalletBatch::WriteHDChain
race:BerkeleyBatch
race:BerkeleyDatabase
race:DatabaseBatch
2020-05-31 10:54:30 -04:00
race:zmq::*
race:bitcoin-qt
# deadlock (TODO fix)
# To reproduce, see:
# https://github.com/bitcoin/bitcoin/issues/19303#issuecomment-1514926359
deadlock:Chainstate::ConnectTip
2018-11-19 11:11:18 -03:00
# Intentional deadlock in tests
deadlock:sync_tests::potential_deadlock_detected
2018-11-19 11:11:18 -03:00
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
race:src/qt/test/*
deadlock:src/qt/test/*
# External libraries
# https://github.com/bitcoin/bitcoin/pull/27658#issuecomment-1547639621
deadlock:libdb
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/27498#issuecomment-1517410478
race:epoll_ctl
# https://github.com/bitcoin/bitcoin/issues/23366
2022-02-23 05:39:47 -03:00
race:std::__1::ios_base::*