| 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 00350c92066ee1810bc7ef5f46872be19c412252..24fb11d3368018a24c12314bafda1e9ff54d0fde 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)
|
| +
|
| # TODO(kbr): flakily timing out on this configuration.
|
| self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
|
|
|