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:
parent
22d5ee5595
commit
40c0f249e6
@ -480,6 +480,7 @@
|
||||
".SRW",
|
||||
"--match",
|
||||
"~Threaded",
|
||||
"--verbose",
|
||||
"--preAbandonGpuContext"
|
||||
],
|
||||
"env": {
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user