File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ mutex:CConnman::SocketHandler
1313mutex:UpdateTip
1414mutex:PeerManager::UpdatedBlockTip
1515mutex:g_best_block_mutex
16+
1617# race (TODO fix)
1718race:CConnman::WakeMessageHandler
1819race:CConnman::ThreadMessageHandler
@@ -27,6 +28,7 @@ race:DatabaseBatch
2728race:leveldb::DBImpl::DeleteObsoleteFiles
2829race:zmq::*
2930race:bitcoin-qt
31+
3032# deadlock (TODO fix)
3133deadlock:CConnman::ForNode
3234deadlock:CConnman::GetNodeStats
@@ -46,4 +48,6 @@ deadlock:src/qt/test/*
4648# External libraries
4749deadlock:libdb
4850race:libzmq
49- race:epoll_ctl # https://github.com/bitcoin/bitcoin/pull/20218
51+
52+ # https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
53+ race:epoll_ctl
You can’t perform that action at this time.
0 commit comments