From 33ea136cf8ee5fa645399718ee05678b9a414b00 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 19 Apr 2017 10:51:39 -0400 Subject: Update blacklist for Iris 540 Vulkan to exclude new test This test is very similar to the existing WritePixels_Gpu test, which was blacklisted for failing in the same way. Bug: skia: Change-Id: Id8e4253e030e01e215f161f81969764bc8364352 Reviewed-on: https://skia-review.googlesource.com/13809 Reviewed-by: Eric Boren Commit-Queue: Brian Osman --- .../Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan.json | 1 + infra/bots/recipes/test.py | 1 + 2 files changed, 2 insertions(+) (limited to 'infra') 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 b3a5c22483..b40e72db2f 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 @@ -605,6 +605,7 @@ "~SpecialImage_DeferredGpu", "~SpecialImage_Gpu", "~WritePixels_Gpu", + "~WritePixelsNonTexture_Gpu", "~XfermodeImageFilterCroppedInput_Gpu" ], "env": { diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index f8717242a6..5a21bd6eb1 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -476,6 +476,7 @@ def dm_flags(bot): match.append('~SpecialImage_DeferredGpu') match.append('~SpecialImage_Gpu') match.append('~WritePixels_Gpu') + match.append('~WritePixelsNonTexture_Gpu') match.append('~XfermodeImageFilterCroppedInput_Gpu') if 'IntelIris540' in bot and 'ANGLE' in bot: -- cgit v1.2.3