aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions/lsan
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-11-27 16:30:32 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-11-27 16:30:39 -0500
commit600b85bb417295f4d9c7d5b9fd8502f3c8f113e3 (patch)
tree08972900a4295e63e16f43715058e5ff47698b1e /test/sanitizer_suppressions/lsan
parentfdf146f3293c487afdc4d6d9f6b64099aa8bd28a (diff)
parent6541d59ddc2b1b475187e6cbe76a50ee6e85b421 (diff)
downloadbitcoin-600b85bb417295f4d9c7d5b9fd8502f3c8f113e3.tar.xz
Merge #14794: tests: Add AddressSanitizer (ASan) Travis build
6541d59ddc Add LSan suppression warnings (practicalswift) ff7212ec32 Add ASan Travis build (practicalswift) ebd3bf2590 Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN memory increase (practicalswift) Pull request description: Add ASan Travis build. Tree-SHA512: b9712aaf0c9112b637b6ef0c5d93961863dcbecaf31d9561eb09258a61540fb31d2c8ecae86518a82763279e4aa6cac266cd352c2b2507df0335c0199f8b3d78
Diffstat (limited to 'test/sanitizer_suppressions/lsan')
-rw-r--r--test/sanitizer_suppressions/lsan10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/sanitizer_suppressions/lsan b/test/sanitizer_suppressions/lsan
new file mode 100644
index 0000000000..57bc2c2bea
--- /dev/null
+++ b/test/sanitizer_suppressions/lsan
@@ -0,0 +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