mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 02:02:42 +02:00
test: Explain how to reproduce zmq:: upstream race
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
# race (TODO fix)
|
# race (TODO fix)
|
||||||
race:LoadWallet
|
race:LoadWallet
|
||||||
race:DatabaseBatch
|
race:DatabaseBatch
|
||||||
race:zmq::*
|
|
||||||
race:bitcoin-qt
|
|
||||||
|
|
||||||
# deadlock (TODO fix)
|
# deadlock (TODO fix)
|
||||||
# To reproduce, see:
|
# To reproduce, see:
|
||||||
@@ -17,13 +15,18 @@ deadlock:Chainstate::ConnectTip
|
|||||||
# Intentional deadlock in tests
|
# Intentional deadlock in tests
|
||||||
deadlock:sync_tests::potential_deadlock_detected
|
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/*
|
race:src/qt/test/*
|
||||||
deadlock:src/qt/test/*
|
deadlock:src/qt/test/*
|
||||||
|
|
||||||
# External libraries
|
# External libraries
|
||||||
|
# ------------------
|
||||||
race:libzmq
|
race:libzmq
|
||||||
|
|
||||||
|
# To reproduce, build from depends with CFLAGS='-O0 -g' CXXFLAGS='-O0 -g'
|
||||||
|
race:zmq::*
|
||||||
|
|
||||||
# Intermittent issues
|
# Intermittent issues
|
||||||
# -------------------
|
# -------------------
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user