| 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 89931f33d905874a9160adc5e169f7d4b681608f..5cf3d3d83cb4b86d56fa9585c522a6aaf9761788 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -46,6 +46,15 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['linux'], bug=483282)
|
| self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
|
|
|
| + self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
|
| + ['mac'], bug=654187)
|
| + self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
|
| + ['mac'], bug=654187)
|
| + self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
|
| + ['mac'], bug=654187)
|
| + self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
|
| + ['mac'], bug=654187)
|
| +
|
| # All platforms.
|
| self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
|
| bug=644740)
|
| @@ -187,14 +196,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/fbomultisample*',
|
| ['mac', 'nvidia'], bug=641209)
|
|
|
| - self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
|
| - ['mac'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
|
| - ['mac'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
|
| - ['mac'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
|
| - ['mac'], bug=483282)
|
| self.Fail('deqp/functional/gles3/framebufferblit/' +
|
| 'default_framebuffer_*.html',
|
| ['mac'], bug=483282)
|
|
|