| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 self.Skip('Pixel_OffscreenCanvasAccelerated2DWorker', | 57 self.Skip('Pixel_OffscreenCanvasAccelerated2DWorker', |
| 58 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) | 58 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) |
| 59 self.Skip('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositing', | 59 self.Skip('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositing', |
| 60 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) | 60 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) |
| 61 self.Skip('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker', | 61 self.Skip('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker', |
| 62 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) | 62 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) |
| 63 self.Skip('Pixel_OffscreenCanvasWebGLDefault', | 63 self.Skip('Pixel_OffscreenCanvasWebGLDefault', |
| 64 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) | 64 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) |
| 65 self.Skip('Pixel_OffscreenCanvasWebGLDefaultWorker', | 65 self.Skip('Pixel_OffscreenCanvasWebGLDefaultWorker', |
| 66 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) | 66 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647) |
| 67 |
| 68 # TODO(jbauman): Remove once windows 10 reference images are generated. |
| 69 self.Fail('*', ['win10'], bug=704389) |
| OLD | NEW |