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

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

Issue 1179273002: Suppress more WebGL conformance test failures on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 94f516308e188083a2d3125e501a964ab4d0dff9..eed890a508c0ae52c7aad994025a1da638082a6a 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -360,6 +360,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/extensions/oes-texture-float-with-video.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
+ self.Fail('conformance/more/functions/bindFramebufferLeaveNonZero.html',
+ ['android', 'android-webview-shell',
+ ('qualcomm', 'Adreno (TM) 420')], bug=499874)
self.Fail('conformance/rendering/gl-scissor-test.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/' +
@@ -418,6 +421,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/texture-npot-video.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
+ # Nexus 9 failures
+ self.Fail('conformance/extensions/oes-texture-float-with-video.html',
+ ['android', 'nvidia'], bug=499555) # flaky
+ # The entire android_webview_webgl_conformance_tests step is
+ # failing on the Nexus 9.
+ self.Fail('conformance/*',
+ ['android', 'android-webview-shell', 'nvidia'], bug=499928)
# The following test is very slow and therefore times out on Android bot.
self.Skip('conformance/rendering/multisample-corruption.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