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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 self.Fail('WebglExtension.WEBGL_compressed_texture_s3tc', | 79 self.Fail('WebglExtension.WEBGL_compressed_texture_s3tc', |
80 ['android']) | 80 ['android']) |
81 self.Fail('WebglExtension.WEBGL_depth_texture', | 81 self.Fail('WebglExtension.WEBGL_depth_texture', |
82 ['android']) | 82 ['android']) |
83 self.Fail('WebglExtension.WEBGL_draw_buffers', | 83 self.Fail('WebglExtension.WEBGL_draw_buffers', |
84 ['android']) | 84 ['android']) |
85 | 85 |
86 # Nexus 5 | 86 # Nexus 5 |
87 self.Fail('WebglExtension.OES_texture_float_linear', | 87 self.Fail('WebglExtension.OES_texture_float_linear', |
88 ['android', ('qualcomm', 'Adreno (TM) 330')]) | 88 ['android', ('qualcomm', 'Adreno (TM) 330')]) |
| 89 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 90 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 91 self.Fail('conformance/extensions/ext-texture-filter-anisotropic.html', |
| 92 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 93 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 94 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 95 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', |
| 96 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 97 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', |
| 98 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 99 self.Fail('conformance/glsl/bugs/' + |
| 100 'array-of-struct-with-int-first-position.html', |
| 101 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 102 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', |
| 103 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 104 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 105 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 106 self.Fail('conformance/glsl/matrices/glsl-mat4-to-mat3.html', |
| 107 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 108 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 109 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 110 self.Fail('conformance/glsl/misc/' + |
| 111 'shader-with-vec4-vec3-vec4-conditional.html', |
| 112 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 113 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 114 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 115 self.Fail('conformance/glsl/misc/struct-equals.html', |
| 116 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 117 self.Fail('conformance/state/state-uneffected-after-compositing.html', |
| 118 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
| 119 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 120 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) |
89 | 121 |
90 # Nexus 5X | 122 # Nexus 5X |
91 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', | 123 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', |
92 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) | 124 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) |
93 self.Fail('conformance/extensions/oes-texture-float-with-image.html', | 125 self.Fail('conformance/extensions/oes-texture-float-with-image.html', |
94 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) | 126 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) |
95 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', | 127 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', |
96 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) | 128 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) |
97 self.Fail('conformance/extensions/' + | 129 self.Fail('conformance/extensions/' + |
98 'oes-texture-half-float-with-image-data.html', | 130 'oes-texture-half-float-with-image-data.html', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 self.Fail('conformance/textures/svg_image/' + | 185 self.Fail('conformance/textures/svg_image/' + |
154 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 186 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
155 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 187 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
156 self.Fail('conformance/textures/svg_image/' + | 188 self.Fail('conformance/textures/svg_image/' + |
157 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 189 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
158 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 190 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
159 self.Fail('conformance/textures/video/' + | 191 self.Fail('conformance/textures/video/' + |
160 'tex-2d-rgb-rgb-unsigned_byte.html', | 192 'tex-2d-rgb-rgb-unsigned_byte.html', |
161 ['android', 'android-content-shell', | 193 ['android', 'android-content-shell', |
162 ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 194 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 195 self.Fail('conformance/textures/video/' + |
| 196 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 197 ['android', 'android-content-shell', |
| 198 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 199 self.Fail('conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html', |
| 200 ['android', 'android-content-shell', |
| 201 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 202 self.Fail('conformance/textures/video/' + |
| 203 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 204 ['android', 'android-content-shell', |
| 205 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 206 self.Fail('conformance/textures/video/' + |
| 207 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 208 ['android', 'android-content-shell', |
| 209 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 210 self.Fail('conformance/textures/webgl_canvas/' + |
| 211 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 212 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 213 self.Fail('conformance/textures/webgl_canvas/' + |
| 214 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 215 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 216 self.Fail('conformance/textures/webgl_canvas/' + |
| 217 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 218 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 219 self.Fail('conformance/textures/webgl_canvas/' + |
| 220 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 221 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 222 self.Fail('conformance/textures/webgl_canvas/' + |
| 223 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 224 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 225 self.Fail('conformance/textures/image_bitmap_from_image_data/' + |
| 226 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 227 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 228 self.Fail('conformance/textures/image_bitmap_from_image_data/' + |
| 229 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 230 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 231 self.Fail('conformance/textures/image_bitmap_from_image_data/' + |
| 232 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 233 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 234 self.Fail('conformance/textures/image_bitmap_from_image_data/' + |
| 235 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 236 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 237 self.Fail('conformance/textures/image_bitmap_from_image_data/' + |
| 238 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 239 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 240 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 241 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 242 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 243 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 244 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 245 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 246 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 247 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 248 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 249 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 250 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 251 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 252 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 253 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 254 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 255 self.Fail('conformance/textures/image_bitmap_from_canvas/' + |
| 256 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 257 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 258 self.Fail('conformance/textures/image_bitmap_from_canvas/' + |
| 259 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 260 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 261 self.Fail('conformance/textures/image_bitmap_from_canvas/' + |
| 262 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 263 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
163 | 264 |
164 # Nexus 6 | 265 # Nexus 6 |
165 self.Fail('WebglExtension.EXT_sRGB', | 266 self.Fail('WebglExtension.EXT_sRGB', |
166 ['android', ('qualcomm', 'Adreno (TM) 420')]) | 267 ['android', ('qualcomm', 'Adreno (TM) 420')]) |
| 268 self.Fail('conformance/context/context-size-change.html', |
| 269 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 270 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 271 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 272 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', |
| 273 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 274 self.Fail('conformance/extensions/' + |
| 275 'oes-texture-half-float-with-image-data.html', |
| 276 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 277 self.Fail('conformance/extensions/oes-texture-half-float-with-image.html', |
| 278 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 279 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', |
| 280 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 281 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', |
| 282 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 283 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', |
| 284 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 285 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', |
| 286 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 287 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 288 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 289 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 290 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 291 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html', |
| 292 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
167 | 293 |
168 # Nexus 9 | 294 # Nexus 9 |
169 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', | 295 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', |
170 ['android', ('nvidia', 'NVIDIA Tegra')]) | 296 ['android', ('nvidia', 'NVIDIA Tegra')]) |
171 | 297 |
172 # ======================== | 298 # ======================== |
173 # Conformance expectations | 299 # Conformance expectations |
174 # ======================== | 300 # ======================== |
175 # Fails on all platforms | 301 # Fails on all platforms |
176 self.Fail('deqp/data/gles2/shaders/functions.html', | 302 self.Fail('deqp/data/gles2/shaders/functions.html', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 self.Fail('conformance/textures/misc/texture-npot.html', | 690 self.Fail('conformance/textures/misc/texture-npot.html', |
565 ['chromeos', ('intel', 0xa011)], bug=375554) | 691 ['chromeos', ('intel', 0xa011)], bug=375554) |
566 self.Fail('conformance/textures/misc/texture-npot-video.html', | 692 self.Fail('conformance/textures/misc/texture-npot-video.html', |
567 ['chromeos', ('intel', 0xa011)], bug=375554) | 693 ['chromeos', ('intel', 0xa011)], bug=375554) |
568 self.Fail('conformance/textures/misc/texture-size.html', | 694 self.Fail('conformance/textures/misc/texture-size.html', |
569 ['chromeos', ('intel', 0xa011)], bug=375554) | 695 ['chromeos', ('intel', 0xa011)], bug=375554) |
570 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 696 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
571 ['chromeos', ('intel', 0xa011)], bug=375554) | 697 ['chromeos', ('intel', 0xa011)], bug=375554) |
572 self.Skip('conformance/uniforms/uniform-default-values.html', | 698 self.Skip('conformance/uniforms/uniform-default-values.html', |
573 ['chromeos', ('intel', 0xa011)], bug=375554) | 699 ['chromeos', ('intel', 0xa011)], bug=375554) |
OLD | NEW |