Add another blacklist for win Intel perf
Started happening after an SKP updated. This looks to be another bug in the llvm compiler Intel is using for windows vulkan. Bug: skia:6863 Change-Id: If2bf4c4b61d0958a21e1e56eae6497310fcff3f8 Reviewed-on: https://skia-review.googlesource.com/31640 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
This commit is contained in:
parent
8aeec29bec
commit
e0996536a8
@ -179,6 +179,7 @@
|
||||
"~text_16_LCD_FF",
|
||||
"~text_16_LCD_WT",
|
||||
"~desk_skbug6850overlay2",
|
||||
"~desk_googlespreadsheet",
|
||||
"~inc0.gif",
|
||||
"~inc1.gif",
|
||||
"~incInterlaced.gif",
|
||||
|
@ -150,6 +150,7 @@ def nanobench_flags(api, bot):
|
||||
match.append('~text_16_LCD_WT')
|
||||
# skia:6863
|
||||
match.append('~desk_skbug6850overlay2')
|
||||
match.append('~desk_googlespreadsheet')
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user