Blacklist imagemakewithfilter GM for Intel 655

Bug: skia:8659
Change-Id: Ic51077d915559f8acd0200b422020dae0f63c3c0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/222102
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Michael Ludwig 2019-06-19 12:51:51 -04:00 committed by Skia Commit-Bot
parent d2a188701c
commit ecba713a8d
2 changed files with 20 additions and 0 deletions

View File

@ -511,6 +511,22 @@
"vk",
"gm",
"_",
"imagemakewithfilter",
"vk",
"gm",
"_",
"imagemakewithfilter_crop",
"vk",
"gm",
"_",
"imagemakewithfilter_crop_ref",
"vk",
"gm",
"_",
"imagemakewithfilter_ref",
"vk",
"gm",
"_",
"imageresizetiled",
"vk",
"gm",

View File

@ -740,6 +740,10 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'imagefiltersscaled'])
blacklist(['vk', 'gm', '_', 'imagefiltersstroked'])
blacklist(['vk', 'gm', '_', 'imagefilterstransformed'])
blacklist(['vk', 'gm', '_', 'imagemakewithfilter'])
blacklist(['vk', 'gm', '_', 'imagemakewithfilter_crop'])
blacklist(['vk', 'gm', '_', 'imagemakewithfilter_crop_ref'])
blacklist(['vk', 'gm', '_', 'imagemakewithfilter_ref'])
blacklist(['vk', 'gm', '_', 'imageresizetiled'])
blacklist(['vk', 'gm', '_', 'lcdblendmodes'])
blacklist(['vk', 'gm', '_', 'lcdoverlap'])