aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2015-09-22 09:49:47 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-22 09:49:47 -0700
commit59ea019fa0f61351f90e6145de35ad10aae92fb8 (patch)
treebd299d1ed3b156d48e974cd0f4da2ac2dc9528a4 /tools
parenta204ceda21f3c5a319d44de4bd32eb47e4e123e1 (diff)
Blacklist bleed_image on GalaxyS4.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dm_flags.py2
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')