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.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING9ad90486546a: Add the sanitizers suppression files and use them in teamcity build
rABC9ad90486546a: Add the sanitizers suppression files and use them in teamcity build
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.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- sanitizer_suppression_files
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6741 Build 11529: Bitcoin ABC Buildbot (legacy) Build 11528: arc lint + arc unit