From 069752b72613b772a9536a3e7f15fa75097f2946 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 27 Nov 2018 10:21:29 +0100 Subject: build: Enable functional tests in the ThreadSanitizer (TSan) build job --- test/sanitizer_suppressions/tsan | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'test/sanitizer_suppressions') diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index 996f342eb9..70eea34363 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -11,11 +11,6 @@ deadlock:TestPotentialDeadLockDetected 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 -- cgit v1.2.3