| 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 cdf4bff5f7703fa06b3622b6df7de6b103d0e7eb..8956d774cdf9e57761953a34ebb01ac0904c3f86 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -136,6 +136,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'nvidia', 'no_passthrough'], bug=626524)
|
| self.Flaky('conformance/textures/misc/texture-upload-size.html',
|
| ['win', 'nvidia'], bug=630860)
|
| + self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
|
| + ['win', 'nvidia'], bug=672380)
|
|
|
| # Win7 / Intel failures
|
| self.Fail('conformance/textures/misc/' +
|
| @@ -368,6 +370,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| '2d-rgb-rgb-unsigned_byte.html',
|
| ['mac', 'intel'], bug=648377)
|
|
|
| + # Failed on OSX 10.10 and 10.11
|
| + self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
|
| + ['mac', 'intel'], bug=672380)
|
| +
|
| # Mac Retina NVidia failures
|
| self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
|
| ['mac', ('nvidia', 0xfe9)], bug=635081)
|
| @@ -404,6 +410,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Flaky('conformance/textures/image/' +
|
| 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| ['linux', 'nvidia'], bug=596622)
|
| + self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
|
| + ['linux', 'nvidia'], bug=672380)
|
| +
|
| # AMD
|
| self.Flaky('conformance/more/functions/uniformi.html',
|
| ['linux', 'amd'], bug=550989)
|
|
|