From 188e5fa138a0f74419f30216714ae9dae98ad2a1 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 19 Jul 2014 13:34:18 +0200 Subject: [PATCH] t/valgrind.suppress: Updated existing suppression for newer check version. (Keeping the old around for people using the old version of check, e.g. Travis.) --- t/valgrind.suppress | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 608be31..42761dd 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -7,6 +7,15 @@ fun:srunner_run_all fun:main } +{ + + Memcheck:Cond + fun:gcov_exit + fun:__run_exit_handlers + fun:exit + fun:srunner_run + fun:main +} { Memcheck:Param -- 2.30.2