Chromium Code Reviews| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| index 539358952105af90f912fb2de9b82dc111fb9dad..b66a2ce3d8a8f6843122559106b3826ef2de2930 100644 |
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| @@ -236,6 +236,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
| self.Fail('conformance/textures/image/tex-image-and-sub-image-2d-' + |
| 'with-image-rgb-rgb-unsigned_byte.html', |
| ['android'], bug=586183) |
| + self.Fail('conformance/textures/misc/texture-npot-video.html', |
| + ['android', 'android-content-shell'], bug=601110) |
| + self.Fail('conformance/textures/video/*', |
|
Ken Russell (switch to Gerrit)
2016/04/06 22:10:41
This suppression seems overly broad, but OK.
Note
|
| + ['android'], bug=601110) |
| # The following tests timed out on android, so skip them for now. |
| self.Skip('conformance/textures/image_bitmap_from_video/*', |
| ['android'], bug=585108) |