| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| index 325fb45a2ea5bfaa98c10f2ab4ac37e29c50a109..be21fc563e538dd968e8f4fd8153186f979c088a 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -79,11 +79,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
|
|
| self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282)
|
| self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
|
| + self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
|
| self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
|
| self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
|
| bug=483282)
|
| - self.Fail('conformance2/glsl3/ternary-operator-on-arrays-glsl3.html',
|
| - bug=483282)
|
| self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
|
| bug=483282)
|
| self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282)
|
|
|