| 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 da5638d94bf1073383eab35e8f38f9cafd4c4fcf..e4ae66f79416cfd0f116f12d641082331ec08ad6 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -112,6 +112,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['passthrough'], bug=1523) # angle bug ID
|
| self.Fail('conformance/extensions/ext-shader-texture-lod.html',
|
| ['passthrough'], bug=1523) # angle bug ID
|
| + self.Fail('conformance/extensions/get-extension.html',
|
| + ['passthrough'], bug=682745)
|
| self.Fail('conformance/extensions/oes-texture-float.html',
|
| ['passthrough'], bug=1523) # angle bug ID
|
| self.Fail('conformance/extensions/oes-texture-float-linear.html',
|
| @@ -124,6 +126,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['passthrough'], bug=1523) # angle bug ID
|
| self.Fail('conformance/extensions/webgl-depth-texture.html',
|
| ['passthrough'], bug=1523) # angle bug ID
|
| + self.Fail('conformance/extensions/webgl-draw-buffers.html',
|
| + ['passthrough'], bug=1523) # angle bug ID
|
| + self.Fail('conformance/extensions/' +
|
| + 'webgl-draw-buffers-framebuffer-unsupported.html',
|
| + ['passthrough'], bug=682745)
|
| + self.Fail('conformance/extensions/' +
|
| + 'webgl-draw-buffers-max-draw-buffers.html',
|
| + ['passthrough'], bug=1523) # angle bug ID
|
| self.Fail('conformance/canvas/framebuffer-bindings-unaffected-on-' +
|
| 'resize.html', ['passthrough'], bug=665521)
|
| self.Fail('conformance/glsl/misc/shader-with-dfdx.frag.html',
|
| @@ -204,11 +214,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['passthrough', 'd3d11'], bug=1523) # angle bug ID
|
| self.Fail('conformance/extensions/webgl-debug-shaders.html',
|
| ['passthrough', 'd3d11'], bug=1523) # angle bug ID
|
| - self.Fail('conformance/extensions/webgl-draw-buffers.html',
|
| - ['passthrough', 'd3d11'], bug=1523) # angle bug ID
|
| - self.Fail('conformance/extensions/' +
|
| - 'webgl-draw-buffers-max-draw-buffers.html',
|
| - ['passthrough', 'd3d11'], bug=1523) # angle bug ID
|
| self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html',
|
| ['passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| self.Fail('conformance/glsl/variables/glsl-built-ins.html',
|
|
|