OLD | NEW |
---|---|
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 import os | 4 import os |
5 | 5 |
6 from gpu_tests.gpu_test_expectations import GpuTestExpectations | 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations |
7 | 7 |
8 # See the GpuTestExpectations class for documentation. | 8 # See the GpuTestExpectations class for documentation. |
9 | 9 |
10 class WebGLConformanceExpectations(GpuTestExpectations): | 10 class WebGLConformanceExpectations(GpuTestExpectations): |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
54 self.Fail('WebglExtension.WEBGL_compressed_texture_etc1', | 54 self.Fail('WebglExtension.WEBGL_compressed_texture_etc1', |
55 ['win', 'd3d9']) | 55 ['win', 'd3d9']) |
56 | 56 |
57 self.Fail('WebglExtension.WEBGL_depth_texture', | 57 self.Fail('WebglExtension.WEBGL_depth_texture', |
58 ['win', 'amd', 'd3d9']) | 58 ['win', 'amd', 'd3d9']) |
59 | 59 |
60 self.Fail('WebglExtension.WEBGL_draw_buffers', | 60 self.Fail('WebglExtension.WEBGL_draw_buffers', |
61 ['win', 'd3d9']) | 61 ['win', 'd3d9']) |
62 | 62 |
63 # Android general | 63 # Android general |
64 self.Fail('WebglExtension.EXT_disjoint_timer_query', | |
65 ['android']) | |
Ken Russell (switch to Gerrit)
2016/04/22 01:18:44
Let's please file a follow-on bug or similar, beca
| |
64 self.Fail('WebglExtension.EXT_frag_depth', | 66 self.Fail('WebglExtension.EXT_frag_depth', |
65 ['android']) | 67 ['android']) |
66 self.Fail('WebglExtension.EXT_shader_texture_lod', | 68 self.Fail('WebglExtension.EXT_shader_texture_lod', |
67 ['android']) | 69 ['android']) |
68 self.Fail('WebglExtension.WEBGL_compressed_texture_astc', | 70 self.Fail('WebglExtension.WEBGL_compressed_texture_astc', |
69 ['android']) | 71 ['android']) |
70 self.Fail('WebglExtension.WEBGL_compressed_texture_pvrtc', | 72 self.Fail('WebglExtension.WEBGL_compressed_texture_pvrtc', |
71 ['android']) | 73 ['android']) |
72 self.Fail('WebglExtension.WEBGL_compressed_texture_s3tc', | 74 self.Fail('WebglExtension.WEBGL_compressed_texture_s3tc', |
73 ['android']) | 75 ['android']) |
74 self.Fail('WebglExtension.WEBGL_depth_texture', | 76 self.Fail('WebglExtension.WEBGL_depth_texture', |
75 ['android']) | 77 ['android']) |
76 self.Fail('WebglExtension.WEBGL_draw_buffers', | 78 self.Fail('WebglExtension.WEBGL_draw_buffers', |
77 ['android']) | 79 ['android']) |
78 | 80 |
79 # Nexus 5 | 81 # Nexus 5 |
80 self.Fail('WebglExtension.EXT_disjoint_timer_query', | |
81 ['android', ('qualcomm', 'Adreno (TM) 330')]) | |
82 self.Fail('WebglExtension.OES_texture_float_linear', | 82 self.Fail('WebglExtension.OES_texture_float_linear', |
83 ['android', ('qualcomm', 'Adreno (TM) 330')]) | 83 ['android', ('qualcomm', 'Adreno (TM) 330')]) |
84 | 84 |
85 # Nexus 6 | 85 # Nexus 6 |
86 self.Fail('WebglExtension.EXT_disjoint_timer_query', | |
87 ['android', ('qualcomm', 'Adreno (TM) 420')]) | |
88 self.Fail('WebglExtension.EXT_sRGB', | 86 self.Fail('WebglExtension.EXT_sRGB', |
89 ['android', ('qualcomm', 'Adreno (TM) 420')]) | 87 ['android', ('qualcomm', 'Adreno (TM) 420')]) |
90 | 88 |
89 # Nexus 9 | |
90 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', | |
91 ['android', ('nvidia', 'NVIDIA Tegra')]) | |
92 | |
91 # ======================== | 93 # ======================== |
92 # Conformance expectations | 94 # Conformance expectations |
93 # ======================== | 95 # ======================== |
94 # Fails on all platforms | 96 # Fails on all platforms |
95 self.Fail('deqp/data/gles2/shaders/functions.html', | 97 self.Fail('deqp/data/gles2/shaders/functions.html', |
96 bug=478572) | 98 bug=478572) |
97 self.Fail('deqp/data/gles2/shaders/scoping.html', | 99 self.Fail('deqp/data/gles2/shaders/scoping.html', |
98 bug=478572) | 100 bug=478572) |
99 self.Fail('conformance/extensions/ext-sRGB.html', | 101 self.Fail('conformance/extensions/ext-sRGB.html', |
100 bug=540900) | 102 bug=540900) |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
487 self.Fail('conformance/textures/misc/texture-npot.html', | 489 self.Fail('conformance/textures/misc/texture-npot.html', |
488 ['chromeos', ('intel', 0xa011)], bug=375554) | 490 ['chromeos', ('intel', 0xa011)], bug=375554) |
489 self.Fail('conformance/textures/misc/texture-npot-video.html', | 491 self.Fail('conformance/textures/misc/texture-npot-video.html', |
490 ['chromeos', ('intel', 0xa011)], bug=375554) | 492 ['chromeos', ('intel', 0xa011)], bug=375554) |
491 self.Fail('conformance/textures/misc/texture-size.html', | 493 self.Fail('conformance/textures/misc/texture-size.html', |
492 ['chromeos', ('intel', 0xa011)], bug=375554) | 494 ['chromeos', ('intel', 0xa011)], bug=375554) |
493 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 495 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
494 ['chromeos', ('intel', 0xa011)], bug=375554) | 496 ['chromeos', ('intel', 0xa011)], bug=375554) |
495 self.Skip('conformance/uniforms/uniform-default-values.html', | 497 self.Skip('conformance/uniforms/uniform-default-values.html', |
496 ['chromeos', ('intel', 0xa011)], bug=375554) | 498 ['chromeos', ('intel', 0xa011)], bug=375554) |
OLD | NEW |