1 # Copyright 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 gpu_test_expectations
import GpuTestExpectations
7 # See the GpuTestExpectations class for documentation.
9 class GpuProcessExpectations(GpuTestExpectations
):
10 def SetExpectations(self
):
11 # Accelerated 2D canvas is not available on Linux due to driver instability
12 self
.Fail('GpuProcess.canvas2d', ['linux'], bug
=254724)
14 self
.Fail('GpuProcess.video', ['linux'], bug
=257109)