From 0c269d0c8e05bcda746e87c1a853d75d8a0da54c Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Thu, 8 Feb 2018 15:26:49 -0500 Subject: 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 Commit-Queue: Greg Daniel --- ...in10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json | 4 ++++ infra/bots/recipes/test.py | 1 + 2 files changed, 5 insertions(+) (limited to 'infra/bots/recipes') 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']) -- cgit v1.2.3