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

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

Issue 1409853008: Android WebGL: disable conformance/textures/misc/texture-npot-video.html on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to ToT Created 5 years, 2 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 7d935dc1266d32f889b95fbcaaa73363890219ef..f5923901b44b926bc74fee660b806590e4d752e2 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -328,6 +328,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' +
'video-rgb-rgb-unsigned_byte.html',
['android', 'android-content-shell'], bug=499555)
+ self.Fail('conformance/textures/misc/texture-npot-video.html',
+ ['android', 'android-content-shell'], bug=520638)
# These are failing on the Nexus 5 and 6
self.Fail('conformance/extensions/oes-texture-float-with-canvas.html',
['android', 'qualcomm'], bug=499555)
« 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