Disable msaa on IntelIris540 (new bot).
BUG=skia:5792 Change-Id: I1b6140042ae74be455ffa04b0f2924e058e8f9be Reviewed-on: https://skia-review.googlesource.com/6492 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
4c28a74233
commit
c0b4d21e13
@ -76,9 +76,10 @@ def dm_flags(bot):
|
||||
if ('NexusPlayer' in bot or
|
||||
'Tegra3' in bot or
|
||||
# We aren't interested in fixing msaa bugs on iPad4.
|
||||
'iPad4' in bot or
|
||||
'iPad4' in bot or
|
||||
# skia:5792
|
||||
'iHD530' in bot):
|
||||
'iHD530' in bot or
|
||||
'IntelIris540' in bot):
|
||||
configs = [x for x in configs if 'msaa' not in x]
|
||||
|
||||
# The NP produces different images for dft on every run.
|
||||
|
Loading…
Reference in New Issue
Block a user