aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-06-09 13:50:20 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-09 18:20:08 +0000
commit744d3c59be13f737e182e13a1fd2a12f87d230b2 (patch)
treea41466d302d4596be335ab3b7d791ebb12b26d8f /infra
parent0059f97c3f5e34fac1de034b8a6cc5c01dc56416 (diff)
Add another gm to Win Intel Vulkan blacklist
Bug: skia:6398 Change-Id: I3e4006ce1fbe1644c6d99467c5b9e785161dcc3d Reviewed-on: https://skia-review.googlesource.com/19277 Commit-Queue: Greg Daniel <egdaniel@google.com> Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-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-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan.json b/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan.json
index 5232310839..cf9792644c 100644
--- a/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan.json
@@ -525,6 +525,10 @@
"vk",
"gm",
"_",
+ "mixershader",
+ "vk",
+ "gm",
+ "_",
"pictureimagefilter",
"vk",
"gm",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index aceaf536d1..040c8423c5 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -468,6 +468,7 @@ def dm_flags(bot):
blacklist(['vk', 'gm', '_', 'lcdtextsize'])
blacklist(['vk', 'gm', '_', 'matriximagefilter'])
blacklist(['vk', 'gm', '_', 'mixedtextblobsCOLR'])
+ blacklist(['vk', 'gm', '_', 'mixershader'])
blacklist(['vk', 'gm', '_', 'pictureimagefilter'])
blacklist(['vk', 'gm', '_', 'resizeimagefilter'])
blacklist(['vk', 'gm', '_', 'rotate_imagefilter'])