| 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 085c54f053893f6e039eab238afb8d8899f9eb19..8f7804627d75264bc4291f7c112314bc1e5efbec 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -128,80 +128,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
|
| ['win8'], bug=483282)
|
|
|
| - self.Fail('conformance2/textures/image_data/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/svg_image/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/video/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_image/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_video/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_blob/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| -
|
| - self.Fail('conformance2/textures/video/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_data/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/svg_image/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_image/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_video/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_blob/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| - self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
|
| - 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
|
| - ['win8'], bug=616176)
|
| -
|
| # Windows Debug. Causing assertions in the GPU process which raise
|
| # a dialog box, so have to skip them rather than mark them as
|
| # failing.
|
|
|