test: update valgrind.suppressions for make check

`make check` '--with-valgrind=yes' failed due to memory leaks detected
by valgrind. These leaks originate from glib structures, and should be
ignored.

https://bugzilla.gnome.org/show_bug.cgi?id=705160

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2013-12-11 15:25:37 +01:00
parent e3f89eb432
commit 2540966492

View file

@ -83,4 +83,29 @@
fun:g_signal_new_class_handler
...
}
{
_dl_init_g_type_register_fundamental
Memcheck:Leak
...
fun:g_type_register_fundamental
...
obj:/*/libgobject*
fun:_dl_init
obj:/*/ld-*.so
}
{
_dl_init_g_malloc0
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
obj:/*/libgobject*
fun:_dl_init
obj:/*/ld-*.so
}
{
...
fun:gobject_init_ctor
...
}