| 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 6598b5756cd17a5417ac80ae0c2f6343a043194f..a6311cbf9fbf27aeab3449bb1a191a0046a9d0d6 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -346,6 +346,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # Nexus 5 failures
|
| self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342)
|
| + self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 330')], bug=527761)
|
| + self.Fail('conformance/glsl/bugs/sketchfab-lighting-shader-crash.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 330')], bug=551937)
|
| # Nexus 6 failures only
|
| self.Fail('conformance/context/' +
|
| 'context-attributes-alpha-depth-stencil-antialias.html',
|
|
|