2018-11-23 15:38:08 +01:00
|
|
|
# ThreadSanitizer suppressions
|
|
|
|
# ============================
|
|
|
|
|
2022-01-10 18:31:45 +01:00
|
|
|
# Data races from zmq namespace
|
|
|
|
race:zmq::*
|
|
|
|
|
2018-11-23 15:38:08 +01:00
|
|
|
# WalletBatch (unidentified deadlock)
|
|
|
|
deadlock:WalletBatch
|
|
|
|
|
2022-01-10 18:31:45 +01:00
|
|
|
# deadlock false positive (see: https://github.com/dashpay/dash/pull/4563)
|
|
|
|
deadlock:CChainState::ConnectTip
|
|
|
|
|
2018-11-23 15:38:08 +01:00
|
|
|
# Intentional deadlock in tests
|
2021-04-14 16:51:25 +02:00
|
|
|
deadlock:sync_tests::potential_deadlock_detected
|
2018-11-23 15:38:08 +01:00
|
|
|
|
|
|
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
|
|
|
race:src/qt/test/*
|
|
|
|
deadlock:src/qt/test/*
|
|
|
|
|
|
|
|
# WIP: Unidentified suppressions to run the functional tests
|
|
|
|
#race:zmqpublishnotifier.cpp
|
|
|
|
#
|
|
|
|
#deadlock:CreateWalletFromFile
|
|
|
|
#deadlock:importprivkey
|
|
|
|
#deadlock:walletdb.h
|
|
|
|
#deadlock:walletdb.cpp
|
|
|
|
#deadlock:wallet/db.cpp
|