gpu: Tweak Android WebGL test expectations
[chromium-blink-merge.git] / content / test / gpu / gpu_tests / webgl_conformance_expectations.py
blob05a68946b2a9765cbed63bff036b688e89684511
1 # Copyright (c) 2013 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 # Valid expectation conditions are:
8 # win xp vista win7
9 # mac leopard snowleopard lion mountainlion
10 # linux chromeos android
11 # nvidia amd intel
13 class WebGLConformanceExpectations(test_expectations.TestExpectations):
14 def SetExpectations(self):
15 # Sample Usage:
16 # self.Fail("gl-enable-vertex-attrib.html", ["mac", "win"], bug=1234)
17 self.Fail('uniform-samplers-test.html', ['android'], bug=272080)