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 e31e54416a615a3f7f04ea60c6d44e810f5db790..a5aa76fd80e82cb3a5f4b99e4fedc916ee2c72a5 100644 |
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py |
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
| @@ -19,7 +19,6 @@ class PixelExpectations(GpuTestExpectations): |
| self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositing', ['android']) |
| self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', |
| ['android']) |
| - self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android']) |
|
Justin Novosad
2016/11/02 19:50:37
This skip can stay
zakerinasab
2016/11/02 19:57:23
Done.
|
| self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer', |
| ['android'], bug=521588) |
| @@ -40,3 +39,10 @@ class PixelExpectations(GpuTestExpectations): |
| # TODO(kbr): flakily timing out on this configuration. |
| self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369) |
| + |
| + # TODO(zakerinasab): Check / generate reference images. Remove the Fail |
| + # lines after fixing 659251 and comment out the Skip line. |
| + self.Fail('Pixel_CanvasDisplayLinearRGBAccelerated2D', bug=659251) |
| + self.Fail('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', bug=659251) |
| + self.Fail('Pixel_CanvasDisplayLinearRGBUnaccelerated2DGPUCompositing', bug=659251) |
| + #self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android']) |