File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
# race (TODO fix)
7
7
race:LoadWallet
8
8
race:DatabaseBatch
9
- race:zmq::*
10
- race:bitcoin-qt
11
9
12
10
# deadlock (TODO fix)
13
11
# To reproduce, see:
@@ -17,13 +15,18 @@ deadlock:Chainstate::ConnectTip
17
15
# Intentional deadlock in tests
18
16
deadlock:sync_tests::potential_deadlock_detected
19
17
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
21
20
race:src/qt/test/*
22
21
deadlock:src/qt/test/*
23
22
24
23
# External libraries
24
+ # ------------------
25
25
race:libzmq
26
26
27
+ # To reproduce, build from depends with CFLAGS='-O0 -g' CXXFLAGS='-O0 -g'
28
+ race:zmq::*
29
+
27
30
# Intermittent issues
28
31
# -------------------
29
32
#
You can’t perform that action at this time.
0 commit comments