| 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 e370326c8d1bfd042513855dfb3d9df25a5cbb88..2a502db47df056360faa9a66d1cb2099f0f78ea5 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -695,8 +695,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['linux'], bug=483282)
|
| self.Fail('conformance2/textures/image_bitmap_from_image/' +
|
| 'tex-3d-r16f-red-float.html', ['linux'], bug=679695)
|
| - self.Fail('conformance2/textures/canvas_sub_rectangle/' +
|
| - 'tex-2d-rgb16f-rgb-float.html', ['linux'], bug=715696)
|
|
|
| # Linux Multi-vendor failures.
|
| self.Skip('deqp/data/gles3/shaders/qualification_order.html',
|
| @@ -720,15 +718,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['linux', 'nvidia'], bug=672380)
|
| self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
|
| ['linux', 'nvidia'], bug=709351)
|
| - self.Fail('conformance2/textures/canvas_sub_rectangle/' +
|
| - 'tex-2d-r11f_g11f_b10f-rgb-half_float.html',
|
| - ['linux', 'nvidia'], bug=694359)
|
| - self.Fail('conformance2/textures/canvas_sub_rectangle/' +
|
| - 'tex-2d-rgb16f-rgb-half_float.html',
|
| - ['linux', 'nvidia'], bug=694359)
|
| - self.Flaky('conformance2/textures/canvas_sub_rectangle/' +
|
| - 'tex-2d-rgb565-rgb-unsigned_byte.html',
|
| - ['linux', 'nvidia'], bug=694359)
|
| self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
|
| 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
|
| ['linux', 'nvidia'], bug=679677)
|
|
|