| 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 2968a3a980c0444781857b9ad477a5c846da4731..8b07cc673eb40d995a6f2720306d9f4894e3a8db 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -121,6 +121,40 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/textures/image/' +
|
| 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_data/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_data/' +
|
| + 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_data/' +
|
| + 'tex-2d-rgba-rgba-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_data/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/image_data/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/svg_image/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/svg_image/' +
|
| + 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/svg_image/' +
|
| + 'tex-2d-rgba-rgba-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/svg_image/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/svg_image/' +
|
| + 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + self.Fail('conformance/textures/video/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['android', 'android-content-shell',
|
| + ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
|
|
| # Nexus 6
|
| self.Fail('WebglExtension.EXT_sRGB',
|
|
|