From 9378732e896a2a2b33333b89b0493146c4f9fd2c Mon Sep 17 00:00:00 2001 From: Stephan Altmueller Date: Tue, 25 Apr 2017 14:40:10 -0400 Subject: Disable msaa on all current iOS devices Bug: skia: Change-Id: I6b46f6e448b52a4473c5c16342ebe002b6818c8a Reviewed-on: https://skia-review.googlesource.com/14301 Reviewed-by: Eric Boren Commit-Queue: Stephan Altmueller --- infra/bots/recipes/test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'infra/bots/recipes/test.py') 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): -- cgit v1.2.3