aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions/tsan
blob: ed8c75d6172511b304208b7307cc8984028f0140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# ThreadSanitizer suppressions
# ============================
#
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions

# race (TODO fix)
race:LoadWallet
race:WalletBatch::WriteHDChain
race:BerkeleyBatch
race:BerkeleyDatabase
race:DatabaseBatch
race:zmq::*
race:bitcoin-qt

# deadlock (TODO fix)
deadlock:CChainState::ConnectTip

# Intentional deadlock in tests
deadlock:sync_tests::potential_deadlock_detected

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

# Race in src/test/main.cpp
# Can be removed once upgraded to boost test 1.74 in depends
race:validation_chainstatemanager_tests

# External libraries
deadlock:libdb
race:libzmq

# Race in headers only Boost Test
race:std::__1::ios_base::flags

# 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
race:epoll_ctl

# https://github.com/bitcoin/bitcoin/issues/23366
race:std::__1::ios_base::width