X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fvalgrind.suppress;h=d0cd09efe05debd5b1ae6115aad1993c0d5138a5;hb=86197e2d95d71403070d788205bb93040b8862bf;hp=608be314be1f460faf552f2c620111cf58deb0d7;hpb=0f08a73957ee675ea660cf39455e9ab6ff536ccf;p=sysdb.git diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 608be31..d0cd09e 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -1,12 +1,21 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run_all fun:main } +{ + + Memcheck:Cond + fun:gcov_exit* + fun:__run_exit_handlers + fun:exit + fun:srunner_run + fun:main +} { Memcheck:Param @@ -15,3 +24,18 @@ fun:srunner_run fun:main } +{ + + Memcheck:Leak + fun:malloc + fun:nss_parse_service_list + fun:__nss_database_lookup + ... +} +{ + + Memcheck:Leak + ... + fun:dl_open_worker + ... +}