aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots
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
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')
-rw-r--r--infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json4
-rw-r--r--infra/bots/recipes/test.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json
index 69fd2dc382..0e02db7f47 100644
--- a/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json
@@ -411,6 +411,10 @@
"gm",
"_",
"skbug_257",
+ "vk",
+ "gm",
+ "_",
+ "filltypespersp",
"--match",
"~^ClearOp$",
"~^CopySurface$",
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$')