| 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 c51b618a883309fd5cfbba9e348c08f86c779038..a8b1dda33758c1e08aaedace617af8a5e4b1c562 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -11,9 +11,4 @@ class PixelExpectations(GpuTestExpectations):
|
| # Sample Usage:
|
| # self.Fail('Pixel.Canvas2DRedBox',
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
| - self.Fail('Pixel.Canvas2DRedBox',
|
| - [ 'linux', ('nvidia', 0x104a)], bug=489424)
|
| - self.Fail('Pixel.CSS3DBlueBox',
|
| - [ 'linux', ('nvidia', 0x104a)], bug=489424)
|
| - self.Fail('Pixel.WebGLGreenTriangle',
|
| - [ 'linux', ('nvidia', 0x104a)], bug=489424)
|
| + pass
|
|
|