Blacklist bleed_image on GalaxyS4.
BUG=skia:4367 Review URL: https://codereview.chromium.org/1347143006
This commit is contained in:
parent
a204ceda21
commit
59ea019fa0
@ -171,6 +171,8 @@ def get_args(bot):
|
||||
if 'GalaxyS4' in bot: # skia:4079
|
||||
match.append('~imagefiltersclipped')
|
||||
match.append('~scaled_tilemodes_npot')
|
||||
# skia:4367
|
||||
match.append('~bleed_image')
|
||||
|
||||
if match:
|
||||
args.append('--match')
|
||||
|
Loading…
Reference in New Issue
Block a user