mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
8e118581b2
fa7d36b8e7 test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan (MarcoFalke) fa36d4e456 travis: --disable-hardening for xenial thread sanitizer (MarcoFalke) 89bf196c88 travis: Run thread sanitizer (MarcoFalke) Pull request description: On unit tests only for now. Disabled for the gui unit tests and all functional tests. Tree-SHA512: 56f7d3b44e7cb68c76a2dc5abd85658955b1c2188932e988667c5a1cbcdd6be995d37bb949d62c6eb08a4aebfc43ff0370b7da1719d4e4f322a3495c1941a5e0
25 lines
615 B
Plaintext
25 lines
615 B
Plaintext
# ThreadSanitizer suppressions
|
|
# ============================
|
|
|
|
# fChecked is theoretically racy, practically only in unit tests
|
|
race:CheckBlock
|
|
|
|
# WalletBatch (unidentified deadlock)
|
|
deadlock:WalletBatch
|
|
|
|
# Intentional deadlock in tests
|
|
deadlock:TestPotentialDeadLockDetected
|
|
|
|
# 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
|