Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tools/dm_flags.py

Issue 1347143006: Blacklist bleed_image on GalaxyS4. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 9704e63101fcda76a153b21f7f29667fc5e50142..16ba041624357fc2e272fb34c7f991a2d8a0294c 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')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698