Chromium Code Reviews| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 52 self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker', | 52 self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker', |
| 53 ['win10', ('intel', 0x1912)], bug=690663) | 53 ['win10', ('intel', 0x1912)], bug=690663) |
| 54 | 54 |
| 55 self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize', | 55 self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize', |
| 56 ['mac', 'linux', 'win', 'android'], bug=735228) | 56 ['mac', 'linux', 'win', 'android'], bug=735228) |
| 57 self.Flaky('Pixel_OffscreenCanvasTransferAfterStyleResize', | 57 self.Flaky('Pixel_OffscreenCanvasTransferAfterStyleResize', |
| 58 ['mac', 'linux', 'win', 'android'], bug=735171) | 58 ['mac', 'linux', 'win', 'android'], bug=735171) |
| 59 | 59 |
| 60 self.Flaky('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', | 60 self.Flaky('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', |
| 61 ['mac', ('nvidia', 0xfe9), 'debug'], bug=751328) | 61 ['mac', ('nvidia', 0xfe9), 'debug'], bug=751328) |
| 62 | |
| 63 self.Fail('Pixel_DirectComposition_Video_MP4', bug=760132) | |
| 64 self.Fail('PixelIntegrationTest.Pixel_Video_MP4', bug=760132) | |
|
ynovikov
2017/09/05 14:40:51
Remove "PixelIntegrationTest.", this should fix it
hubbe
2017/09/05 17:57:47
Thanks, done.
| |
| OLD | NEW |