Update blacklist for Iris 540 Vulkan to exclude new test

This test is very similar to the existing WritePixels_Gpu test, which
was blacklisted for failing in the same way.

Bug: skia:
Change-Id: Id8e4253e030e01e215f161f81969764bc8364352
Reviewed-on: https://skia-review.googlesource.com/13809
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
Brian Osman 2017-04-19 10:51:39 -04:00 committed by Skia Commit-Bot
parent 5238f994bf
commit 33ea136cf8
2 changed files with 2 additions and 0 deletions

View File

@ -605,6 +605,7 @@
"~SpecialImage_DeferredGpu",
"~SpecialImage_Gpu",
"~WritePixels_Gpu",
"~WritePixelsNonTexture_Gpu",
"~XfermodeImageFilterCroppedInput_Gpu"
],
"env": {

View File

@ -476,6 +476,7 @@ def dm_flags(bot):
match.append('~SpecialImage_DeferredGpu')
match.append('~SpecialImage_Gpu')
match.append('~WritePixels_Gpu')
match.append('~WritePixelsNonTexture_Gpu')
match.append('~XfermodeImageFilterCroppedInput_Gpu')
if 'IntelIris540' in bot and 'ANGLE' in bot: