aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-03-30 13:59:13 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-03-30 15:18:42 -0400
commitfa3cc0bfc4c4fc13a384fc291403c9fd41082f18 (patch)
treea28305955fc23be7669f3e7eb83ca68900a3aa69 /test
parent5f9cd62f33fb4d440173b9c376cadf4887e81e9d (diff)
downloadbitcoin-fa3cc0bfc4c4fc13a384fc291403c9fd41082f18.tar.xz
test: Remove unsafe BOOST_TEST_MESSAGE
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_suppressions/tsan8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan
index b9c5c038d0..70eea34363 100644
--- a/test/sanitizer_suppressions/tsan
+++ b/test/sanitizer_suppressions/tsan
@@ -7,14 +7,6 @@ deadlock:WalletBatch
# Intentional deadlock in tests
deadlock:TestPotentialDeadLockDetected
-# Race due to unprotected calls to thread-unsafe BOOST_TEST_MESSAGE from different threads:
-# * G_TEST_LOG_FUN in the index thread
-# * boost test case invoker (entering a test case) in the main thread
-# TODO: get rid of BOOST_ macros, see also https://github.com/bitcoin/bitcoin/issues/8670
-race:blockfilter_index_initial_sync_invoker
-race:txindex_initial_sync_invoker
-race:validation_block_tests::TestSubscriber
-
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
race:src/qt/test/*
deadlock:src/qt/test/*