Blacklist GLInstancedArraysBench on the ipad
authorjoshualitt <joshualitt@chromium.org>
Tue, 15 Dec 2015 21:07:21 +0000 (13:07 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 15 Dec 2015 21:07:21 +0000 (13:07 -0800)
BUG=skia:4714

Review URL: https://codereview.chromium.org/1529973002

tools/dm_flags.py

index 366ad2dd382550bc50b19f15102f548ac7f903dd..265d62bf97acbf06972851cf34ad662cefcd1f7e 100755 (executable)
@@ -189,6 +189,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')