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 1d9594a9df4a42c83cc1945bf23926e9586f68a3..1334385837e0a96c608bea3c16d1edacb9ba2eba 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -24,4 +24,11 @@ class PixelExpectations(test_expectations.TestExpectations): |
# self.Fail('Pixel.Canvas2DRedBox', |
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123) |
+ self.Fail('Pixel.Canvas2DRedBox', |
+ ['android'], bug=371592) |
Ken Russell (switch to Gerrit)
2014/05/13 23:21:21
The temporary failure expectations are needed on a
danakj
2014/05/13 23:22:45
Ahh right. Thanks! Done.
|
+ self.Fail('Pixel.CSS3DBlueBox', |
+ ['android'], bug=371592) |
+ self.Fail('Pixel.WebGLGreenTriangle', |
+ ['android'], bug=371592) |
+ |
pass |