| 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 92f3cd9220bf8fa299a2f738df5864707292a925..d60aae8f6dd181a7e8690f2a750fbeeb83bcd8e3 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -27,6 +27,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| # Fails on all platforms
|
| self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
|
| bug=421710)
|
| + self.Fail('conformance/glsl/bugs/essl3-shaders-with-webgl1.html',
|
| + bug=428845)
|
| + self.Fail('conformance/glsl/misc/expression-list-in-declarator-initializer.html',
|
| + bug=428845)
|
|
|
| # Win failures
|
| self.Fail('conformance/glsl/misc/struct-equals.html',
|
| @@ -51,6 +55,11 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| self.Fail('conformance/extensions/webgl-draw-buffers.html',
|
| ['win'], bug=369349)
|
|
|
| + self.Fail('conformance/rendering/framebuffer-switch.html',
|
| + ['win'], bug=428849)
|
| + self.Fail('conformance/rendering/framebuffer-texture-switch.html',
|
| + ['win'], bug=428849)
|
| +
|
| # Win7 / Intel failures
|
| self.Fail('conformance/rendering/gl-scissor-test.html',
|
| ['win7', 'intel'], bug=314997)
|
|
|