| 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 03737dde070693af523c78c6d632c6060a9a7678..5ccc6b092d2c347f2de135415b1cbd2c84e507b5 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -284,7 +284,7 @@ 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',
|
| + self.Skip('conformance/uniforms/gl-uniform-arrays.html',
|
| ['linux', 'debug', ('intel', 0x412)], bug=604140)
|
| self.Fail('conformance/extensions/webgl-draw-buffers.html',
|
| ['linux', ('intel', 0x412), 'opengl'], bug=586536)
|
|
|