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

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

Issue 1861293003: Suppress failing video-related WebGL conformance tests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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)
« 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