Skip to content

Commit

Permalink
Add blacklist for intel 405 vulkan perf bot.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
egdaniel authored and Skia Commit-Bot committed Nov 30, 2018
1 parent dfd9c79 commit 0e5a0ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions infra/bots/recipes/perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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$')
Expand Down

0 comments on commit 0e5a0ef

Please sign in to comment.