97d4b78941d2375e5aaba423249ce2db698ad7ff
[libguestfs.git] / extratests / suppressions
1 {
2    libnuma_numa_node_size64_cond
3    Memcheck:Cond
4    fun:*
5    fun:numa_node_size64
6    fun:numa_init
7 }
8 {
9    libnuma_numa_node_size64_cond_2
10    Memcheck:Cond
11    fun:numa_node_size64
12    fun:numa_init
13 }
14 {
15    libnuma_numa_node_size64_value8
16    Memcheck:Value8
17    fun:numa_node_size64
18    fun:numa_init
19 }
20
21 {
22    libnl_add_routing_table_name_leak
23    Memcheck:Leak
24    fun:malloc
25    fun:strdup
26    fun:add_routing_table_name
27 }
28 {
29    libnl_add_routing_table_name_leak_2
30    Memcheck:Leak
31    fun:calloc
32    fun:add_routing_table_name
33 }
34 {
35    libnl_add_proto_name_leak
36    Memcheck:Leak
37    fun:malloc
38    fun:strdup
39    fun:add_proto_name
40 }
41 {
42    libnl_add_proto_name_leak_2
43    Memcheck:Leak
44    fun:calloc
45    fun:add_proto_name
46 }
47
48 {
49    libnl1_malloc_leak
50    Memcheck:Leak
51    fun:malloc
52    fun:strdup
53    obj:/usr/lib/libnl.so.1.1
54 }
55 {
56    libnl1_calloc_leak
57    Memcheck:Leak
58    fun:calloc
59    obj:/usr/lib/libnl.so.1.1
60 }
61
62 # OCaml, by design, doesn't bother to free the major heap before
63 # calling exit.  Ignore that leak.
64 {
65    ocaml_heap_leak
66    Memcheck:Leak
67    ...
68    fun:caml_alloc_for_heap
69 }
70 # On the other hand, these seem to be a real bugs in OCaml:
71 {
72    ocaml_heap_leak_2
73    Memcheck:Leak
74    fun:malloc
75    fun:caml_thread_new_descriptor
76    fun:caml_thread_new
77 }
78 {
79    ocaml_heap_leak_3
80    Memcheck:Leak
81    fun:malloc
82    fun:caml_thread_new_descriptor
83    fun:caml_thread_initialize
84 }
85 {
86    ocaml_heap_leak_4
87    Memcheck:Leak
88    ...
89    fun:pthread_create*
90    ...
91    fun:caml_thread_new
92 }