| 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 a314343719d9319311e35898f8bac22b75df0480..e18a62f1888e9f65355685499337882c35a79d83 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -103,7 +103,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
|
|
| # canvas.commit() promise synchronization isn't fully reliable yet.
|
| self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
|
| - bug=709484)
|
| + bug=709484)
|
| +
|
| + self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html',
|
| + bug=1966) # angle bug ID
|
|
|
| # Passthrough command decoder
|
| self.Fail('conformance/extensions/ext-sRGB.html',
|
|
|