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

Unified Diff: tools/dm_flags.py

Issue 1250473005: Skip imagefiltersclipped GM on Galaxy S4 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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 | « tools/dm_flags.json ('k') | 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 81079701e1d780b7d40b3926dc3ccd32fb434c04..93102cd9570a95ac4532e399f92570e833361a38 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -169,6 +169,9 @@ def get_args(bot):
if 'iOS' in bot:
match.append('~WritePixels')
+ if 'GalaxyS4' in bot: # skia:4079
+ match.append('~imagefiltersclipped')
+
if match:
args.append('--match')
args.extend(match)
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698