From fa4b659dcd034f67bc61af242c951cec409dfe14 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Sun, 8 Jun 2025 09:55:16 +0200 Subject: [PATCH] test: Explain how to reproduce zmq:: upstream race --- test/sanitizer_suppressions/tsan | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index 298ad175da0..06cc63510fa 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -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 # ------------------- #