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:
9 # mac leopard snowleopard lion mountainlion
10 # linux chromeos android
13 class WebGLConformanceExpectations(test_expectations
.TestExpectations
):
14 def SetExpectations(self
):
16 # self.Fail("gl-enable-vertex-attrib.html", ["mac", "win"], bug=1234)
17 self
.Fail('uniform-samplers-test.html', ['android'], bug
=272080)