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

Side by Side Diff: tests/valgrind.supp

Issue 144853006: Suppress new valgrind complaint (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « gm/valgrind.supp ('k') | tools/valgrind.supp » ('j') | 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
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 Memcheck:Overlap 86 Memcheck:Overlap
87 fun:strcpy 87 fun:strcpy
88 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 88 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
89 } 89 }
90 { 90 {
91 driver_bug_9 91 driver_bug_9
92 Memcheck:Leak 92 Memcheck:Leak
93 fun:calloc 93 fun:calloc
94 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 94 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
95 } 95 }
96 {
97 driver_bug_10
98 Memcheck:Leak
99 fun:malloc
100 obj:/usr/lib/fglrx/fglrx-libGL.so.1.2
101 }
96 # the gpu_issue_* suppressions suppress issues that cannot be reproduced 102 # the gpu_issue_* suppressions suppress issues that cannot be reproduced
97 # locally. 103 # locally.
98 { 104 {
99 gpu_issue_1 105 gpu_issue_1
100 Memcheck:Addr2 106 Memcheck:Addr2
101 fun:_ZNK5GrGpu18getQuadIndexBufferEv 107 fun:_ZNK5GrGpu18getQuadIndexBufferEv
102 } 108 }
103 { 109 {
104 gpu_issue_2 110 gpu_issue_2
105 Memcheck:Addr2 111 Memcheck:Addr2
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 { 150 {
145 gpu_issue_10 151 gpu_issue_10
146 Memcheck:Addr4 152 Memcheck:Addr4
147 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 153 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
148 } 154 }
149 { 155 {
150 gpu_issue_11 156 gpu_issue_11
151 Memcheck:Addr2 157 Memcheck:Addr2
152 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 158 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
153 } 159 }
OLDNEW
« no previous file with comments | « gm/valgrind.supp ('k') | tools/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698