diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-14 11:13:28 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-14 11:13:28 -0500 |
commit | 4ee2f61dd79b3a7a6cde2499cef221837f448330 (patch) | |
tree | 424bcae390953acee3533daad6f4131b1292a6fd /tests/valgrind.supp | |
parent | 886f8589c5848501bc4fed3bb04ceb28419cd5a3 (diff) | |
download | horizon-4ee2f61dd79b3a7a6cde2499cef221837f448330.tar.gz horizon-4ee2f61dd79b3a7a6cde2499cef221837f448330.tar.bz2 horizon-4ee2f61dd79b3a7a6cde2499cef221837f448330.tar.xz horizon-4ee2f61dd79b3a7a6cde2499cef221837f448330.zip |
tests: Fix suppression file on x86_64
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r-- | tests/valgrind.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index b9c60f5..f106c56 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -20,3 +20,13 @@ fun:__libc_start_init obj:/lib/ld-musl-* } +# broken x86_64 mess (musl dbg symbols don't have do_init_fini symbol) +{ + clipp:ctor + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + ... + fun:_start_c + obj:/lib/ld-musl-* +} |