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 703893003: Add suppression to valgrind.supp for fun:FcConfigEvaluate. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 fun:*alloc 98 fun:*alloc
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 fun:FcConfigValues 109 fun:FcConfigValues
109 fun:FcConfigSubstituteWithPat 110 fun:FcConfigSubstituteWithPat
110 fun:FcFontRenderPrepare 111 fun:FcFontRenderPrepare
111 } 112 }
112 { 113 {
113 zlib_bug_1 114 zlib_bug_1
114 Memcheck:Cond 115 Memcheck:Cond
115 fun:inflateReset2 116 fun:inflateReset2
116 fun:inflateInit2_ 117 fun:inflateInit2_
117 fun:png_create_read_struct_2 118 fun:png_create_read_struct_2
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 { 207 {
207 gpu_issue_14 208 gpu_issue_14
208 Memcheck:Addr4 209 Memcheck:Addr4
209 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 210 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
210 } 211 }
211 { 212 {
212 gpu_issue_15 213 gpu_issue_15
213 Memcheck:Addr2 214 Memcheck:Addr2
214 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 215 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
215 } 216 }
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