X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fvalgrind.suppress;h=7d624227572499309a23a21b0930a27a2c9ee4c1;hb=69055716798ecc8fb1db3ccbbb1b059f3faf9a05;hp=608be314be1f460faf552f2c620111cf58deb0d7;hpb=0f08a73957ee675ea660cf39455e9ab6ff536ccf;p=sysdb.git diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 608be31..7d62422 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,11 @@ fun:srunner_run fun:main } +{ + + Memcheck:Leak + fun:malloc + fun:nss_parse_service_list + fun:__nss_database_lookup + ... +}