commit | 16c94f6c041e0373227ee3da7e782dabed128c6d | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri May 26 10:53:30 2017 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri May 26 10:53:30 2017 +0200 |
tree | 3c6ec0baaa5fe4b7fe82f7275685ed7a0e5445f6 | |
parent | dfcfef364afc56c8838bbd0cc7a9c04d8b2602b8 [diff] [blame] |
tests CHANGE add ldopen()'s still reachable valgrind supression
diff --git a/tests/ld.supp b/tests/ld.supp new file mode 100644 index 0000000..1204fda --- /dev/null +++ b/tests/ld.supp
@@ -0,0 +1,10 @@ +{ + ld + Memcheck:Leak + match-leak-kinds: reachable + fun:calloc + fun:_dlerror_run + fun:dlopen@@GLIBC_2.2.5 + fun:lyext_load_plugins + fun:ly_ctx_new +}