mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
extra-tests: Include valgrind suppressions file.
This updates commit c55bad93fb.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -94,7 +94,6 @@ examples/stamp-guestfs-examples.pod
|
||||
examples/stamp-guestfs-recipes.pod
|
||||
examples/stamp-guestfs-testing.pod
|
||||
examples/virt-dhcp-address
|
||||
extratests/suppressions
|
||||
extratests/valgrind.log
|
||||
fish/cmds.c
|
||||
fish/cmds_gperf.c
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
#
|
||||
# These tests may fail for reasons which aren't necessarily real problems.
|
||||
|
||||
EXTRA_DIST = suppressions
|
||||
|
||||
VG = ../run \
|
||||
valgrind \
|
||||
--log-file=valgrind.log \
|
||||
|
||||
46
extratests/suppressions
Normal file
46
extratests/suppressions
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
libnuma_numa_node_size64_cond
|
||||
Memcheck:Cond
|
||||
fun:*
|
||||
fun:numa_node_size64
|
||||
fun:numa_init
|
||||
}
|
||||
{
|
||||
libnuma_numa_node_size64_cond_2
|
||||
Memcheck:Cond
|
||||
fun:numa_node_size64
|
||||
fun:numa_init
|
||||
}
|
||||
{
|
||||
libnuma_numa_node_size64_value8
|
||||
Memcheck:Value8
|
||||
fun:numa_node_size64
|
||||
fun:numa_init
|
||||
}
|
||||
|
||||
{
|
||||
libnl_add_routing_table_name_leak
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
fun:add_routing_table_name
|
||||
}
|
||||
{
|
||||
libnl_add_routing_table_name_leak_2
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:add_routing_table_name
|
||||
}
|
||||
{
|
||||
libnl_add_proto_name_leak
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
fun:add_proto_name
|
||||
}
|
||||
{
|
||||
libnl_add_proto_name_leak_2
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:add_proto_name
|
||||
}
|
||||
Reference in New Issue
Block a user