From: Sebastian Harl Date: Mon, 6 Oct 2014 18:34:51 +0000 (+0200) Subject: t/valgrind.suppress: Use a pattern for the full name of gcov_exit. X-Git-Tag: sysdb-0.5.0~2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=5c3fbe3308d3395e1f0a0d590d81f35f91608f98 t/valgrind.suppress: Use a pattern for the full name of gcov_exit. For example, I've seen gcov_exit.part.5. --- diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 51da50c..7d62422 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -1,7 +1,7 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run_all @@ -10,7 +10,7 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run