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

Unified Diff: tools/dm_flags.py

Issue 1537793002: Re-enable WritePixels test for iOS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 366ad2dd382550bc50b19f15102f548ac7f903dd..1c47eee9995d55ddbca2cbceee4efa5d05927b0a 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -187,9 +187,6 @@ def get_args(bot):
if 'NexusPlayer' in bot:
match.append('~ResourceCache')
- if 'iOS' in bot:
- match.append('~WritePixels')
-
if 'GalaxyS4' in bot: # skia:4079
match.append('~imagefiltersclipped')
match.append('~imagefilterscropexpand')
« 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