| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 # We need to add WebGL 1 check in command buffer that format/type from | 105 # We need to add WebGL 1 check in command buffer that format/type from |
| 106 # TexSubImage2D have to match the current texture's. | 106 # TexSubImage2D have to match the current texture's. |
| 107 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', | 107 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', |
| 108 bug=570453) | 108 bug=570453) |
| 109 | 109 |
| 110 # OpenGL / NVIDIA failures | 110 # OpenGL / NVIDIA failures |
| 111 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 111 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 112 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID | 112 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID |
| 113 | 113 |
| 114 # Win failures | 114 # Win failures |
| 115 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 116 ['win'], bug=607283) |
| 115 # Note that the following test seems to pass, but it may still be flaky. | 117 # Note that the following test seems to pass, but it may still be flaky. |
| 116 self.Fail('conformance/glsl/constructors/' + | 118 self.Fail('conformance/glsl/constructors/' + |
| 117 'glsl-construct-vec-mat-index.html', | 119 'glsl-construct-vec-mat-index.html', |
| 118 ['win'], bug=525188) | 120 ['win'], bug=525188) |
| 119 self.Fail('conformance/rendering/point-specific-shader-variables.html', | 121 self.Fail('conformance/rendering/point-specific-shader-variables.html', |
| 120 ['win'], bug=616335) | 122 ['win'], bug=616335) |
| 121 self.Fail('deqp/data/gles2/shaders/functions.html', | 123 self.Fail('deqp/data/gles2/shaders/functions.html', |
| 122 ['win'], bug=478572) | 124 ['win'], bug=478572) |
| 123 | 125 |
| 124 # Win NVIDIA failures | 126 # Win NVIDIA failures |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 self.Flaky('conformance/textures/video/' + | 241 self.Flaky('conformance/textures/video/' + |
| 240 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 242 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 241 ['linux'], bug=627525) | 243 ['linux'], bug=627525) |
| 242 self.Flaky('conformance/textures/video/' + | 244 self.Flaky('conformance/textures/video/' + |
| 243 'tex-2d-rgb-rgb-unsigned_byte.html', | 245 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 244 ['linux'], bug=627525) | 246 ['linux'], bug=627525) |
| 245 self.Flaky('conformance/textures/video/' + | 247 self.Flaky('conformance/textures/video/' + |
| 246 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 248 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 247 ['linux'], bug=627525) | 249 ['linux'], bug=627525) |
| 248 | 250 |
| 251 # OpenGL |
| 252 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 253 ['linux', 'opengl'], bug=607283) |
| 254 |
| 249 # NVIDIA | 255 # NVIDIA |
| 250 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 256 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 251 ['linux', 'nvidia'], bug=544989) # Too flaky to retry | 257 ['linux', 'nvidia'], bug=544989) # Too flaky to retry |
| 252 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 258 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
| 253 ['linux', 'nvidia'], bug=524144) | 259 ['linux', 'nvidia'], bug=524144) |
| 254 self.Flaky('conformance/textures/image/' + | 260 self.Flaky('conformance/textures/image/' + |
| 255 'tex-2d-rgb-rgb-unsigned_byte.html', | 261 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 256 ['linux', 'nvidia'], bug=596622) | 262 ['linux', 'nvidia'], bug=596622) |
| 257 # AMD | 263 # AMD |
| 258 self.Flaky('conformance/more/functions/uniformi.html', | 264 self.Flaky('conformance/more/functions/uniformi.html', |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 self.Fail('conformance/textures/misc/texture-npot.html', | 720 self.Fail('conformance/textures/misc/texture-npot.html', |
| 715 ['chromeos', ('intel', 0xa011)], bug=375554) | 721 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 716 self.Fail('conformance/textures/misc/texture-npot-video.html', | 722 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 717 ['chromeos', ('intel', 0xa011)], bug=375554) | 723 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 718 self.Fail('conformance/textures/misc/texture-size.html', | 724 self.Fail('conformance/textures/misc/texture-size.html', |
| 719 ['chromeos', ('intel', 0xa011)], bug=375554) | 725 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 720 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 726 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 721 ['chromeos', ('intel', 0xa011)], bug=375554) | 727 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 722 self.Skip('conformance/uniforms/uniform-default-values.html', | 728 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 723 ['chromeos', ('intel', 0xa011)], bug=375554) | 729 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |