mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
b69d657855
f2ef5a8afd5da2fb7775dafdee15e6ac532d8fe4 test: Fix TSan suppression (Hennadii Stepanov) Pull request description: This PR is a #21669 follow up, and fixes [locally running `make check`](https://github.com/bitcoin/bitcoin/pull/21669#issuecomment-819403540). ACKs for top commit: MarcoFalke: cr ACK f2ef5a8afd5da2fb7775dafdee15e6ac532d8fe4 Tree-SHA512: bb0c4d1707c6194358d2e9abfed5aa8dd487e014199025fb89f6e5a66d774af041b46a03358a9a5412e1683675c05c42a3b719217d940412ee3fe1ed18a5274c
22 lines
543 B
Plaintext
22 lines
543 B
Plaintext
# ThreadSanitizer suppressions
|
|
# ============================
|
|
|
|
# WalletBatch (unidentified deadlock)
|
|
deadlock:WalletBatch
|
|
|
|
# Intentional deadlock in tests
|
|
deadlock:sync_tests::potential_deadlock_detected
|
|
|
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
|
race:src/qt/test/*
|
|
deadlock:src/qt/test/*
|
|
|
|
# WIP: Unidentified suppressions to run the functional tests
|
|
#race:zmqpublishnotifier.cpp
|
|
#
|
|
#deadlock:CreateWalletFromFile
|
|
#deadlock:importprivkey
|
|
#deadlock:walletdb.h
|
|
#deadlock:walletdb.cpp
|
|
#deadlock:wallet/db.cpp
|