| 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 683ca57202cbaf5688cf884527ff0e29da7df032..0d8835da42c899c09cd8b4be427e9f66e98e1acc 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -189,10 +189,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
|
|
|
| # Mac failures
|
| - self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
|
| - ['mac'], bug=421710)
|
| - self.Fail('deqp/data/gles2/shaders/scoping.html',
|
| - ['mac'], bug=478572)
|
| + # La la la la la la la la ...
|
|
|
| # Mac AMD failures
|
| self.Fail('conformance/extensions/webgl-draw-buffers.html',
|
| @@ -202,6 +199,19 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
|
| ['mac', ('amd', 0x6821)], bug=599272)
|
|
|
| + # Mac Retine NVidia failures
|
| + self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
|
| + ['mac', ('nvidia', 0xfe9)], bug=635081)
|
| + self.Fail('conformance/programs/' +
|
| + 'gl-bind-attrib-location-long-names-test.html',
|
| + ['mac', ('nvidia', 0xfe9)], bug=635081)
|
| + self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
|
| + ['mac', ('nvidia', 0xfe9)], bug=635081)
|
| + self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
|
| + ['mac', ('nvidia', 0xfe9)], bug=635081)
|
| + self.Fail('conformance/textures/misc/tex-input-validation.html',
|
| + ['mac', ('nvidia', 0xfe9)], bug=635081)
|
| +
|
| # Linux failures
|
| self.Flaky('conformance/textures/video/' +
|
| 'tex-2d-rgba-rgba-unsigned_byte.html',
|
|
|