aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json1
-rw-r--r--infra/bots/recipes/test.py1
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')