test: adjust valgrind.suppressions for `make check`
authorThomas Haller <thaller@redhat.com>
Thu, 2 Jan 2014 22:51:56 +0000 (23:51 +0100)
committerThomas Haller <thaller@redhat.com>
Wed, 8 Jan 2014 13:29:19 +0000 (14:29 +0100)
Make some suppressions more generic, because they
did not match on my F20.

The previous suppression for 'fun:gobject_init_ctor'
also had a syntax error. Fix that too.

Signed-off-by: Thomas Haller <thaller@redhat.com>
valgrind.suppressions

index 8a757c6..369d7a4 100644 (file)
@@ -89,7 +89,6 @@
    ...
    fun:g_type_register_fundamental
    ...
-   obj:/*/libgobject*
    fun:_dl_init
    obj:/*/ld-*.so
 }
    fun:calloc
    fun:g_malloc0
    ...
-   obj:/*/libgobject*
    fun:_dl_init
    obj:/*/ld-*.so
 }
 {
+    all_gobject_init_ctor
+    Memcheck:Leak
     ...
     fun:gobject_init_ctor
     ...