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

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

Issue 2206703002: Skip oes-texture-half-float-with-video.html on Nexus 5X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 891051307ebaaecd3be2f2052f73facf20ae4724..70b154997827c92982410f166715b61ec8a841a9 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -129,7 +129,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
self.Fail('conformance/extensions/oes-texture-half-float-with-image.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
- self.Fail('conformance/extensions/oes-texture-half-float-with-video.html',
+ # This one is causing intermittent timeouts on the device, and it
+ # looks like when that happens, the next test also always times
+ # out. Skip it for now until it's fixed and running reliably.
+ self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
« 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