Omit multipicturedraw tests for Valgrind_PreAbandonGpuContext bot.

Bug: skia:6575
Change-Id: Ie937962e6a4f2dd989efca8ad94d35ad058bc87c
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/20226
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ben Wagner 2017-06-19 12:45:54 -04:00 committed by Skia Commit-Bot
parent 159e3c6c92
commit 6c12642904
2 changed files with 5 additions and 0 deletions

View File

@ -494,6 +494,7 @@
".SRW",
"--match",
"~Threaded",
"~multipicturedraw_",
"--verbose",
"--preAbandonGpuContext"
],

View File

@ -389,6 +389,10 @@ def dm_flags(bot):
if 'Valgrind' in bot: # skia:3021
match.append('~Threaded')
if 'Valgrind' in bot and 'PreAbandonGpuContext' in bot:
# skia:6575
match.append('~multipicturedraw_')
if 'CommandBuffer' in bot:
# https://crbug.com/697030
match.append('~HalfFloatAlphaTextureTest')