| 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 0865674e844fa171b869808351aa140b5271635b..d4ec823351a1b884be9cd7c2bf2584802653e331 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -261,6 +261,39 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/textures/image_bitmap_from_canvas/' +
|
| 'tex-2d-rgba-rgba-unsigned_byte.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_canvas/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_canvas/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_blob/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_blob/' +
|
| + 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_blob/' +
|
| + 'tex-2d-rgba-rgba-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_blob/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_blob/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
|
| + 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
|
| + 'tex-2d-rgba-rgba-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
|
|
| # Nexus 6
|
| self.Fail('WebglExtension.EXT_sRGB',
|
| @@ -290,6 +323,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
|
| self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
|
| + self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
|
|
|
| # Nexus 9
|
| self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
|
|
|