| 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 6b585ce9ee43521b4243a0d425dcec21261e6543..c0d3c92f93510d9bf164ecf0bbeed50911b80b4e 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -536,14 +536,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # self.Fail('conformance/extensions/webgl-draw-buffers.html',
|
| # ['linux', ('intel', 0x412), 'opengl'], bug=586536)
|
|
|
| -
|
| - self.Skip('conformance/glsl/bugs/' +
|
| - 'global-invariant-does-not-leak-across-shaders.html',
|
| - bug=625363)
|
| -
|
| - # Fails on multiple platforms
|
| - self.Skip('deqp/data/gles2/shaders/preprocessor.html', bug=625363)
|
| -
|
| # OpenGL / NVIDIA failures
|
| self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
|
| ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
|
|
|