blob: e4875a48142573d7ae4c97d7e8a369c396a805b7 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from gpu_tests.gpu_test_expectations import GpuTestExpectations
# See the GpuTestExpectations class for documentation.
class PixelExpectations(GpuTestExpectations):
def SetExpectations(self):
# Sample Usage:
# self.Fail('Pixel.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
self.Fail('Pixel.ScissorTestWithPreserveDrawingBuffer',
['android'], bug=521588)
self.Fail('Pixel.ScissorTestWithPreserveDrawingBufferES3',
['mac'], bug=540039)
self.Fail('Pixel.WebGLGreenTriangleES3',
['mac', ('intel', 0x116)], bug=540531)
# TODO(ccameron): Remove suppression after rebaseline.
self.Fail('Pixel.CSS3DBlueBox', ['mac'], bug=533690)
self.Fail('Pixel.CSS3DBlueBoxES3', ['mac'], bug=533690)