| 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 bc1abdd306ba6511716c08cb09634fb3b0f7f942..6c677f7ad6e8dacbbf501f343b78306e4dfd8bf5 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -112,6 +112,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # ========================
|
| # Fails on all platforms
|
|
|
| + self.Fail('conformance/buffers/buffer-uninitialized.html',
|
| + bug=654201)
|
| +
|
| # We need to add WebGL 1 check in command buffer that format/type from
|
| # TexSubImage2D have to match the current texture's.
|
| self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
|
|
|