Skip to content

Commit fa4b659

Browse files
author
MarcoFalke
committed
test: Explain how to reproduce zmq:: upstream race
1 parent e217437 commit fa4b659

File tree

1 file changed

+6
-3
lines changed
  • test/sanitizer_suppressions

1 file changed

+6
-3
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# race (TODO fix)
77
race:LoadWallet
88
race:DatabaseBatch
9-
race:zmq::*
10-
race:bitcoin-qt
119

1210
# deadlock (TODO fix)
1311
# To reproduce, see:
@@ -17,13 +15,18 @@ deadlock:Chainstate::ConnectTip
1715
# Intentional deadlock in tests
1816
deadlock:sync_tests::potential_deadlock_detected
1917

20-
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
18+
# Wildcard for all of the gui, should be replaced with non-wildcard suppressions
19+
race:bitcoin-qt
2120
race:src/qt/test/*
2221
deadlock:src/qt/test/*
2322

2423
# External libraries
24+
# ------------------
2525
race:libzmq
2626

27+
# To reproduce, build from depends with CFLAGS='-O0 -g' CXXFLAGS='-O0 -g'
28+
race:zmq::*
29+
2730
# Intermittent issues
2831
# -------------------
2932
#

0 commit comments

Comments
 (0)