Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 167313005: gpu: Disable crashing WebGL tests on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698