HomePhabricator

Add the sanitizers suppression files and use them in teamcity build

Description

Add the sanitizers suppression files and use them in teamcity build

Summary:
Pull all the sanitizer suppression files from core.
They are not modified and may contain suppression for cases we don't
have yet, but that will avoid throwing these errors in the future due to
backports.

Test Plan:

mkdir build && cd build
../configure --with-sanitizers=address
LSAN_OPTIONS="suppressions=${PWD}/../test/sanitizer_suppressions/lsan" \
make check

Should return no error.
Others sanitizers still throw errors at the moment.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3596

Details

Provenance
FabienAuthored on Jul 8 2019, 19:35
FabienPushed on Jul 9 2019, 06:00
Reviewer
Restricted Project
Differential Revision
D3596: Add the sanitizers suppression files and use them in teamcity build
Parents
rABCc9911ddd7dc2: Fix checkqueue_tests use-after-scope
Branches
Unknown
Tags
Unknown