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 <robertphillips@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ben Wagner 2017-04-28 15:55:35 -04:00 committed by Skia Commit-Bot
parent 22d5ee5595
commit 40c0f249e6
2 changed files with 4 additions and 0 deletions

View File

@ -480,6 +480,7 @@
".SRW",
"--match",
"~Threaded",
"--verbose",
"--preAbandonGpuContext"
],
"env": {

View File

@ -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