diff options
author | benjaminwagner <benjaminwagner@google.com> | 2015-09-22 09:49:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-22 09:49:47 -0700 |
commit | 59ea019fa0f61351f90e6145de35ad10aae92fb8 (patch) | |
tree | bd299d1ed3b156d48e974cd0f4da2ac2dc9528a4 /tools | |
parent | a204ceda21f3c5a319d44de4bd32eb47e4e123e1 (diff) |
Blacklist bleed_image on GalaxyS4.
BUG=skia:4367
Review URL: https://codereview.chromium.org/1347143006
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dm_flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py index 9704e63101..16ba041624 100755 --- a/tools/dm_flags.py +++ b/tools/dm_flags.py @@ -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') |