From ec34a71bea830a7b05ec3ff763a90908d25e0c15 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Wed, 6 Dec 2017 12:06:26 -0500 Subject: Add to blacklist for intel405 vulkan bot Bug: skia:7322 Change-Id: Ic6672d1e00c810ed958df1ad08608d735ec61cb1 Reviewed-on: https://skia-review.googlesource.com/81002 Reviewed-by: Ravi Mistry Commit-Queue: Greg Daniel --- ...ntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json | 4 ++++ infra/bots/recipes/test.py | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'infra/bots/recipes') diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json index 0791cc3d1d..f716d34138 100644 --- a/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json +++ b/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json @@ -377,9 +377,13 @@ "skbug_257", "--match", "~^ClearOp$", + "~^CopySurface$", + "~^ImageNewShader_GPU$", "~^InitialTextureClear$", + "~^PinnedImageTest$", "~^ReadPixels_Gpu$", "~^ReadPixels_Texture$", + "~^SRGBReadWritePixels$", "~^VkUploadPixelsTests$", "~^WritePixelsNonTexture_Gpu$", "~^WritePixels_Gpu$", diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index dae5ed5297..3ba19e6c72 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -603,9 +603,13 @@ def dm_flags(api, bot): # skia:7322 blacklist(['vk', 'gm', '_', 'skbug_257']) match.append('~^ClearOp$') + match.append('~^CopySurface$') + match.append('~^ImageNewShader_GPU$') match.append('~^InitialTextureClear$') + match.append('~^PinnedImageTest$') match.append('~^ReadPixels_Gpu$') match.append('~^ReadPixels_Texture$') + match.append('~^SRGBReadWritePixels$') match.append('~^VkUploadPixelsTests$') match.append('~^WritePixelsNonTexture_Gpu$') match.append('~^WritePixels_Gpu$') -- cgit v1.2.3