| 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 ccbb89bcaf6bb6b99c7569af3eabafffa93baf32..80f689e2777129f9a686f245080ba2a74d61edd8 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -269,8 +269,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['mac', ('nvidia', 0xfe9)], bug=483282)
|
| self.Fail('deqp/functional/gles3/shaderindexing/varying.html',
|
| ['mac', ('nvidia', 0xfe9)], bug=483282)
|
| - self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
|
| - ['mac', ('nvidia', 0xfe9)], bug=483282)
|
| self.Fail('deqp/functional/gles3/texturespecification/' +
|
| 'basic_copyteximage2d.html',
|
| ['mac', ('nvidia', 0xfe9)], bug=620067)
|
| @@ -383,10 +381,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['mac', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/transformfeedback/*.html',
|
| ['mac', 'amd'], bug=483282)
|
| -
|
| - self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| - 'texturesize.html',
|
| - ['mac', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| 'textureprojlodoffset.html',
|
| ['mac', 'amd'], bug=483282)
|
| @@ -462,9 +456,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| 'texelfetchoffset.html',
|
| ['mac', 'intel'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| - 'texturesize.html',
|
| - ['mac', 'intel'], bug=483282)
|
|
|
| self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
|
| ['mac', 'intel'], bug=483282)
|
|
|