| 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 e5c74be4bf01bce1aa6390a04e17f1de73189304..dd52398d24c4bd61416d467b81c5e55573dc6932 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -290,6 +290,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['linux', 'intel'], bug=540543)
|
| self.Fail('deqp/data/gles2/shaders/preprocessor.html',
|
| ['linux', 'intel'], bug=1312) # ANGLE bug id. See also 598910
|
| + # The Mesa Intel driver has a scoping bug, see
|
| + # https://bugs.freedesktop.org/show_bug.cgi?id=95184
|
| + self.Fail('deqp/data/gles2/shaders/scoping.html',
|
| + ['linux', 'intel'], bug=610800)
|
| self.Fail('conformance/glsl/bugs/sampler-array-using-loop-index.html',
|
| ['linux', 'intel', 'opengl'], bug=598924)
|
| self.Skip('conformance/uniforms/gl-uniform-arrays.html',
|
|
|