aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2018-04-26 14:37:01 -0600
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-27 00:38:13 +0000
commit414be9b332f796e943db6e8a52dec86296a45e87 (patch)
treef61513d57327ca6e4c3fa90a03928aa8e8b1752f /infra/bots/recipes/test.py
parent6c71feaae77ae591c205bedbea4bb35dc001b6f6 (diff)
Blacklist filltypespersp on IntelHD405 vulkan
Bug: skia: Change-Id: Ie5840216ed0f34cf55bac9d720a2f78069022eb3 Reviewed-on: https://skia-review.googlesource.com/123916 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9d8f7417fe..837317961d 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -648,6 +648,7 @@ def dm_flags(api, bot):
if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
# skia:7322
blacklist(['vk', 'gm', '_', 'skbug_257'])
+ blacklist(['vk', 'gm', '_', 'filltypespersp'])
match.append('~^ClearOp$')
match.append('~^CopySurface$')
match.append('~^ImageNewShader_GPU$')