1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 from telemetry
.page
import test_expectations
7 class WebGLExpectations(test_expectations
.TestExpectations
):
8 def SetExpectations(self
):
9 self
.Skip('*', ['arm', 'broadcom', 'hisilicon', 'imagination', 'qualcomm',
10 'vivante'], bug
=462729)
13 class MapsExpectations(test_expectations
.TestExpectations
):
14 """Defines expectations to skip intensive tests on low-end devices."""
15 def SetExpectations(self
):
16 self
.Skip('*', ['arm'], bug
=464731)