diff options
author | Matt Sarett <msarett@google.com> | 2017-04-11 11:25:37 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-04-11 16:25:09 +0000 |
commit | 77443974ea96912fa39079a4bf82ab791ec3c922 (patch) | |
tree | 35ced3847a5d8f76a39879d03cea841c728518e9 | |
parent | da90109a9109dd556b2bc2414b0823bf06f29961 (diff) |
Blacklist DeferredTextureImage on Win Vulkan IntelIris540
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan
Bug: skia:
Change-Id: I2e465a4668956d4337ecde4f65081bf22b3b0e7a
Reviewed-on: https://skia-review.googlesource.com/13183
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
-rw-r--r-- | infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC-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-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json b/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json index 7e626e563e..2e9dee93ca 100644 --- a/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json +++ b/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json @@ -593,6 +593,7 @@ "--match", "~ApplyGamma", "~ComposedImageFilterBounds_Gpu", + "~DeferredTextureImage", "~ImageFilterFailAffectsTransparentBlack_Gpu", "~ImageFilterZeroBlurSigma_Gpu", "~ImageNewShader_GPU", diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index fb893781b1..a86c631cbd 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -476,6 +476,7 @@ def dm_flags(bot): blacklist(['vk', 'gm', '_', 'xfermodeimagefilter']) match.append('~ApplyGamma') match.append('~ComposedImageFilterBounds_Gpu') + match.append('~DeferredTextureImage') match.append('~ImageFilterFailAffectsTransparentBlack_Gpu') match.append('~ImageFilterZeroBlurSigma_Gpu') match.append('~ImageNewShader_GPU') |