From f24f91eb2064ab04f7f289f73a443aafc45649e4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 28 Oct 2015 09:52:25 +0100 Subject: tests: Add valgrind suppression file for dlopen() issues Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- tests/valgrind.supp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/valgrind.supp (limited to 'tests/valgrind.supp') diff --git a/tests/valgrind.supp b/tests/valgrind.supp new file mode 100644 index 0000000..9857825 --- /dev/null +++ b/tests/valgrind.supp @@ -0,0 +1,16 @@ +### GLIBC +{ + glibc_dlopen_alloc + Memcheck:Leak + fun:calloc + fun:_dlerror_run + fun:dlopen@@GLIBC_2.2.5 +} + +{ + glibc_dlclose_alloc + Memcheck:Leak + fun:calloc + fun:_dlerror_run + fun:dlclose +} -- cgit