Blacklist filltypespersp on IntelHD405 vulkan

Bug: skia:
Change-Id: Ie5840216ed0f34cf55bac9d720a2f78069022eb3
Reviewed-on: https://skia-review.googlesource.com/123916
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
This commit is contained in:
Chris Dalton 2018-04-26 14:37:01 -06:00 committed by Skia Commit-Bot
parent 6c71feaae7
commit 414be9b332
2 changed files with 5 additions and 0 deletions

View File

@ -411,6 +411,10 @@
"gm",
"_",
"skbug_257",
"vk",
"gm",
"_",
"filltypespersp",
"--match",
"~^ClearOp$",
"~^CopySurface$",

View File

@ -648,6 +648,7 @@ def dm_flags(api, bot):
if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
# skia:7322
blacklist(['vk', 'gm', '_', 'skbug_257'])
blacklist(['vk', 'gm', '_', 'filltypespersp'])
match.append('~^ClearOp$')
match.append('~^CopySurface$')
match.append('~^ImageNewShader_GPU$')