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

Side by Side Diff: tools/valgrind.supp

Issue 488343003: Update valgrind suppression file for new FontConfig code. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 ... 75 ...
76 obj:/usr/lib/libnvidia-glcore.so* 76 obj:/usr/lib/libnvidia-glcore.so*
77 } 77 }
78 { 78 {
79 nv_driver_bug_3 79 nv_driver_bug_3
80 Memcheck:Leak 80 Memcheck:Leak
81 fun:calloc 81 fun:calloc
82 obj:/usr/lib*/libGL.so* 82 obj:/usr/lib*/libGL.so*
83 } 83 }
84 { 84 {
85 #Fixed by FontConfig 2.9.0
86 #http://cgit.freedesktop.org/fontconfig/commit/?id=1c475d5c8cb265ac939d6b9e0 97666e300162511
85 font_config_bug_1 87 font_config_bug_1
86 Memcheck:Addr4 88 Memcheck:Addr4
87 fun:FcConfigFileExists 89 fun:FcConfigFileExists
88 } 90 }
89 { 91 {
92 #https://bugs.freedesktop.org/show_bug.cgi?id=8215
93 #https://bugs.freedesktop.org/show_bug.cgi?id=8428
94 #FcPattern uses 'intptr_t elts_offset' instead of 'FcPatternEltPtr elts',
95 #which confuses valgrind.
90 font_config_bug_2 96 font_config_bug_2
91 Memcheck:Leak 97 Memcheck:Leak
92 fun:malloc 98 fun:*alloc
93 fun:FcFontSetCreate
94 }
95 {
96 font_config_bug_3
97 Memcheck:Leak
98 fun:realloc
99 fun:FcFontSetAdd
100 }
101 {
102 font_config_bug_4
103 Memcheck:Leak
104 fun:malloc
105 fun:FcPatternObjectInsertElt 99 fun:FcPatternObjectInsertElt
106 fun:FcPatternObjectAddWithBinding 100 fun:Fc*Add*
107 } 101 }
108 { 102 {
109 zlib_bug_1 103 zlib_bug_1
110 Memcheck:Cond 104 Memcheck:Cond
111 fun:inflateReset2 105 fun:inflateReset2
112 fun:inflateInit2_ 106 fun:inflateInit2_
113 fun:png_create_read_struct_2 107 fun:png_create_read_struct_2
114 fun:png_create_read_struct 108 fun:png_create_read_struct
115 } 109 }
116 { 110 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 { 196 {
203 gpu_issue_14 197 gpu_issue_14
204 Memcheck:Addr4 198 Memcheck:Addr4
205 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 199 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
206 } 200 }
207 { 201 {
208 gpu_issue_15 202 gpu_issue_15
209 Memcheck:Addr2 203 Memcheck:Addr2
210 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 204 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
211 } 205 }
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