Chromium Code Reviews| Index: content/test/gpu/gpu_tests/pixel_expectations.py |
| diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py |
| index fd4956fa4e21cb33566e859439d0b9d66224e8a7..9e05ef8a1d2ef80a3eae0608a0a5d119f33c0de3 100644 |
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py |
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
| @@ -31,5 +31,8 @@ class PixelExpectations(GpuTestExpectations): |
| self.Fail('Pixel.CSSFilterEffects', ['mac'], bug=581526) |
| self.Fail('Pixel.CSSFilterEffects.NoOverlays', ['mac'], bug=581526) |
| + # TODO(xlai) check / generate reference images. |
| + self.Fail('Pixel.OffscreenCanvasUnaccelerated2D', bug=563852) |
|
Ken Russell (switch to Gerrit)
2016/09/29 22:47:28
The naming convention's changed in https://coderev
|
| + |
| # TODO(kbr): flakily timing out on this configuration. |
| self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369) |