Blacklist DeferredTextureImage on Win Vulkan IntelIris540
authorMatt Sarett <msarett@google.com>
Tue, 11 Apr 2017 15:25:37 +0000 (11:25 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 11 Apr 2017 16:25:09 +0000 (16:25 +0000)
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>
infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json
infra/bots/recipes/test.py

index 7e626e5..2e9dee9 100644 (file)
       "--match",
       "~ApplyGamma",
       "~ComposedImageFilterBounds_Gpu",
+      "~DeferredTextureImage",
       "~ImageFilterFailAffectsTransparentBlack_Gpu",
       "~ImageFilterZeroBlurSigma_Gpu",
       "~ImageNewShader_GPU",
index fb89378..a86c631 100644 (file)
@@ -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')