diff options
| author | practicalswift <[email protected]> | 2018-11-26 22:06:59 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-11-26 23:33:17 +0100 |
| commit | 6541d59ddc2b1b475187e6cbe76a50ee6e85b421 (patch) | |
| tree | 669c58aa93a7f93fd81c632a19f493ac954dd0f4 | |
| parent | Add ASan Travis build (diff) | |
| download | discoin-6541d59ddc2b1b475187e6cbe76a50ee6e85b421.tar.xz discoin-6541d59ddc2b1b475187e6cbe76a50ee6e85b421.zip | |
Add LSan suppression warnings
| -rw-r--r-- | test/sanitizer_suppressions/lsan | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/lsan b/test/sanitizer_suppressions/lsan index 568f57449..57bc2c2be 100644 --- a/test/sanitizer_suppressions/lsan +++ b/test/sanitizer_suppressions/lsan @@ -1,7 +1,10 @@ +# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark leak:addCoin +leak:bench_bitcoin + +# Suppress warnings triggered in dependencies leak:libcrypto leak:libqminimal leak:libQt5Core leak:libQt5Gui leak:libQt5Widgets -leak:new_allocator.h |