Disable msaa on all current iOS devices
authorStephan Altmueller <stephana@google.com>
Tue, 25 Apr 2017 18:40:10 +0000 (14:40 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 25 Apr 2017 19:14:47 +0000 (19:14 +0000)
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>

infra/bots/recipes/test.py

index 50fd90ec6de63b34538a3f103d1dac28d71c0cb0..8a547d28fa736a36d5c884a8fe950d92c879c086 100644 (file)
@@ -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):