Chromium Code Reviews| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 114 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 114 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 115 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 115 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 116 self.Fail('conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html', | 116 self.Fail('conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html', |
| 117 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 117 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 118 self.Fail('conformance/textures/image/' + | 118 self.Fail('conformance/textures/image/' + |
| 119 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 119 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 120 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 120 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 121 self.Fail('conformance/textures/image/' + | 121 self.Fail('conformance/textures/image/' + |
| 122 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 122 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 123 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 123 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 124 self.Fail('conformance/textures/image_data/*', | |
|
Ken Russell (switch to Gerrit)
2016/05/13 18:00:52
It would be better to spell out the failures expli
cblume
2016/05/13 20:46:01
Done.
| |
| 125 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | |
| 126 self.Fail('conformance/textures/svg_image/*', | |
| 127 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | |
| 128 #self.Fail('conformance/textures/video/' + | |
| 129 # 'tex-2d-rgb-rgb-unsigned_byte.html', | |
| 130 # ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | |
|
Ken Russell (switch to Gerrit)
2016/05/13 18:00:52
Could you remove the commented-out expectation?
cblume
2016/05/13 20:46:01
Oh sorry. This was a mistake. I forgot about this.
| |
| 124 | 131 |
| 125 # Nexus 6 | 132 # Nexus 6 |
| 126 self.Fail('WebglExtension.EXT_sRGB', | 133 self.Fail('WebglExtension.EXT_sRGB', |
| 127 ['android', ('qualcomm', 'Adreno (TM) 420')]) | 134 ['android', ('qualcomm', 'Adreno (TM) 420')]) |
| 128 | 135 |
| 129 # Nexus 9 | 136 # Nexus 9 |
| 130 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', | 137 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', |
| 131 ['android', ('nvidia', 'NVIDIA Tegra')]) | 138 ['android', ('nvidia', 'NVIDIA Tegra')]) |
| 132 | 139 |
| 133 # ======================== | 140 # ======================== |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 525 self.Fail('conformance/textures/misc/texture-npot.html', | 532 self.Fail('conformance/textures/misc/texture-npot.html', |
| 526 ['chromeos', ('intel', 0xa011)], bug=375554) | 533 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 527 self.Fail('conformance/textures/misc/texture-npot-video.html', | 534 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 528 ['chromeos', ('intel', 0xa011)], bug=375554) | 535 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 529 self.Fail('conformance/textures/misc/texture-size.html', | 536 self.Fail('conformance/textures/misc/texture-size.html', |
| 530 ['chromeos', ('intel', 0xa011)], bug=375554) | 537 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 531 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 538 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 532 ['chromeos', ('intel', 0xa011)], bug=375554) | 539 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 533 self.Skip('conformance/uniforms/uniform-default-values.html', | 540 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 534 ['chromeos', ('intel', 0xa011)], bug=375554) | 541 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |