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 5e8038b35ef210c19486890cea8cd7d7d54a116d..1d4ee92b797532b730c7a5176f4629b979566ca2 100644 |
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py |
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
| @@ -40,3 +40,6 @@ class PixelExpectations(GpuTestExpectations): |
| # further. |
| self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'], |
| bug=660461) |
| + |
| + # TODO(kainino): remove this once golden images are generated |
| + self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha', bug=666259) |
|
Ken Russell (switch to Gerrit)
2016/12/01 07:20:43
The name in this suppression is wrong -- not clear
Ken Russell (switch to Gerrit)
2016/12/01 08:00:54
*Facepalm*
When I ported the pixel_tests to the n
Kai Ninomiya
2016/12/01 23:30:19
Done.
|