qemu: Validate spapr-vio addresses
[libvirt/ericb.git] / tests / .valgrind.supp
blob6fb724ff136b924fcdb97de9a997c49ec738eba3
2    bashMemoryLeak1
3    Memcheck:Leak
4    fun:malloc
5    fun:xmalloc
6    ...
7    fun:execute_command_internal
8    ...
9    obj:*/bin/bash
12    bashMemoryLeak2
13    Memcheck:Leak
14    fun:malloc
15    fun:xmalloc
16    ...
17    fun:yyparse
18    fun:parse_command
19    fun:read_command
20    ...
21    obj:*/bin/bash
24    bashMemoryLeak3
25    Memcheck:Leak
26    fun:malloc
27    fun:xmalloc
28    fun:array_create
29    fun:array_copy
30    fun:run_exit_trap
31    fun:exit_shell
32    ...
33    obj:*/bin/bash
36    bashMemoryLeak4
37    Memcheck:Leak
38    match-leak-kinds: definite
39    fun:malloc
40    fun:xmalloc
41    fun:set_default_locale
42    fun:main
43    ...
44    obj:*/bin/bash
47 # Failure seen in /usr/lib64/ld-2.15.so
50     dlInitMemoryLeak1
51     Memcheck:Leak
52     fun:?alloc
53     ...
54     fun:call_init.part.0
55     fun:_dl_init
56     ...
57     obj:*/lib*/ld-2.*so*
60 # Failure seen in
61 #  p11_kit_registered_module_to_name: /usr/lib64/libp11-kit.so.0.0.0
62 #  gnutls_pkcs11_init: /usr/lib64/libgnutls.so.26.22.4
65     gnutlsInitMemoryLeak
66     Memcheck:Leak
67     fun:malloc
68     fun:strdup
69     fun:p11_kit_registered_module_to_name
70     fun:gnutls_pkcs11_init
71     fun:gnutls_global_init
72     ...
73     obj:*/lib*/libc-2.*so*
76 # Failure seen in eventtest, qemumonitorjsontest, qemuhotplugtest,
77 #                 qemuagenttest
80     dlAllocateTlsMemoryLeak
81     Memcheck:Leak
82     fun:calloc
83     fun:_dl_allocate_tls
84     fun:pthread_create*
85     ...
86     fun:mymain
87     fun:virtTestMain
88     ...
89     obj:*/lib*/libc-2.*so*
92 # commandtest validates the various threaded commands. The
93 # virThreadCreate() routine allocates and passes args to the
94 # new thread which now owns the 'args' and thus cannot be free'd
97     commandtestLeak1
98     Memcheck:Leak
99     fun:calloc
100     fun:virAlloc
101     fun:virThreadCreate
102     fun:mymain
103     fun:virtTestMain
106 # The Error code requires static memory that is never free'd
107 # for thread local storage to store error message/data
110     commandtestLeak2
111     Memcheck:Leak
112     fun:calloc
113     fun:virAlloc
114     ...
115     fun:vir*LastError*
116     fun:virEventRunDefaultImpl
117     fun:virCommandThreadWorker
118     fun:virThreadHelper
119     fun:start_thread
120     fun:clone
123 # Some of the commandtests (test0, test1, test4, & test18) cause the
124 # following traceback although it appears the memory is properly freed
127     commandtestLeak3
128     Memcheck:Leak
129     fun:calloc
130     fun:virAllocN
131     fun:virEventPollRunOnce
132     fun:virEventRunDefaultImpl
133     fun:virCommandThreadWorker
134     fun:virThreadHelper
135     fun:start_thread
136     fun:clone
139 # seclabeltest relies on 'selabel_close' which is not in libvirt
142     seclabeltestcond1
143     Memcheck:Cond
144     obj:/usr/lib64/libselinux.so.1
145     fun:selabel_close
146     fun:virSecuritySELinuxSecurityDriverClose
147     fun:virSecurityManagerDispose
148     fun:virObjectUnref
149     fun:main