From 40c0f249e60dbca7686952de5a459a8dd415a3be Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Fri, 28 Apr 2017 15:55:35 -0400 Subject: Turn on verbose logging for Valgrind_PreAbandonGpuContext bot. Bug: skia:6575 Change-Id: I0e7d355ff8eea5af78585ef0eef78d509e52d580 Reviewed-on: https://skia-review.googlesource.com/14652 Reviewed-by: Robert Phillips Commit-Queue: Ben Wagner --- ...tleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json | 1 + infra/bots/recipes/test.py | 3 +++ 2 files changed, 4 insertions(+) (limited to 'infra/bots/recipes') diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json b/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json index 12df5211bd..971e347b82 100644 --- a/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json +++ b/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json @@ -480,6 +480,7 @@ ".SRW", "--match", "~Threaded", + "--verbose", "--preAbandonGpuContext" ], "env": { diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index 14bcd016ad..71da3e7a22 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -535,6 +535,9 @@ def dm_flags(bot): or 'Win8-MSVC-ShuttleB' in bot): args.append('--noRAW_threading') + if 'Valgrind' in bot and 'PreAbandonGpuContext' in bot: + args.append('--verbose') + return args -- cgit v1.2.3