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:
parent
159e3c6c92
commit
6c12642904
@ -494,6 +494,7 @@
|
||||
".SRW",
|
||||
"--match",
|
||||
"~Threaded",
|
||||
"~multipicturedraw_",
|
||||
"--verbose",
|
||||
"--preAbandonGpuContext"
|
||||
],
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user