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

Unified Diff: tools/dm_flags.py

Issue 1529973002: Blacklist GLInstancedArraysBench on the ipad (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 6d738de0cb8a17a5f0b0ad97ce2352c98a26610b..f51710cfdcef5dede21c507c528236f318f3660c 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -186,6 +186,7 @@ def get_args(bot):
if 'iOS' in bot:
match.append('~WritePixels')
+ match.append('~GLInstancedArraysBench') # skia:4714
if 'GalaxyS4' in bot: # skia:4079
match.append('~imagefiltersclipped')
« 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