aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-06-05 09:22:46 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-05 15:08:19 +0000
commit98fae7001dd3e617d02825490d3a1f1f12e6c0ad (patch)
tree71db853d88c29f0fd6c7337eeae4748434553362 /infra/bots/recipes/test.py
parent3e2df5a2b84a278a6e48abd40e21545d5b8a1654 (diff)
Remove hardstop blacklist for nexus player vulkan
Local testing says this has been fixed by some series of SKSL changes over the past month or so Bug: skia:6037 Change-Id: Iffc8b63e495016ac9565459ddaf44db4049a33c0 Reviewed-on: https://skia-review.googlesource.com/14530 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 69368526d0..e34b872b80 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -427,9 +427,7 @@ def dm_flags(bot):
'~CopySurface'])
if 'Vulkan' in bot and 'NexusPlayer' in bot:
- match.extend(['~hardstop_gradient', # skia:6037
- '~gradients_dup_color_stops', # skia:6037
- '~gradients_no_texture$', # skia:6132
+ match.extend(['~gradients_no_texture$', # skia:6132
'~tilemodes', # skia:6132
'~shadertext$', # skia:6132
'~bitmapfilters', # skia:6132