| 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 0d9b08717fa9cb8e46d7774fec3954cac5028093..6451825ceaa53939e34fe9abf47bb36af53e9cbb 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -596,6 +596,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850)
|
| self.Fail('conformance/attribs/gl-vertexattribpointer.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850)
|
| + self.Fail('conformance/glsl/bugs/' +
|
| + 'varying-arrays-should-not-be-reversed.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 330')], bug=709704)
|
|
|
| # Nexus 5X
|
| # This one is causing intermittent timeouts on the device, and it
|
|
|