Skip to content

Commit fa906bf

Browse files
author
MarcoFalke
committed
test: Extend tsan suppressions for clang stdlib
1 parent fa10d85 commit fa906bf

File tree

1 file changed

+17
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+17
-0
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# ThreadSanitizer suppressions
22
# ============================
33

4+
# double locks (TODO fix)
5+
mutex:g_genesis_wait_mutex
6+
mutex:CThreadInterrupt
7+
mutex:CConnman::Interrupt
8+
mutex:CConnman::WakeMessageHandler
9+
mutex:UpdateTip
10+
# race (TODO fix)
11+
race:CConnman::WakeMessageHandler
12+
race:CConnman::ThreadMessageHandler
13+
race:fHaveGenesis
14+
race:ProcessNewBlock
15+
race:ThreadImport
16+
race:bitcoin-qt
17+
# deadlock (TODO fix)
18+
deadlock:CConnman::ForNode
19+
deadlock:UpdateTip
20+
421
# WalletBatch (unidentified deadlock)
522
deadlock:WalletBatch
623

0 commit comments

Comments
 (0)