| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + | 510 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + |
| 511 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 511 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 512 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 512 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 513 self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html', | 513 self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html', |
| 514 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 514 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 515 | 515 |
| 516 # Nexus 9 | 516 # Nexus 9 |
| 517 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', | 517 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', |
| 518 ['android', ('nvidia', 'NVIDIA Tegra')]) | 518 ['android', ('nvidia', 'NVIDIA Tegra')]) |
| 519 | 519 |
| 520 # Pixel C |
| 521 self.Flaky('conformance/textures/video/' + |
| 522 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 523 ['android', 'android-chromium', |
| 524 ('nvidia', 'NVIDIA Tegra')], bug=624621) |
| 525 self.Flaky('conformance/textures/video/' + |
| 526 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 527 ['android', 'android-chromium', |
| 528 ('nvidia', 'NVIDIA Tegra')], bug=624621) |
| 529 self.Flaky('conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html', |
| 530 ['android', 'android-chromium', |
| 531 ('nvidia', 'NVIDIA Tegra')], bug=624621) |
| 532 self.Flaky('conformance/textures/video/' + |
| 533 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 534 ['android', 'android-chromium', |
| 535 ('nvidia', 'NVIDIA Tegra')], bug=624621) |
| 536 self.Flaky('conformance/textures/video/' + |
| 537 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 538 ['android', 'android-chromium', |
| 539 ('nvidia', 'NVIDIA Tegra')], bug=624621) |
| 540 self.Fail('conformance/glsl/bugs/constant-precision-qualifier.html', |
| 541 ['android', 'android-chromium', |
| 542 ('nvidia', 'NVIDIA Tegra')], bug=624621) |
| 543 |
| 520 # ======================== | 544 # ======================== |
| 521 # Conformance expectations | 545 # Conformance expectations |
| 522 # ======================== | 546 # ======================== |
| 523 # Fails on all platforms | 547 # Fails on all platforms |
| 524 | 548 |
| 525 # We need to add WebGL 1 check in command buffer that format/type from | 549 # We need to add WebGL 1 check in command buffer that format/type from |
| 526 # TexSubImage2D have to match the current texture's. | 550 # TexSubImage2D have to match the current texture's. |
| 527 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', | 551 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', |
| 528 bug=570453) | 552 bug=570453) |
| 529 self.Fail('deqp/data/gles2/shaders/preprocessor.html', bug=483282) | 553 self.Fail('deqp/data/gles2/shaders/preprocessor.html', bug=483282) |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 self.Fail('conformance/textures/misc/texture-npot.html', | 965 self.Fail('conformance/textures/misc/texture-npot.html', |
| 942 ['chromeos', ('intel', 0xa011)], bug=375554) | 966 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 943 self.Fail('conformance/textures/misc/texture-npot-video.html', | 967 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 944 ['chromeos', ('intel', 0xa011)], bug=375554) | 968 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 945 self.Fail('conformance/textures/misc/texture-size.html', | 969 self.Fail('conformance/textures/misc/texture-size.html', |
| 946 ['chromeos', ('intel', 0xa011)], bug=375554) | 970 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 947 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 971 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 948 ['chromeos', ('intel', 0xa011)], bug=375554) | 972 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 949 self.Skip('conformance/uniforms/uniform-default-values.html', | 973 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 950 ['chromeos', ('intel', 0xa011)], bug=375554) | 974 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |