Blacklist bleed_image on GalaxyS4.

BUG=skia:4367

Review URL: https://codereview.chromium.org/1347143006
This commit is contained in:
benjaminwagner 2015-09-22 09:49:47 -07:00 committed by Commit bot
parent a204ceda21
commit 59ea019fa0

View File

@ -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')