diff options
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: |