| 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 64f4188c7a63efc02cf4803b5d7e01236cea0e4d..13f4d02814f920252e7f973a0a1b1d772a4759e3 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -715,6 +715,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| 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)
|
|
|