| 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 da90b7d916a39f021b1b67df302c7ef2cb2a1365..fab2196a06325815d4ef59b84946472144510baa 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -78,11 +78,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'amd', 'd3d9'], bug=475095)
|
|
|
| # Win / D3D9 failures
|
| - # Skipping these tests because they're causing assertion failures.
|
| + # Skipping these two tests because they're causing assertion failures.
|
| self.Skip('conformance/extensions/oes-texture-float-with-canvas.html',
|
| ['win', 'd3d9'], bug=896) # angle bug ID
|
| self.Skip('conformance/extensions/oes-texture-half-float-with-canvas.html',
|
| ['win', 'd3d9'], bug=896) # angle bug ID
|
| + self.Fail('conformance/glsl/bugs/floor-div-cos-should-not-truncate.html',
|
| + ['win', 'd3d9'], bug=1179) # angle bug ID
|
|
|
| # WIN / D3D9 / Intel failures
|
| self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
|
|
|