Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / tools / perf / benchmarks / webgl_expectations.py
blobd9e997f5a899a3527ddd3dc38111b038ae88449d
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)