blob: 4e13e972361af6a50110bb420b334d34b9cbea1f [file] [log] [blame]
robertphillips@google.com9c4c3de2013-07-03 15:39:10 +00001# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
tomhudson@google.com7816a4e2012-03-15 13:39:51 +00002
3{
robertphillips@google.com6187abe2013-10-08 15:37:19 +00004 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.com9c4c3de2013-07-03 15:39:10 +000015 Mesa_glsl_parsing
tomhudson@google.com7816a4e2012-03-15 13:39:51 +000016 Memcheck:Cond
robertphillips@google.com9c4c3de2013-07-03 15:39:10 +000017 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
18 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
tomhudson@google.com7816a4e2012-03-15 13:39:51 +000019}
20{
robertphillips@google.com9c4c3de2013-07-03 15:39:10 +000021 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
tomhudson@google.com7816a4e2012-03-15 13:39:51 +000027}
robertphillips@google.com9c4c3de2013-07-03 15:39:10 +000028{
robertphillips@google.com6187abe2013-10-08 15:37:19 +000029 RTConfRegistry_leak
robertphillips@google.comd7a1eea2013-07-08 17:26:07 +000030 Memcheck:Leak
31 fun:_Znwm
robertphillips@google.com6187abe2013-10-08 15:37:19 +000032 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
robertphillips@google.com9c4c3de2013-07-03 15:39:10 +000033}
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}