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>
This commit is contained in:
Greg Daniel 2017-12-06 12:06:26 -05:00 committed by Skia Commit-Bot
parent d8e2b13ad4
commit ec34a71bea
2 changed files with 8 additions and 0 deletions

View File

@ -377,9 +377,13 @@
"skbug_257",
"--match",
"~^ClearOp$",
"~^CopySurface$",
"~^ImageNewShader_GPU$",
"~^InitialTextureClear$",
"~^PinnedImageTest$",
"~^ReadPixels_Gpu$",
"~^ReadPixels_Texture$",
"~^SRGBReadWritePixels$",
"~^VkUploadPixelsTests$",
"~^WritePixelsNonTexture_Gpu$",
"~^WritePixels_Gpu$",

View File

@ -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$')