Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: tools/valgrind.supp

Issue 477733002: valgrind suppression for zlib Flate Test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp"
2 2
3 # Third party lib, driver issues. 3 # Third party lib, driver issues.
4 { 4 {
5 ati_driver_bug_1 5 ati_driver_bug_1
6 Memcheck:Param 6 Memcheck:Param
7 ioctl(generic) 7 ioctl(generic)
8 fun:ioctl 8 fun:ioctl
9 ... 9 ...
10 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 10 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 fun:FcPatternObjectAddWithBinding 106 fun:FcPatternObjectAddWithBinding
107 } 107 }
108 { 108 {
109 zlib_bug_1 109 zlib_bug_1
110 Memcheck:Cond 110 Memcheck:Cond
111 fun:inflateReset2 111 fun:inflateReset2
112 fun:inflateInit2_ 112 fun:inflateInit2_
113 fun:png_create_read_struct_2 113 fun:png_create_read_struct_2
114 fun:png_create_read_struct 114 fun:png_create_read_struct
115 } 115 }
116 {
117 zlib_bug_2
118 Memcheck:Cond
119 fun:inflateReset2
120 fun:inflateInit2_
121 fun:_ZN12_GLOBAL__N_17doFlateEbP8SkStreamP9SkWStream
122 fun:_ZN7SkFlate7InflateEP8SkStreamP9SkWStream
123 }
116 124
117 # Why is it OK to suppress this? 125 # Why is it OK to suppress this?
118 { 126 {
119 SkRTConfRegistry_bug_1 127 SkRTConfRegistry_bug_1
120 Memcheck:Leak 128 Memcheck:Leak
121 fun:_Znwm 129 fun:_Znwm
122 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase 130 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
123 } 131 }
124 132
125 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally . These appear to be 133 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally . These appear to be
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 { 202 {
195 gpu_issue_14 203 gpu_issue_14
196 Memcheck:Addr4 204 Memcheck:Addr4
197 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 205 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
198 } 206 }
199 { 207 {
200 gpu_issue_15 208 gpu_issue_15
201 Memcheck:Addr2 209 Memcheck:Addr2
202 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 210 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
203 } 211 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698