mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-01 03:01:05 +00:00
test: Explain how to reproduce zmq:: upstream race
This commit is contained in:
parent
e2174378aa
commit
fa4b659dcd
@ -6,8 +6,6 @@
|
||||
# race (TODO fix)
|
||||
race:LoadWallet
|
||||
race:DatabaseBatch
|
||||
race:zmq::*
|
||||
race:bitcoin-qt
|
||||
|
||||
# deadlock (TODO fix)
|
||||
# To reproduce, see:
|
||||
@ -17,13 +15,18 @@ deadlock:Chainstate::ConnectTip
|
||||
# Intentional deadlock in tests
|
||||
deadlock:sync_tests::potential_deadlock_detected
|
||||
|
||||
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
||||
# Wildcard for all of the gui, should be replaced with non-wildcard suppressions
|
||||
race:bitcoin-qt
|
||||
race:src/qt/test/*
|
||||
deadlock:src/qt/test/*
|
||||
|
||||
# External libraries
|
||||
# ------------------
|
||||
race:libzmq
|
||||
|
||||
# To reproduce, build from depends with CFLAGS='-O0 -g' CXXFLAGS='-O0 -g'
|
||||
race:zmq::*
|
||||
|
||||
# Intermittent issues
|
||||
# -------------------
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user