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

Unified Diff: tools/dm_flags.py

Issue 1115303004: Blacklist tiles_rt-gpu gm imagefilterscropped on GalaxyS4 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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 7715a07f588d1d25f79862561327d66dbc62039d..5bc4bb10ddcc8a8572696ea95d7f6a5b83dc8670 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -127,6 +127,9 @@ def get_args(bot):
blacklist.extend('pdf skp _ desk_baidu.skp'.split(' '))
blacklist.extend('pdf skp _ desk_wikipedia.skp'.split(' '))
+ if 'GalaxyS4' in bot:
+ blacklist.extend('gpu gm tiles_rt imagefilterscropped'.split(' '))
mtklein 2015/05/05 14:28:53 I think "tiles_rt-gpu gm _ imagefilterscropped" ou
borenet 2015/05/05 14:55:28 Cool, thanks.
+
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
« 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