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

Unified Diff: tools/dm_flags.py

Issue 1391143007: Stop disabling fixed test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase 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 | « 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 052be598c3005ff130900525854afc872993fc77..2adf42625b0f9274c963efa3ced7eb1e2825b238 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -176,11 +176,6 @@ def get_args(bot):
if 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')
- # skia:3249: these images flakily don't decode on Android.
- if 'Android' in bot:
- match.append('~tabl_mozilla_0')
- match.append('~desk_yahoonews_0')
-
if 'NexusPlayer' in bot:
match.append('~ResourceCache')
« 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