aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-02-08 15:26:49 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-08 21:04:40 +0000
commit0c269d0c8e05bcda746e87c1a853d75d8a0da54c (patch)
tree099d83e0651ed75657e1e9d67054cdf5a58058a8 /infra
parent7619b646881c9a346a3c760d2ab9ab2f3fca0390 (diff)
Blacklist GM that is crashing intel vulkan bot
Bug: skia:6398 Change-Id: I9c9cfc3ac7aac98c266f554f8034ef7df482252f Reviewed-on: https://skia-review.googlesource.com/105820 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-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-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
index 3f29eb32e8..b353c66f1b 100644
--- a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
@@ -537,6 +537,10 @@
"vk",
"gm",
"_",
+ "shadermaskfilter_image",
+ "vk",
+ "gm",
+ "_",
"srcmode",
"vk",
"gm",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 7e157e9172..c844931a92 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -643,6 +643,7 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'resizeimagefilter'])
blacklist(['vk', 'gm', '_', 'rotate_imagefilter'])
blacklist(['vk', 'gm', '_', 'savelayer_lcdtext'])
+ blacklist(['vk', 'gm', '_', 'shadermaskfilter_image'])
blacklist(['vk', 'gm', '_', 'srcmode'])
blacklist(['vk', 'gm', '_', 'surfaceprops'])
blacklist(['vk', 'gm', '_', 'textblobgeometrychange'])