test: adjust valgrind.suppressions for make check

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>
This commit is contained in:
Thomas Haller
2014-01-02 23:51:56 +01:00
parent 3051a908a9
commit d5626b9f41

View File

@@ -89,7 +89,6 @@
... ...
fun:g_type_register_fundamental fun:g_type_register_fundamental
... ...
obj:/*/libgobject*
fun:_dl_init fun:_dl_init
obj:/*/ld-*.so obj:/*/ld-*.so
} }
@@ -99,11 +98,12 @@
fun:calloc fun:calloc
fun:g_malloc0 fun:g_malloc0
... ...
obj:/*/libgobject*
fun:_dl_init fun:_dl_init
obj:/*/ld-*.so obj:/*/ld-*.so
} }
{ {
all_gobject_init_ctor
Memcheck:Leak
... ...
fun:gobject_init_ctor fun:gobject_init_ctor
... ...