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

Side by Side Diff: tools/valgrind.supp

Issue 897953006: generalize FcFontRenderPrepare supression (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: ios too? Created 5 years, 10 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 | « gyp/common_conditions.gypi ('k') | 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 ... 99 ...
100 fun:Fc*Add* 100 fun:Fc*Add*
101 } 101 }
102 { 102 {
103 #Same root cause as font_config_bug_2. 103 #Same root cause as font_config_bug_2.
104 #The 'leak' here is a copy of rule values, as opposed to new values. 104 #The 'leak' here is a copy of rule values, as opposed to new values.
105 font_config_bug_3 105 font_config_bug_3
106 Memcheck:Leak 106 Memcheck:Leak
107 fun:*alloc 107 fun:*alloc
108 ... 108 ...
109 fun:FcConfigValues
110 fun:FcConfigSubstituteWithPat
111 fun:FcFontRenderPrepare 109 fun:FcFontRenderPrepare
112 } 110 }
113 { 111 {
114 zlib_bug_1 112 zlib_bug_1
115 Memcheck:Cond 113 Memcheck:Cond
116 fun:inflateReset2 114 fun:inflateReset2
117 fun:inflateInit2_ 115 fun:inflateInit2_
118 fun:png_create_read_struct_2 116 fun:png_create_read_struct_2
119 fun:png_create_read_struct 117 fun:png_create_read_struct
120 } 118 }
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 { 205 {
208 gpu_issue_14 206 gpu_issue_14
209 Memcheck:Addr4 207 Memcheck:Addr4
210 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 208 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
211 } 209 }
212 { 210 {
213 gpu_issue_15 211 gpu_issue_15
214 Memcheck:Addr2 212 Memcheck:Addr2
215 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 213 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
216 } 214 }
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698