tests: Split regressions -> various subdirectories of tests/
[libguestfs.git] / extratests / suppressions
1 # libnuma
2 {
3    libnuma_numa_node_size64_cond
4    Memcheck:Cond
5    fun:*
6    fun:numa_node_size64
7    fun:numa_init
8 }
9 {
10    libnuma_numa_node_size64_cond_2
11    Memcheck:Cond
12    fun:numa_node_size64
13    fun:numa_init
14 }
15 {
16    libnuma_numa_node_size64_cond_3
17    Memcheck:Cond
18    fun:*
19    fun:numa_node_size64
20    obj:/usr/lib64/libnuma.so.1
21 }
22 {
23    libnuma_numa_node_size64_cond_4
24    Memcheck:Cond
25    fun:numa_node_size64
26    obj:/usr/lib64/libnuma.so.1
27 }
28 {
29    libnuma_numa_node_size64_value8
30    Memcheck:Value8
31    fun:numa_node_size64
32    fun:numa_init
33 }
34 {
35    libnuma_numa_node_size64_value8_2
36    Memcheck:Value8
37    fun:numa_node_size64
38    obj:/usr/lib64/libnuma.so.1
39 }
40
41 # libnl
42 {
43    libnl_add_routing_table_name_leak
44    Memcheck:Leak
45    fun:malloc
46    fun:strdup
47    fun:add_routing_table_name
48 }
49 {
50    libnl_add_routing_table_name_leak_2
51    Memcheck:Leak
52    fun:calloc
53    fun:add_routing_table_name
54 }
55 {
56    libnl_add_proto_name_leak
57    Memcheck:Leak
58    fun:malloc
59    fun:strdup
60    fun:add_proto_name
61 }
62 {
63    libnl_add_proto_name_leak_2
64    Memcheck:Leak
65    fun:calloc
66    fun:add_proto_name
67 }
68 {
69    libnl1_malloc_leak
70    Memcheck:Leak
71    fun:malloc
72    fun:strdup
73    obj:/usr/lib/libnl.so.1.1
74 }
75 {
76    libnl1_malloc_leak_2
77    Memcheck:Leak
78    fun:malloc
79    fun:strdup
80    obj:/lib64/libnl.so.1.1
81 }
82 {
83    libnl1_calloc_leak
84    Memcheck:Leak
85    fun:calloc
86    obj:/usr/lib/libnl.so.1.1
87 }
88 {
89    libnl1_calloc_leak_2
90    Memcheck:Leak
91    fun:calloc
92    obj:/lib64/libnl.so.1.1
93 }
94
95 # OCaml, by design, doesn't bother to free the major heap before
96 # calling exit.  Ignore that leak.
97 {
98    ocaml_heap_leak
99    Memcheck:Leak
100    ...
101    fun:caml_alloc_for_heap
102 }
103 # On the other hand, these seem to be a real bugs in OCaml:
104 {
105    ocaml_heap_leak_2
106    Memcheck:Leak
107    fun:malloc
108    fun:caml_thread_new_descriptor
109    fun:caml_thread_new
110 }
111 {
112    ocaml_heap_leak_3
113    Memcheck:Leak
114    fun:malloc
115    fun:caml_thread_new_descriptor
116    fun:caml_thread_initialize
117 }
118 {
119    ocaml_heap_leak_4
120    Memcheck:Leak
121    ...
122    fun:pthread_create*
123    ...
124    fun:caml_thread_new
125 }
126 {
127    ocaml_heap_leak_5
128    Memcheck:Leak
129    fun:malloc
130    fun:caml_stat_alloc
131    fun:caml_threadstatus_new
132 }