| 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 a314343719d9319311e35898f8bac22b75df0480..22458584d94b6b758e54e3cbffbabe2eb495a6b1 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -456,21 +456,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['mac', ('nvidia', 0xfe9)], bug=635081)
|
|
|
| # Linux failures
|
| - self.Flaky('conformance/textures/video/' +
|
| - 'tex-2d-rgba-rgba-unsigned_byte.html',
|
| - ['linux', 'no_passthrough'], bug=627525)
|
| - self.Flaky('conformance/textures/video/' +
|
| - 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| - ['linux', 'no_passthrough'], bug=627525)
|
| - self.Flaky('conformance/textures/video/' +
|
| - 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| - ['linux', 'no_passthrough'], bug=627525)
|
| - self.Flaky('conformance/textures/video/' +
|
| - 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| - ['linux', 'no_passthrough'], bug=627525)
|
| - self.Flaky('conformance/textures/video/' +
|
| - 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
|
| - ['linux', 'no_passthrough'], bug=627525)
|
| self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
|
| ['linux', 'intel'], bug=680675)
|
|
|
|
|