| 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 a1455d1622fc8b1bcc26a59f9e5306805ba58d0a..b6f2164f99c0c07aa8799d962f907c104115a39a 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -220,6 +220,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['linux', 'intel'], bug=1312) # ANGLE bug id. See also 598910
|
| self.Fail('conformance/glsl/bugs/sampler-array-using-loop-index.html',
|
| ['linux', 'intel', 'opengl'], bug=598924)
|
| + self.Fail('conformance/uniforms/gl-uniform-arrays.html',
|
| + ['linux', 'debug', ('intel', 0x412)], bug=604140)
|
|
|
| # Android failures
|
| self.Fail('deqp/data/gles2/shaders/constants.html',
|
|
|