Chromium Code Reviews| 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 1d3374b0d1549e585977733499c4d2160d6ea02c..f772c07114c60bcd9a7d77420b1ab35d76f5bce3 100644 |
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| @@ -97,8 +97,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) |
| # Win / Intel |
| - self.Fail('conformance2/buffers/uniform-buffers.html', |
| - ['win', 'intel'], bug=483282) |
| self.Skip('conformance2/textures/misc/copy-texture-image.html', |
| ['win', 'intel'], bug=617449) |
| self.Fail('conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html', |
| @@ -138,12 +136,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 'texelfetchoffset.html', |
| ['win', 'intel'], bug=483282) |
| - self.Fail('deqp/functional/gles3/uniformbuffers/*.html', |
|
Jamie Madill
2016/09/07 14:52:42
it looks as though there are still some ubo issues
|
| - ['win', 'intel'], bug=483282) |
| self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html', |
| ['win', 'intel'], bug=483282) |
| - self.Fail('conformance2/rendering/uniform-block-buffer-size.html', |
| - ['win', 'intel'], bug=628863) |
| self.Fail('deqp/functional/gles3/fbomultisample*', |
| ['win', 'intel'], bug=483282) |
| @@ -389,9 +383,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| ['mac', ('amd', 0x679e)], bug=636648) |
| # Mac Intel |
| - self.Fail('deqp/functional/gles3/shaderpackingfunction.html', |
| - ['mac', 'intel'], bug=619264) |
| - |
| self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', |
| ['mac', 'intel'], bug=606074) |
| self.Fail('deqp/functional/gles3/texturefiltering/' + |