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 e639f324a79fc0f541f0e6fa0d8d3db19703a4b2..607440609ab807c88bd3310721cd9d3ccc8d135f 100644 |
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| @@ -61,11 +61,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html', |
| bug=1966) # angle bug ID |
| - self.Fail('conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html', |
| - bug=712584) |
| - self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| - bug=712584) |
| - |
| # Windows only. |
| self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| ['win', 'd3d11'], bug=644740) |
| @@ -750,6 +745,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| ['linux', ('nvidia', 0x1cb3)], bug=709320) |
| # Linux Intel |
| + self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| + ['linux', 'intel'], bug=640389) |
|
qiankun
2017/04/20 16:45:55
This suppression is removed when I roll WebGL to f
Ken Russell (switch to Gerrit)
2017/04/20 17:59:31
Acknowledged.
|
| self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', |
| ['linux', 'intel'], bug=687210) |
| @@ -1019,6 +1016,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| ['linux', 'amd', 'no_angle'], bug=483282) |
| self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| ['linux', 'amd', 'no_angle'], bug=483282) |
| + self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| + ['linux', 'amd'], bug=633022) |
|
qiankun
2017/04/20 16:45:55
Same here.
Ken Russell (switch to Gerrit)
2017/04/20 17:59:31
Acknowledged.
|
| self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', |
| ['linux', 'amd'], bug=655147) |