Git init
[profile/ivi/libsoup2.4.git] / tests / libsoup.supp
1 # valgrind suppressions file
2
3 {
4    ld.so/map
5    Memcheck:Cond
6    fun:index
7    fun:expand_dynamic_string_token
8    fun:_dl_map_object
9 }
10 {
11    ld.so/relocate
12    Memcheck:Cond
13    fun:_dl_relocate_object
14    fun:dl_main
15    fun:_dl_sysdep_start
16    fun:_dl_start
17 }
18
19 {
20    glib/g_type_init
21    Memcheck:Leak
22    ...
23    fun:g_type_init
24 }
25 {
26    glib/g_type_init_with_debug_flags
27    Memcheck:Leak
28    ...
29    fun:g_type_init_with_debug_flags
30 }
31 {
32    glib/g_thread_init
33    Memcheck:Leak
34    ...
35    fun:g_thread_init
36 }
37 {
38    glib/g_thread_init_glib
39    Memcheck:Leak
40    ...
41    fun:g_thread_init_glib
42 }
43 {
44    glib/g_type_register_static
45    Memcheck:Leak
46    ...
47    fun:g_type_register_static
48 }
49 {
50    glib/g_boxed_type_register_static
51    Memcheck:Leak
52    ...
53    fun:g_boxed_type_register_static
54 }
55 {
56    glib/g_type_add_interface_static
57    Memcheck:Leak
58    ...
59    fun:g_type_add_interface_static
60 }
61 {
62    glib/g_type_interface_add_prerequisite
63    Memcheck:Leak
64    ...
65    fun:g_type_interface_add_prerequisite
66 }
67 {
68    glib/g_type_class_ref
69    Memcheck:Leak
70    ...
71    fun:g_type_class_ref
72 }
73 {
74    glib/g_set_prgname
75    Memcheck:Leak
76    ...
77    fun:g_set_prgname
78 }
79 {
80    glib/g_intern_string
81    Memcheck:Leak
82    ...
83    fun:g_intern_string
84 }
85 {
86    glib/g_intern_static_string
87    Memcheck:Leak
88    ...
89    fun:g_intern_static_string
90 }
91 {
92    glib/g_quark_from_string
93    Memcheck:Leak
94    ...
95    fun:g_quark_from_string
96 }
97 {
98    glib/g_quark_from_static_string
99    Memcheck:Leak
100    ...
101    fun:g_quark_from_static_string
102 }
103 {
104    glib/get_dispatch
105    Memcheck:Leak
106    ...
107    fun:get_dispatch
108 }
109 {
110    glib/g_signal_handlers_destroy
111    Memcheck:Leak
112    ...
113    fun:g_signal_handlers_destroy
114 }
115 {
116    glib/g_data_initialize
117    Memcheck:Leak
118    ...
119    fun:g_data_initialize
120 }
121 {
122    glib/g_static_private_set
123    Memcheck:Leak
124    ...
125    fun:g_static_private_set
126 }
127 {
128    glib/g_child_watch_source_init_multi_threaded
129    Memcheck:Leak
130    ...
131    fun:g_child_watch_source_init_multi_threaded
132 }
133 {
134    glib/xdg_mime_init
135    Memcheck:Leak
136    ...
137    fun:xdg_mime_init
138 }
139 {
140    glib/GResolver
141    Memcheck:Leak
142    ...
143    fun:g_resolver_get_default
144 }
145 {
146    glib/g_main_context_push_thread_default
147    Memcheck:Leak
148    ...
149    fun:g_main_context_push_thread_default
150 }
151 {
152    glib/g_socket_connection_factory
153    Memcheck:Leak
154    ...
155    fun:g_socket_connection_factory_register_type
156 }
157 {
158    glib/g_get_language_names
159    Memcheck:Leak
160    ...
161    fun:g_get_language_names
162 }
163 {
164    glib/giomodules
165    Memcheck:Leak
166    ...
167    fun:_g_io_modules_ensure_loaded
168 }
169 {
170    glib/tlsinit
171    Memcheck:Leak
172    ...
173    fun:get_default_tls_backend
174 }
175 {
176    glib/tlscrypto
177    Memcheck:Leak
178    ...
179    fun:gcry_pthread_mutex_init
180 }
181 {
182    glib/tlscache
183    Memcheck:Leak
184    ...
185    fun:g_tls_backend_gnutls_cache_session_data
186 }
187 {
188    glib/tlspriority
189    Memcheck:Leak
190    ...
191    fun:g_tls_connection_gnutls_init_priorities
192 }
193 {
194    glib/gfileinfo
195    Memcheck:Leak
196    ...
197    fun:ensure_attribute_hash
198    fun:lookup_attribute
199 }
200
201 # probably using uninitialized memory as padding or something
202 {
203    gnutls/handshake
204    Memcheck:Cond
205    ...
206    fun:gnutls_handshake
207 }
208
209 {
210    libxml2/xmlInitParser
211    Memcheck:Leak
212    ...
213    fun:xmlInitParser
214 }
215 {
216    libxml2/xmlInitializeDict
217    Memcheck:Leak
218    ...
219    fun:xmlInitializeDict
220 }
221 {
222    libxml2/xmlInitCharEncodingHandlers
223    Memcheck:Leak
224    ...
225    fun:xmlInitCharEncodingHandlers
226 }
227 {
228    libxml2/xmlNewCharEncodingHandler
229    Memcheck:Leak
230    ...
231    fun:xmlNewCharEncodingHandler
232 }
233
234 {
235    libsoup/interned_uri_schemes
236    Memcheck:Leak
237    ...
238    fun:g_ascii_strdown
239    fun:soup_uri_parse_scheme
240 }
241 {
242    libsoup/interned_headers
243    Memcheck:Leak
244    ...
245    fun:intern_header_name
246 }