Add blacklist for intel 405 vulkan perf bot.

Bug: skia:7322
Change-Id: I46e9a1169a30b8b0ed5033c4ab9d877c43f4e59e
Reviewed-on: https://skia-review.googlesource.com/c/173643
Commit-Queue: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
Greg Daniel 2018-11-30 11:10:17 -05:00 committed by Skia Commit-Bot
parent dfd9c79566
commit 0e5a0ef2ab
2 changed files with 4 additions and 3 deletions

View File

@ -168,12 +168,13 @@
"~keymobi_techcrunch_com.skp_1.1",
"~keymobi_techcrunch.skp_1.1",
"~keymobi_techcrunch.skp_1.1_mpd",
"~svgparse_NewYork-StateSeal.svg_1.1",
"~svgparse_Vermont_state_seal.svg_1",
"~tabl_gamedeksiam.skp_1.1",
"~tabl_pravda.skp_1",
"~top25desk_ebay_com.skp_1.1",
"~top25desk_ebay.skp_1.1",
"~top25desk_ebay.skp_1.1_mpd",
"~svgparse_Vermont_state_seal.svg_1",
"~inc0.gif",
"~inc1.gif",
"~incInterlaced.gif",

View File

@ -195,13 +195,13 @@ def nanobench_flags(api, bot):
match.append('~keymobi_techcrunch_com.skp_1.1')
match.append('~keymobi_techcrunch.skp_1.1')
match.append('~keymobi_techcrunch.skp_1.1_mpd')
match.append('~svgparse_NewYork-StateSeal.svg_1.1')
match.append('~svgparse_Vermont_state_seal.svg_1')
match.append('~tabl_gamedeksiam.skp_1.1')
match.append('~tabl_pravda.skp_1')
match.append('~top25desk_ebay_com.skp_1.1')
match.append('~top25desk_ebay.skp_1.1')
match.append('~top25desk_ebay.skp_1.1_mpd')
# skia:8408
match.append('~svgparse_Vermont_state_seal.svg_1')
if ('ASAN' in bot or 'UBSAN' in bot) and 'CPU' in bot:
# floor2int_undef benches undefined behavior, so ASAN correctly complains.
match.append('~^floor2int_undef$')