aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar Stephan Altmueller <stephana@google.com>2017-04-25 14:40:10 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-25 19:14:47 +0000
commit9378732e896a2a2b33333b89b0493146c4f9fd2c (patch)
tree331a2b07d852c7dd399df6cd9c7dc6e9714127de /infra/bots/recipes
parentec6ae52168ae4803c2312c362280f7f79e0d380e (diff)
Disable msaa on all current iOS devices
Bug: skia: Change-Id: I6b46f6e448b52a4473c5c16342ebe002b6818c8a Reviewed-on: https://skia-review.googlesource.com/14301 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Stephan Altmueller <stephana@google.com>
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/test.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 50fd90ec6d..8a547d28fa 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -63,8 +63,11 @@ def dm_flags(bot):
# doesn't support it.
if ('NexusPlayer' in bot or
'Tegra3' in bot or
- # We aren't interested in fixing msaa bugs on iPad4.
+ # We aren't interested in fixing msaa bugs on current iOS devices.
'iPad4' in bot or
+ 'iPadPro' in bot or
+ 'iPhone6' in bot or
+ 'iPhone7' in bot or
# skia:5792
'iHD530' in bot or
'IntelIris540' in bot):