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 5159bda5ddea66903588ad76cb3e42f2eb7a65dc..0dba1f0500a25bc3ac52a0c8803977ffebc5001b 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
@@ -195,6 +195,14 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): |
['android'], bug=315976) |
self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
['android'], bug=315976) |
+ self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video.html', |
+ ['android'], bug=341698) |
+ self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html', |
+ ['android'], bug=341698) |
+ self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html', |
+ ['android'], bug=341698) |
+ self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html', |
+ ['android'], bug=341698) |
# Skip slow tests. |
self.Skip('conformance/context/context-creation-and-destruction.html', |