aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-06-15 16:04:45 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-15 20:33:19 +0000
commite18ceb199545e59ade865b03f91d56e59ecccf64 (patch)
tree313c5f39334dbfd531c27cde7b758337a076a1eb /infra
parentb6d09b72c3e3f44061e04b8d4f4f7e17a6a8f276 (diff)
Blacklist MSAA readPixels test on Iris540 Vk
Bug: skia: Change-Id: Ifd184c71bbc33f6c1415fad464da9542071de13f Reviewed-on: https://skia-review.googlesource.com/20056 Reviewed-by: Greg Daniel <egdaniel@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.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-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 cf9792644c..7602b5f32d 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
@@ -606,6 +606,7 @@
"~ReadPixels_Gpu",
"~ReadPixels_Texture",
"~ReadWriteAlpha",
+ "~skbug6653",
"~SRGBReadWritePixels",
"~SpecialImage_DeferredGpu",
"~SpecialImage_Gpu",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 65b194d2d8..2d217d84e1 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -497,6 +497,7 @@ def dm_flags(bot):
match.append('~ReadPixels_Gpu')
match.append('~ReadPixels_Texture')
match.append('~ReadWriteAlpha')
+ match.append('~skbug6653')
match.append('~SRGBReadWritePixels')
match.append('~SpecialImage_DeferredGpu')
match.append('~SpecialImage_Gpu')