Add blacklist to vk win intel for skp

This blacklist the desk_skbug6850overlay2 which is causing llvm to crash
on the intel win bot when running vulkan.

Bug: skia:6863
Change-Id: I2c3ca597a3312e6c0a1bacae0056fcb1c19679bf
Reviewed-on: https://skia-review.googlesource.com/24264
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
This commit is contained in:
Greg Daniel 2017-07-19 10:12:49 -04:00 committed by Skia Commit-Bot
parent 10ccb02fee
commit 139eb805ca
2 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,7 @@
"~text_16_LCD_BK",
"~text_16_LCD_FF",
"~text_16_LCD_WT",
"~desk_skbug6850overlay2",
"~inc0.gif",
"~inc1.gif",
"~incInterlaced.gif",

View File

@ -148,6 +148,8 @@ def nanobench_flags(api, bot):
match.append('~text_16_LCD_BK')
match.append('~text_16_LCD_FF')
match.append('~text_16_LCD_WT')
# skia:6863
match.append('~desk_skbug6850overlay2')
if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):
# TODO(dogben): Track down what's causing bots to die.
verbose = True