mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 16:53:52 +02:00
Merge #14829: travis: Enable functional tests in the ThreadSanitizer (TSan) build job
eaf4070e3aAdd suppression for InterruptRPC (fRPCRunning) data race (practicalswift)5e5138a721travis: Use trap and set -e errtrace (Chun Kuan Lee)069752b726build: Enable functional tests in the ThreadSanitizer (TSan) build job (practicalswift) Pull request description: Enable functional tests in the ThreadSanitizer (TSan) build job. This is a follow-up to @MarcoFalke's #14764 which added TSan but for unit tests only. Tree-SHA512: dcc24d311fa124772c3036b16c2bf94732ece36c3e22b4bb8fe941772e52157ab2b1a90b1880b81079c2eef2d344ca7e1da58324b75dbf82d16204d591ad49fb
This commit is contained in:
@@ -7,15 +7,13 @@ deadlock:WalletBatch
|
||||
# Intentional deadlock in tests
|
||||
deadlock:TestPotentialDeadLockDetected
|
||||
|
||||
# fRPCRunning race
|
||||
race:InterruptRPC
|
||||
|
||||
# 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
|
||||
# External libraries
|
||||
deadlock:libdb
|
||||
race:libzmq
|
||||
|
||||
Reference in New Issue
Block a user