aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions/tsan
blob: 70eea343633aedfa0a7eb6e415cd38279e929f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ThreadSanitizer suppressions
# ============================

# WalletBatch (unidentified deadlock)
deadlock:WalletBatch

# Intentional deadlock in tests
deadlock:TestPotentialDeadLockDetected

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

# External libraries
deadlock:libdb
race:libzmq