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:
parent
d8e2b13ad4
commit
ec34a71bea
@ -377,9 +377,13 @@
|
||||
"skbug_257",
|
||||
"--match",
|
||||
"~^ClearOp$",
|
||||
"~^CopySurface$",
|
||||
"~^ImageNewShader_GPU$",
|
||||
"~^InitialTextureClear$",
|
||||
"~^PinnedImageTest$",
|
||||
"~^ReadPixels_Gpu$",
|
||||
"~^ReadPixels_Texture$",
|
||||
"~^SRGBReadWritePixels$",
|
||||
"~^VkUploadPixelsTests$",
|
||||
"~^WritePixelsNonTexture_Gpu$",
|
||||
"~^WritePixels_Gpu$",
|
||||
|
@ -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$')
|
||||
|
Loading…
Reference in New Issue
Block a user