projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46a124
)
Blacklist GLInstancedArraysBench on the ipad
author
joshualitt
<joshualitt@chromium.org>
Tue, 15 Dec 2015 21:07:21 +0000
(13:07 -0800)
committer
Commit 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
patch
|
blob
|
history
diff --git
a/tools/dm_flags.py
b/tools/dm_flags.py
index 366ad2dd382550bc50b19f15102f548ac7f903dd..265d62bf97acbf06972851cf34ad662cefcd1f7e 100755
(executable)
--- a/
tools/dm_flags.py
+++ b/
tools/dm_flags.py
@@
-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')