blob: 4e13e972361af6a50110bb420b334d34b9cbea1f [file] [log] [blame]
robertphillips@google.com6187abe2013-10-08 15:37:19 +00001# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
2
3{
4 FcConfig
5 Memcheck:Addr4
6 fun:FcConfigFileExists
7}
8{
robertphillips@google.comd6bea602013-11-12 14:05:15 +00009 FcFontSetCreate_Leak
10 Memcheck:Leak
11 fun:malloc
robertphillips@google.com6acc8f42013-11-11 20:04:28 +000012 fun:FcFontSetCreate
13}
14{
robertphillips@google.com6187abe2013-10-08 15:37:19 +000015 Mesa_glsl_parsing
16 Memcheck:Cond
17 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
18 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
19}
20{
21 lib_png_inflate
22 Memcheck:Cond
23 fun:inflateReset2
24 fun:inflateInit2_
25 fun:png_create_read_struct_2
26 fun:png_create_read_struct
27}
28{
29 RTConfRegistry_leak
30 Memcheck:Leak
31 fun:_Znwm
32 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
33}
robertphillips@google.com1b440d12013-10-10 17:04:14 +000034{
35 XML_ParseBuffer_leak
36 Memcheck:Leak
37 fun:malloc
38 fun:FcPatternObjectInsertElt
39 fun:FcPatternObjectAddWithBinding
40}
robertphillips@google.com8ec502b2013-10-11 18:28:18 +000041{
42 Driver_bug_1
43 Memcheck:Value8
44 ...
45 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
46 fun:lp_rast_triangle_3
47}
48{
49 Driver_bug_2
50 Memcheck:Value8
51 ...
52 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
53 fun:lp_rast_triangle_2
54}
55{
56 Driver_bug_3
57 Memcheck:Value8
58 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
59 fun:_mesa_readpixels
60 fun:_mesa_ReadnPixelsARB
61 fun:_mesa_ReadPixels
62}
robertphillips@google.comd6bea602013-11-12 14:05:15 +000063{
64 XOpenDisplay_Leak
65 Memcheck:Leak
66 fun:calloc
67 fun:_XConnectXCB
68 fun:XOpenDisplay
69}