| 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 e72493be40d0614636ea90e6ff9386bcdd9764fd..3a069ffe7a95fc14b7ddde251b5ebebf70c9d9dd 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -148,10 +148,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| 'copy-tex-image-and-sub-image-2d.html',
|
| ['win7', 'intel', 'no_passthrough'])
|
|
|
| - # Win / Intel failures
|
| - self.Skip('conformance/uniforms/gl-uniform-arrays.html',
|
| - ['win', 'debug', 'intel'], bug=678382)
|
| -
|
| # Win / Intel HD 530 failures
|
| self.Fail('conformance/canvas/to-data-url-test.html',
|
| ['win', 'intel'], bug=680797)
|
| @@ -457,8 +453,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
|
| self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
|
| ['linux', 'intel'], bug=540543) # GPU timeout
|
| - self.Skip('conformance/uniforms/gl-uniform-arrays.html',
|
| - ['linux', 'debug', 'intel'], bug=603906)
|
| # Fixed on Mesa 12.0
|
| self.Fail('conformance/rendering/clipping-wide-points.html',
|
| ['linux', 'intel'], bug=642822)
|
|
|