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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind.supp
diff --git a/tools/valgrind.supp b/tools/valgrind.supp
index ffb71089f903408d81f5b47143267509b46c78de..154a8a7104356ba8d14e4a415919e19ab5d09376 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -236,3 +236,15 @@
Memcheck:Addr2
fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDrawTargetb
}
+#FIXME (scroggo). skbug.com/4478
+{
+ subset_translate_bench_skbug_4478
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:_Znwm
+ fun:_ZN20SubsetTranslateBench6onDrawEiP8SkCanvas
+ fun:_ZN9Benchmark4drawEiP8SkCanvas
+ fun:_ZL4timeiP9BenchmarkP6Target
+ fun:_Z14nanobench_mainv
+ fun:main
+}
« 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