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

Unified Diff: tools/valgrind.supp

Issue 1554193002: On Valgrind bots, print a message every 20 minutes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Print a message every 20 minutes (looks like valgrind times out after 40 min) Created 4 years, 12 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 | « tools/nanobench_flags.py ('k') | 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 5aee804dd85fc6b85e068a81ed14673431eb74f9..4e2dd35f92f849c5731abcd21176b1b88359c1aa 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -12,6 +12,18 @@
fun:main
}
+# Intentional thread / memory leak in nanobench.
+{
+ nanobench_keepalive_thread_leak
+ Memcheck:Leak
+ match-leak-kinds: possible
+ ...
+ fun:_ZN8SkThreadC1EPFvPvES0_
+ fun:_ZL15start_keepalivev
+ fun:_Z14nanobench_mainv
+ fun:main
+}
+
# Third party lib, driver issues.
{
ati_driver_bug_1
« no previous file with comments | « tools/nanobench_flags.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698