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

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

Issue 251113005: Disable some webgl conformance tests due to a security issue on video canvas painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 653a455bd977109ca0e1b3882935949e5509cda1..affa210498c3a5b6fd11b60f4571f2c3e3928444 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -103,4 +103,15 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['android'], bug=315976)
self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
['android'], bug=315976)
+ # The following tests are disabled due to security issues.
+ self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
+ ['android'], bug=334204)
+ self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html',
+ ['android'], bug=334204)
+ self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html',
+ ['android'], bug=334204)
+ self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html',
+ ['android'], bug=334204)
+ self.Fail('conformance/textures/texture-npot-video.html',
+ ['android'], bug=334204)
« 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