From: Stephan Altmueller Date: Tue, 25 Apr 2017 18:40:10 +0000 (-0400) Subject: Disable msaa on all current iOS devices X-Git-Tag: submit/tizen/20180928.044319~36^2~628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9378732e896a2a2b33333b89b0493146c4f9fd2c;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- 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):