| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 287 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 288 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + | 288 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + |
| 289 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 289 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 290 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 290 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 291 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + | 291 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + |
| 292 'tex-2d-rgba-rgba-unsigned_byte.html', | 292 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 293 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 293 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 294 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + | 294 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + |
| 295 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 295 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 296 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 296 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 297 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + |
| 298 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 299 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 300 self.Fail('conformance/uniforms/uniform-samplers-test.html', |
| 301 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 302 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 303 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 297 | 304 |
| 298 # Nexus 6 | 305 # Nexus 6 |
| 299 self.Fail('WebglExtension.EXT_sRGB', | 306 self.Fail('WebglExtension.EXT_sRGB', |
| 300 ['android', ('qualcomm', 'Adreno (TM) 420')]) | 307 ['android', ('qualcomm', 'Adreno (TM) 420')]) |
| 301 self.Fail('conformance/context/context-size-change.html', | 308 self.Fail('conformance/context/context-size-change.html', |
| 302 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 309 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 303 self.Fail('conformance/extensions/oes-texture-half-float.html', | 310 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 304 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 311 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 305 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', | 312 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', |
| 306 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 313 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| (...skipping 11 matching lines...) Expand all Loading... |
| 318 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', | 325 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', |
| 319 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 326 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 320 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', | 327 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 321 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 328 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 322 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 329 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 323 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 330 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 324 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html', | 331 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html', |
| 325 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 332 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 326 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html', | 333 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html', |
| 327 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 334 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 335 self.Fail('conformance/glsl/misc/shader-with-256-character-define.html', |
| 336 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 337 self.Fail('conformance/glsl/misc/' + |
| 338 'shader-with-256-character-identifier.frag.html', |
| 339 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 328 | 340 |
| 329 # Nexus 9 | 341 # Nexus 9 |
| 330 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', | 342 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', |
| 331 ['android', ('nvidia', 'NVIDIA Tegra')]) | 343 ['android', ('nvidia', 'NVIDIA Tegra')]) |
| 332 | 344 |
| 333 # ======================== | 345 # ======================== |
| 334 # Conformance expectations | 346 # Conformance expectations |
| 335 # ======================== | 347 # ======================== |
| 336 # Fails on all platforms | 348 # Fails on all platforms |
| 337 self.Fail('deqp/data/gles2/shaders/functions.html', | 349 self.Fail('deqp/data/gles2/shaders/functions.html', |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 self.Fail('conformance/textures/misc/texture-npot.html', | 737 self.Fail('conformance/textures/misc/texture-npot.html', |
| 726 ['chromeos', ('intel', 0xa011)], bug=375554) | 738 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 727 self.Fail('conformance/textures/misc/texture-npot-video.html', | 739 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 728 ['chromeos', ('intel', 0xa011)], bug=375554) | 740 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 729 self.Fail('conformance/textures/misc/texture-size.html', | 741 self.Fail('conformance/textures/misc/texture-size.html', |
| 730 ['chromeos', ('intel', 0xa011)], bug=375554) | 742 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 731 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 743 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 732 ['chromeos', ('intel', 0xa011)], bug=375554) | 744 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 733 self.Skip('conformance/uniforms/uniform-default-values.html', | 745 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 734 ['chromeos', ('intel', 0xa011)], bug=375554) | 746 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |