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

Side by Side Diff: tools/valgrind.supp

Issue 1410953002: Suppression for valgrind bug (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 # Intentional thread / memory leak in DM. 3 # Intentional thread / memory leak in DM.
4 { 4 {
5 dm_keepalive_thread_leak 5 dm_keepalive_thread_leak
6 Memcheck:Leak 6 Memcheck:Leak
7 match-leak-kinds: possible 7 match-leak-kinds: possible
8 ... 8 ...
9 fun:_ZN8SkThreadC1EPFvPvES0_ 9 fun:_ZN8SkThreadC1EPFvPvES0_
10 ... 10 ...
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 { 229 {
230 gpu_issue_14 230 gpu_issue_14
231 Memcheck:Addr4 231 Memcheck:Addr4
232 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 232 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
233 } 233 }
234 { 234 {
235 gpu_issue_15 235 gpu_issue_15
236 Memcheck:Addr2 236 Memcheck:Addr2
237 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 237 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
238 } 238 }
239 #FIXME (scroggo). skbug.com/4478
240 {
241 subset_translate_bench_skbug_4478
242 Memcheck:Leak
243 match-leak-kinds: definite
244 fun:_Znwm
245 fun:_ZN20SubsetTranslateBench6onDrawEiP8SkCanvas
246 fun:_ZN9Benchmark4drawEiP8SkCanvas
247 fun:_ZL4timeiP9BenchmarkP6Target
248 fun:_Z14nanobench_mainv
249 fun:main
250 }
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