| 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 22c43d75973cac0cb72692298e5b37a88f99a0a3..d0e8ccccf84b69cccadfe8c1c1260de45f5c2919 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -98,6 +98,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
|
| ['win'], bug=624506)
|
|
|
| + self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
|
| + ['win'], bug=614573)
|
| +
|
| # Windows 8 only.
|
|
|
| self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
|
| @@ -105,8 +108,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
|
|
|
| # Win / NVidia
|
| - self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
|
| - ['win', 'nvidia'], bug=614573)
|
| self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
|
| ['win', 'nvidia'], bug=483282)
|
| self.Fail('deqp/functional/gles3/framebufferblit/rect_05.html',
|
| @@ -121,8 +122,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/texturespecification/' +
|
| 'texstorage3d_format_depth_stencil.html',
|
| ['win', ('amd', 0x6779)], bug=614178)
|
| - self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
|
| - ['win', ('amd', 0x6779)], bug=614573)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
|
| ['win', ('amd', 0x6779)], bug=483282)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| @@ -178,8 +177,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['win', 'intel'], bug=614418)
|
| self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html',
|
| ['win', 'intel'], bug=614418)
|
| - self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
|
| - ['win', 'intel'], bug=614418)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
|
| ['win', 'intel'], bug=483282)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/' +
|
| @@ -206,12 +203,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
|
| ['mac'], bug=618464)
|
|
|
| - self.Fail('deqp/functional/gles3/textureformat/compressed_2d.html',
|
| - ['mac'], bug=612205)
|
| self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
|
| ['mac'], bug=612205)
|
| - self.Fail('deqp/functional/gles3/texturewrap/e*',
|
| - ['mac'], bug=612205)
|
|
|
| self.Fail('deqp/data/gles3/shaders/qualification_order.html',
|
| ['mac'], bug=483282)
|
| @@ -220,10 +213,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/pixelbufferobject.html',
|
| ['mac'], bug=483282)
|
|
|
| - self.Fail('conformance2/textures/misc/compressed-tex-image.html',
|
| - ['mac'], bug=565438)
|
| - self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
|
| - ['mac'], bug=295792)
|
| self.Fail('conformance2/renderbuffers/framebuffer-test.html',
|
| ['mac'], bug=483282)
|
| self.Fail('conformance2/rendering/framebuffer-completeness-unaffected.html',
|
|
|