| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| index 7c53dbb27981eb7aa003bbd32aae0b513ac27ee9..64191c7fcece85641b1a43593ca230e0dbf0ca16 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -77,8 +77,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['win', 'amd'], bug=614178)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
|
| ['win', 'amd'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
|
| - ['win', 'amd'], bug=483282)
|
|
|
| # Failing on old R5 230 configuration.
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| @@ -157,8 +155,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| 'texelfetchoffset.html',
|
| ['win', 'intel'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
|
| - ['win', 'intel'], bug=483282)
|
| self.Fail('deqp/functional/gles3/uniformbuffers/*.html',
|
| ['win', 'intel'], bug=483282)
|
| self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html',
|
|
|