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:
@@ -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
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user