| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', | 319 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', |
| 320 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 320 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 321 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', | 321 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', |
| 322 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 322 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 323 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', | 323 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', |
| 324 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 324 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 325 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', | 325 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', |
| 326 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 326 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 327 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', | 327 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 328 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 328 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 329 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 329 # This test is skipped because running it causes a future test to fail. |
| 330 # The list of tests which may be that future test is very long. It is |
| 331 # almost (but not quite) every webgl conformance test. |
| 332 self.Skip('conformance/glsl/misc/shader-struct-scope.html', |
| 333 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550) |
| 334 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 330 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 335 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 331 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html', | 336 self.Fail('conformance/rendering/gl-viewport-test.html', |
| 332 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 337 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 333 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html', | 338 self.Fail('conformance/textures/svg_image/' + |
| 339 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 334 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 340 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 335 self.Fail('conformance/glsl/misc/shader-with-256-character-define.html', | 341 self.Fail('conformance/textures/svg_image/' + |
| 342 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 336 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 343 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 337 self.Fail('conformance/glsl/misc/' + | 344 self.Fail('conformance/textures/svg_image/' + |
| 338 'shader-with-256-character-identifier.frag.html', | 345 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 339 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 346 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 340 self.Fail('conformance/glsl/misc/shader-with-257-character-define.html', | 347 self.Fail('conformance/textures/svg_image/' + |
| 348 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 341 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 349 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 342 self.Fail('conformance/glsl/misc/' + | 350 self.Fail('conformance/textures/svg_image/' + |
| 343 'shader-with-257-character-identifier.frag.html', | 351 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 352 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 353 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 344 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 354 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 345 | 355 |
| 346 # Nexus 9 | 356 # Nexus 9 |
| 347 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', | 357 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', |
| 348 ['android', ('nvidia', 'NVIDIA Tegra')]) | 358 ['android', ('nvidia', 'NVIDIA Tegra')]) |
| 349 | 359 |
| 350 # ======================== | 360 # ======================== |
| 351 # Conformance expectations | 361 # Conformance expectations |
| 352 # ======================== | 362 # ======================== |
| 353 # Fails on all platforms | 363 # Fails on all platforms |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 self.Fail('conformance/textures/misc/texture-npot.html', | 752 self.Fail('conformance/textures/misc/texture-npot.html', |
| 743 ['chromeos', ('intel', 0xa011)], bug=375554) | 753 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 744 self.Fail('conformance/textures/misc/texture-npot-video.html', | 754 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 745 ['chromeos', ('intel', 0xa011)], bug=375554) | 755 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 746 self.Fail('conformance/textures/misc/texture-size.html', | 756 self.Fail('conformance/textures/misc/texture-size.html', |
| 747 ['chromeos', ('intel', 0xa011)], bug=375554) | 757 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 748 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 758 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 749 ['chromeos', ('intel', 0xa011)], bug=375554) | 759 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 750 self.Skip('conformance/uniforms/uniform-default-values.html', | 760 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 751 ['chromeos', ('intel', 0xa011)], bug=375554) | 761 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |