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

Side by Side Diff: tools/valgrind.supp

Issue 116053004: Yet another round of valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « tests/valgrind.supp ('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=tests/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
2 2
3 { 3 {
4 FcConfig 4 FcConfig
5 Memcheck:Addr4 5 Memcheck:Addr4
6 fun:FcConfigFileExists 6 fun:FcConfigFileExists
7 } 7 }
8 { 8 {
9 FcFontSetCreate_Leak 9 FcFontSetCreate_Leak
10 Memcheck:Leak 10 Memcheck:Leak
11 fun:malloc 11 fun:malloc
12 fun:FcFontSetCreate 12 fun:FcFontSetCreate
13 } 13 }
14 { 14 {
15 FcFontSetAdd_Leak
16 Memcheck:Leak
17 fun:realloc
18 fun:FcFontSetAdd
19 }
20 {
15 lib_png_inflate 21 lib_png_inflate
16 Memcheck:Cond 22 Memcheck:Cond
17 fun:inflateReset2 23 fun:inflateReset2
18 fun:inflateInit2_ 24 fun:inflateInit2_
19 fun:png_create_read_struct_2 25 fun:png_create_read_struct_2
20 fun:png_create_read_struct 26 fun:png_create_read_struct
21 } 27 }
22 { 28 {
23 RTConfRegistry_leak 29 RTConfRegistry_leak
24 Memcheck:Leak 30 Memcheck:Leak
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 { 123 {
118 gpu_issue_6 124 gpu_issue_6
119 Memcheck:Addr8 125 Memcheck:Addr8
120 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 126 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
121 } 127 }
122 { 128 {
123 gpu_issue_7 129 gpu_issue_7
124 Memcheck:Addr4 130 Memcheck:Addr4
125 fun:_ZNK7SkPoint24distanceToLineBetweenSqdERKS_S1_PNS_4SideE 131 fun:_ZNK7SkPoint24distanceToLineBetweenSqdERKS_S1_PNS_4SideE
126 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 132 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
127 } 133 }
134 {
135 gpu_issue_8
136 Memcheck:Addr4
137 fun:_ZN24GrAAHairLinePathRenderer14createLineGeomERK6SkPathP12GrDrawTargetRK 8SkTArrayI7SkPointLb1EEiPNS3_19AutoReleaseGeometryEP6SkRect
138 }
139 {
140 gpu_issue_9
141 Memcheck:Addr2
142 fun:_ZN21GrDefaultPathRenderer10createGeomERK6SkPathRK11SkStrokeRecfP12GrDra wTargetP15GrPrimitiveTypePiSA_PNS6_19AutoReleaseGeometryE
143 }
144 {
145 gpu_issue_10
146 Memcheck:Addr4
147 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
148 }
149 {
150 gpu_issue_11
151 Memcheck:Addr2
152 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
153 }
OLDNEW
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698