| 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 8b0c0c11026d372639108f1c4f52479501d24b3b..8e08298882179a82a22696c1701b72f7b8a4df20 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -83,6 +83,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| bug=295792)
|
| self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
|
| bug=483282)
|
| + self.Fail('conformance2/rendering/draw-buffers.html', bug=483282)
|
| self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282)
|
| self.Skip('conformance2/textures/webgl_canvas/*', bug=483282)
|
|
|
| @@ -96,8 +97,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['win'], bug=483282)
|
| self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html',
|
| ['win'], bug=1082) # angle bug ID
|
| - self.Fail('conformance2/rendering/draw-buffers.html',
|
| - ['win'], bug=483282)
|
| self.Fail('conformance2/state/gl-object-get-calls.html',
|
| ['win'], bug=483282)
|
| self.Fail('conformance2/textures/canvas/*', ['win'], bug=483282)
|
| @@ -229,8 +228,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['linux'], bug=483282)
|
| self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
|
| ['linux'], bug=483282)
|
| - self.Fail('conformance2/rendering/draw-buffers.html',
|
| - ['linux'], bug=483282)
|
| self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html',
|
| ['linux'], bug=564020)
|
| self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
|
|
|