Code

t/valgrind.suppress: Use a pattern for the full name of gcov_exit.
authorSebastian Harl <sh@tokkee.org>
Mon, 6 Oct 2014 18:34:51 +0000 (20:34 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 6 Oct 2014 18:34:51 +0000 (20:34 +0200)
For example, I've seen gcov_exit.part.5.

t/valgrind.suppress

index 51da50c0628d181ca68db006bde3cf8333c81530..7d624227572499309a23a21b0930a27a2c9ee4c1 100644 (file)
@@ -1,7 +1,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
-   fun:gcov_exit
+   fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
    fun:srunner_run_all
@@ -10,7 +10,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
-   fun:gcov_exit
+   fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
    fun:srunner_run