libvirt/tests/.valgrind.supp

58 lines
1.0 KiB
Plaintext
Raw Normal View History

2008-04-28 13:36:48 +00:00
{
glib-memory-leak1
2008-04-28 13:36:48 +00:00
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.34
fun:g_system_thread_new
2013-02-05 15:01:00 +00:00
...
fun:g_task_get_type_once
fun:g_task_get_type
fun:_g_dbus_initialize.part.0
fun:g_dbus_error_new_for_dbus_error
fun:wrap_g_dbus_connection_call_sync
2008-04-28 13:36:48 +00:00
}
{
glib-memory-leak2
2008-04-28 13:36:48 +00:00
Memcheck:Leak
match-leak-kinds: possible
2008-04-28 13:36:48 +00:00
fun:malloc
fun:tsearch
fun:__add_to_environ
fun:setenv
fun:g_setenv
2013-02-05 15:01:00 +00:00
...
fun:virTestMain
fun:main
}
{
commandtest
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.34
fun:virThreadCreateFull
fun:virCommandRunAsync
fun:test21
fun:virTestRun
fun:mymain
fun:virTestMain
fun:main
2013-02-05 15:01:00 +00:00
}
{
eventtest
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.34
fun:mymain
fun:virTestMain
fun:main
}