| 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 2a054c09b409a6553fe538e4f19a03e834185ab1..036f354d7708ab25e27e7cf68d77baa4e4622f61 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -30,3 +30,7 @@ class PixelExpectations(GpuTestExpectations):
|
| # TODO(erikchen) check / generate reference images.
|
| self.Fail('Pixel.CSSFilterEffects', ['mac'], bug=581526)
|
| self.Fail('Pixel.CSSFilterEffects.NoOverlays', ['mac'], bug=581526)
|
| +
|
| + # TODO(kbr): remove once expectations for Android have been
|
| + # generated using the new naming convention.
|
| + self.Fail('*', ['android'], bug=624621)
|
|
|