| 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 7aaf0e80db6d0343905f2c057eb222a73d3b4106..03868520b5425c86e64fc16d581f210e9d1ff182 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -104,9 +104,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
|
| bug=570453)
|
|
|
| - self.Fail('conformance/extensions/oes-texture-half-float.html',
|
| - bug=607283)
|
| -
|
| # Fails on multiple platforms
|
|
|
| # OpenGL / NVIDIA failures
|
| @@ -114,6 +111,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
|
|
|
| # Win failures
|
| + self.Fail('conformance/extensions/oes-texture-half-float.html',
|
| + ['win'], bug=607283)
|
| # Note that the following two tests pass with OpenGL.
|
| self.Fail('conformance/glsl/bugs/' +
|
| 'pow-of-small-constant-in-user-defined-function.html',
|
|
|