aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-12-06 12:06:26 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-06 18:03:39 +0000
commitec34a71bea830a7b05ec3ff763a90908d25e0c15 (patch)
treeef1d8a0b6385e4536f5692b45afb275c631b8fc0 /infra/bots/recipes
parentd8e2b13ad4d45d8224c2e0b6ef77bfaff404c5b5 (diff)
Add to blacklist for intel405 vulkan bot
Bug: skia:7322 Change-Id: Ic6672d1e00c810ed958df1ad08608d735ec61cb1 Reviewed-on: https://skia-review.googlesource.com/81002 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json4
-rw-r--r--infra/bots/recipes/test.py4
2 files changed, 8 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json
index 0791cc3d1d..f716d34138 100644
--- a/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json
@@ -377,9 +377,13 @@
"skbug_257",
"--match",
"~^ClearOp$",
+ "~^CopySurface$",
+ "~^ImageNewShader_GPU$",
"~^InitialTextureClear$",
+ "~^PinnedImageTest$",
"~^ReadPixels_Gpu$",
"~^ReadPixels_Texture$",
+ "~^SRGBReadWritePixels$",
"~^VkUploadPixelsTests$",
"~^WritePixelsNonTexture_Gpu$",
"~^WritePixels_Gpu$",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index dae5ed5297..3ba19e6c72 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -603,9 +603,13 @@ def dm_flags(api, bot):
# skia:7322
blacklist(['vk', 'gm', '_', 'skbug_257'])
match.append('~^ClearOp$')
+ match.append('~^CopySurface$')
+ match.append('~^ImageNewShader_GPU$')
match.append('~^InitialTextureClear$')
+ match.append('~^PinnedImageTest$')
match.append('~^ReadPixels_Gpu$')
match.append('~^ReadPixels_Texture$')
+ match.append('~^SRGBReadWritePixels$')
match.append('~^VkUploadPixelsTests$')
match.append('~^WritePixelsNonTexture_Gpu$')
match.append('~^WritePixels_Gpu$')