From c149f0e36e0ca0ff35ec6e2f79419b58d529db40 Mon Sep 17 00:00:00 2001 From: msarett Date: Mon, 4 Jan 2016 11:35:43 -0800 Subject: On Valgrind bots, print a message every 20 minutes I believe that the timeout failure on the Valgrind bot occurs because we skip many tests consecutively without printing any output. Skipping these tests requires non-trivial work. Printing a message every 20 minutes will avoid timeouts. BUG=skia:4740 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1554193002 Review URL: https://codereview.chromium.org/1554193002 --- tools/valgrind.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tools/valgrind.supp') diff --git a/tools/valgrind.supp b/tools/valgrind.supp index 5aee804dd8..4e2dd35f92 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 -- cgit v1.2.3