| 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)
|
|
|