diff options
author | Brian Osman <brianosman@google.com> | 2017-04-19 10:51:39 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-04-19 15:21:59 +0000 |
commit | 33ea136cf8ee5fa645399718ee05678b9a414b00 (patch) | |
tree | edb7c65de539dde8232283e610f31de638c15d20 /infra | |
parent | 5238f994bfcf37dc47b7caefe368de3dc184d075 (diff) |
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 <borenet@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan.json | 1 | ||||
-rw-r--r-- | infra/bots/recipes/test.py | 1 |
2 files changed, 2 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 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: |