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

Unified Diff: tools/dm_flags.py

Issue 1373763005: Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 37ff485ed1b387ec0b082c706ebfb2bbb7dbe836..64b4cec93efd1e58965cdc5620b53ba813e83626 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -171,6 +171,7 @@ def get_args(bot):
if 'GalaxyS4' in bot: # skia:4079
match.append('~imagefiltersclipped')
+ match.append('~imagefilterscropexpand')
match.append('~scaled_tilemodes_npot')
match.append('~bleed_image') # skia:4367
match.append('~ReadPixels') # skia:4368
« 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