blob: c0536358069b57a6aa64581fef4c06d55cbf922d [file] [log] [blame]
tomhudson@google.com0435f162012-03-15 18:16:39 +00001# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
tomhudson@google.com0435f162012-03-15 18:16:39 +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{
commit-bot@chromium.org738e02c2013-07-02 17:40:22 +000015 lib_png_inflate
16 Memcheck:Cond
17 fun:inflateReset2
18 fun:inflateInit2_
19 fun:png_create_read_struct_2
20 fun:png_create_read_struct
tomhudson@google.com0435f162012-03-15 18:16:39 +000021}
commit-bot@chromium.org738e02c2013-07-02 17:40:22 +000022{
robertphillips@google.com6187abe2013-10-08 15:37:19 +000023 RTConfRegistry_leak
robertphillips@google.comd7a1eea2013-07-08 17:26:07 +000024 Memcheck:Leak
25 fun:_Znwm
robertphillips@google.com6187abe2013-10-08 15:37:19 +000026 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
robertphillips@google.com9c4c3de2013-07-03 15:39:10 +000027}
robertphillips@google.com1b440d12013-10-10 17:04:14 +000028{
29 XML_ParseBuffer_leak
30 Memcheck:Leak
31 fun:malloc
32 fun:FcPatternObjectInsertElt
33 fun:FcPatternObjectAddWithBinding
34}
robertphillips@google.comffb68f62013-12-06 17:03:39 +000035{
36 driver_bug_1
37 Memcheck:Param
38 ioctl(generic)
39 fun:ioctl
40 ...
41 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
42}
43{
44 driver_bug_2
45 Memcheck:Cond
46 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
47}
48{
49 driver_bug_3
50 Memcheck:Addr8
51 ...
52 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
53}
robertphillips@google.comaad7e0b2013-12-09 13:55:33 +000054{
55 driver_bug_4
56 Memcheck:Addr4
57 ...
robertphillips@google.comffb68f62013-12-06 17:03:39 +000058 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
59}
60{
61 driver_bug_5
62 Memcheck:Addr2
63 ...
64 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
65}
66{
67 driver_bug_6
68 Memcheck:Addr1
69 ...
70 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
71}
72{
73 driver_bug_7
robertphillips@google.comaad7e0b2013-12-09 13:55:33 +000074 Memcheck:Leak
75 fun:malloc
robertphillips@google.comffb68f62013-12-06 17:03:39 +000076 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
77}
robertphillips@google.com45e01c32013-12-18 17:28:55 +000078{
79 driver_bug_8
80 Memcheck:Overlap
81 fun:strcpy
82 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
83}
84{
85 driver_bug_9
86 Memcheck:Leak
87 fun:calloc
88 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
89}
90# the gpu_issue_* suppressions suppress issues that cannot be reproduced
91# locally.
92{
93 gpu_issue_1
94 Memcheck:Addr2
95 fun:_ZNK5GrGpu18getQuadIndexBufferEv
96}
97{
98 gpu_issue_2
99 Memcheck:Addr2
100 fun:_ZN24GrAAHairLinePathRenderer6CreateEP9GrContext
101}
102{
103 gpu_issue_3
104 Memcheck:Addr2
105 fun:_ZN16GrAARectRenderer21aaFillRectIndexBufferEP5GrGpu
106}
107{
108 gpu_issue_4
109 Memcheck:Addr8
110 fun:_ZN24GrAAHairLinePathRenderer14createLineGeomERK6SkPathP12GrDrawTargetRK8SkTArrayI7SkPointLb1EEiPNS3_19AutoReleaseGeometryEP6SkRect
111}
112{
113 gpu_issue_5
114 Memcheck:Addr8
115 fun:_ZN21GrDefaultPathRenderer10createGeomERK6SkPathRK11SkStrokeRecfP12GrDrawTargetP15GrPrimitiveTypePiSA_PNS6_19AutoReleaseGeometryE
116}
117{
118 gpu_issue_6
119 Memcheck:Addr8
120 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDrawTargetb
121}
122{
123 gpu_issue_7
124 Memcheck:Addr4
125 fun:_ZNK7SkPoint24distanceToLineBetweenSqdERKS_S1_PNS_4SideE
126 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDrawTargetb
127}