Disable vulkan tests to fix bots
Bug: skia:7322 Change-Id: I8a26353134aee2c0972a3cb579040eb1c5c6dacd Reviewed-on: https://skia-review.googlesource.com/114281 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Stephan Altmueller <stephana@google.com>
This commit is contained in:
parent
56008aac75
commit
e9a284dd40
@ -139,10 +139,15 @@
|
||||
"vk",
|
||||
"--match",
|
||||
"~desk_tiger8svg.skp_1",
|
||||
"~keymobi_sfgate.skp_1",
|
||||
"~keymobi_techcrunch_com.skp_1.1",
|
||||
"~keymobi_techcrunch.skp_1.1",
|
||||
"~keymobi_techcrunch.skp_1.1_mpd",
|
||||
"~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",
|
||||
"~inc0.gif",
|
||||
"~inc1.gif",
|
||||
"~incInterlaced.gif",
|
||||
|
@ -181,10 +181,15 @@ def nanobench_flags(api, bot):
|
||||
if 'IntelHD405' in bot and api.vars.is_linux and 'Vulkan' in bot:
|
||||
# skia:7322
|
||||
match.append('~desk_tiger8svg.skp_1')
|
||||
match.append('~keymobi_sfgate.skp_1')
|
||||
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('~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')
|
||||
if 'Vulkan' in bot and 'NexusPlayer' in bot:
|
||||
match.append('~blendmode_') # skia:6691
|
||||
if ('ASAN' in bot or 'UBSAN' in bot) and 'CPU' in bot:
|
||||
|
Loading…
Reference in New Issue
Block a user