Chromium Code Reviews| 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 9fef82e8fbff3bc3f4140214b85bd192c48f7225..eaa08ab68017ba304373c26949bad0896007e7e5 100644 |
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| @@ -61,6 +61,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
| ['win', 'd3d9']) |
| # Android general |
| + self.Fail('WebglExtension.EXT_disjoint_timer_query', |
| + ['android']) |
|
Ken Russell (switch to Gerrit)
2016/04/22 01:18:44
Let's please file a follow-on bug or similar, beca
|
| self.Fail('WebglExtension.EXT_frag_depth', |
| ['android']) |
| self.Fail('WebglExtension.EXT_shader_texture_lod', |
| @@ -77,17 +79,17 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
| ['android']) |
| # Nexus 5 |
| - self.Fail('WebglExtension.EXT_disjoint_timer_query', |
| - ['android', ('qualcomm', 'Adreno (TM) 330')]) |
| self.Fail('WebglExtension.OES_texture_float_linear', |
| ['android', ('qualcomm', 'Adreno (TM) 330')]) |
| # Nexus 6 |
| - self.Fail('WebglExtension.EXT_disjoint_timer_query', |
| - ['android', ('qualcomm', 'Adreno (TM) 420')]) |
| self.Fail('WebglExtension.EXT_sRGB', |
| ['android', ('qualcomm', 'Adreno (TM) 420')]) |
| + # Nexus 9 |
| + self.Fail('WebglExtension.WEBGL_compressed_texture_atc', |
| + ['android', ('nvidia', 'NVIDIA Tegra')]) |
| + |
| # ======================== |
| # Conformance expectations |
| # ======================== |