| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index dfca40c6264618f4891a6b8f8064d50722dd4f93..874b0ad36b8fbf247714b89b5543a9a4de86658f 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -233,6 +233,12 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win10', ('nvidia', 0x1cb3)], bug=715001)
|
| self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
|
| ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
|
| + self.Flaky('conformance/textures/image_bitmap_from_video/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| + ['win10', ('nvidia', 0x1cb3)], bug=728670)
|
| + self.Flaky('conformance/textures/image_bitmap_from_video/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| + ['win10', ('nvidia', 0x1cb3)], bug=728670)
|
|
|
| # Win7 / Intel failures
|
| self.Fail('conformance/textures/misc/' +
|
|
|