From 5c3fbe3308d3395e1f0a0d590d81f35f91608f98 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 6 Oct 2014 20:34:51 +0200 Subject: [PATCH] t/valgrind.suppress: Use a pattern for the full name of gcov_exit. For example, I've seen gcov_exit.part.5. --- t/valgrind.suppress | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2