| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 from gpu_tests.gpu_test_expectations import GpuTestExpectations | 5 from gpu_tests.gpu_test_expectations import GpuTestExpectations |
| 6 | 6 |
| 7 # See the GpuTestExpectations class for documentation. | 7 # See the GpuTestExpectations class for documentation. |
| 8 | 8 |
| 9 class PixelExpectations(GpuTestExpectations): | 9 class PixelExpectations(GpuTestExpectations): |
| 10 def SetExpectations(self): | 10 def SetExpectations(self): |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 ['mac', ('intel', 0x0a2e)], bug=718183) | 63 ['mac', ('intel', 0x0a2e)], bug=718183) |
| 64 self.Fail('Pixel_OffscreenCanvasAccelerated2D', | 64 self.Fail('Pixel_OffscreenCanvasAccelerated2D', |
| 65 ['mac', ('intel', 0x0a2e)], bug=718183) | 65 ['mac', ('intel', 0x0a2e)], bug=718183) |
| 66 self.Fail('Pixel_OffscreenCanvasAccelerated2DWorker', | 66 self.Fail('Pixel_OffscreenCanvasAccelerated2DWorker', |
| 67 ['mac', ('intel', 0x0a2e)], bug=718183) | 67 ['mac', ('intel', 0x0a2e)], bug=718183) |
| 68 self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha', | 68 self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha', |
| 69 ['mac', ('intel', 0x0a2e)], bug=718183) | 69 ['mac', ('intel', 0x0a2e)], bug=718183) |
| 70 | 70 |
| 71 self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize', | 71 self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize', |
| 72 ['mac', 'linux'], bug=719186) | 72 ['mac', 'linux'], bug=719186) |
| 73 self.Flaky('Pixel_OffscreenCanvasTransferAfterStyleResize', |
| 74 ['mac', 'win'], bug=719144) |
| OLD | NEW |