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:
d68f9b0
)
Disable msaa on iHD530 bot.
author
benjaminwagner
<benjaminwagner@google.com>
Sat, 24 Sep 2016 00:45:45 +0000
(17:45 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Sat, 24 Sep 2016 00:45:45 +0000
(17:45 -0700)
BUG=skia:5792
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=
2356213005
Review-Url: https://codereview.chromium.org/
2356213005
infra/bots/recipes/swarm_test.py
patch
|
blob
|
history
diff --git
a/infra/bots/recipes/swarm_test.py
b/infra/bots/recipes/swarm_test.py
index df79f7525d27e2b31a292db3749d7d418ad04e70..6393d6122435a5318f93d68e81c339db42be485f 100644
(file)
--- a/
infra/bots/recipes/swarm_test.py
+++ b/
infra/bots/recipes/swarm_test.py
@@
-77,7
+77,9
@@
def dm_flags(bot):
if ('GalaxyS4' in bot or
'NexusPlayer' in bot or
'Tegra3' in bot or
- 'iOS' in bot):
+ 'iOS' in bot or
+ # skia:5792
+ 'iHD530' in bot):
configs = [x for x in configs if 'msaa' not in x]
# Runs out of memory on Android bots and Daisy. Everyone else seems fine.