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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 | 189 |
190 # Win / OpenGL / Intel failures | 190 # Win / OpenGL / Intel failures |
191 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', | 191 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', |
192 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 192 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
193 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 193 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
194 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 194 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
195 self.Fail('conformance/uniforms/uniform-default-values.html', | 195 self.Fail('conformance/uniforms/uniform-default-values.html', |
196 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 196 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
197 | 197 |
198 # Mac failures | 198 # Mac failures |
199 # La la la la la la la la ... | 199 self.Flaky('conformance/extensions/oes-texture-float-with-video.html', |
| 200 ['mac'], bug=599272) |
200 | 201 |
201 # Mac AMD failures | 202 # Mac AMD failures |
202 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', | 203 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', |
203 ['mac', 'amd'], bug=483282) | 204 ['mac', 'amd'], bug=483282) |
204 self.Fail('conformance/extensions/webgl-draw-buffers.html', | 205 self.Fail('conformance/extensions/webgl-draw-buffers.html', |
205 ['mac', 'amd'], bug=625365) | 206 ['mac', 'amd'], bug=625365) |
206 self.Fail('conformance/rendering/clipping-wide-points.html', | 207 self.Fail('conformance/rendering/clipping-wide-points.html', |
207 ['mac', 'amd'], bug=642822) | 208 ['mac', 'amd'], bug=642822) |
208 | 209 |
209 # Mac Retina AMD failures | 210 # Mac Retina NVidia failures |
210 self.Flaky('conformance/extensions/oes-texture-float-with-video.html', | |
211 ['mac', ('amd', 0x6821)], bug=599272) | |
212 | |
213 # Mac Retine NVidia failures | |
214 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 211 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
215 ['mac', ('nvidia', 0xfe9)], bug=635081) | 212 ['mac', ('nvidia', 0xfe9)], bug=635081) |
216 self.Fail('conformance/programs/' + | 213 self.Fail('conformance/programs/' + |
217 'gl-bind-attrib-location-long-names-test.html', | 214 'gl-bind-attrib-location-long-names-test.html', |
218 ['mac', ('nvidia', 0xfe9)], bug=635081) | 215 ['mac', ('nvidia', 0xfe9)], bug=635081) |
219 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', | 216 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', |
220 ['mac', ('nvidia', 0xfe9)], bug=635081) | 217 ['mac', ('nvidia', 0xfe9)], bug=635081) |
221 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', | 218 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', |
222 ['mac', ('nvidia', 0xfe9)], bug=635081) | 219 ['mac', ('nvidia', 0xfe9)], bug=635081) |
223 self.Fail('conformance/textures/misc/tex-input-validation.html', | 220 self.Fail('conformance/textures/misc/tex-input-validation.html', |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 self.Fail('conformance/textures/misc/texture-npot.html', | 709 self.Fail('conformance/textures/misc/texture-npot.html', |
713 ['chromeos', ('intel', 0xa011)], bug=375554) | 710 ['chromeos', ('intel', 0xa011)], bug=375554) |
714 self.Fail('conformance/textures/misc/texture-npot-video.html', | 711 self.Fail('conformance/textures/misc/texture-npot-video.html', |
715 ['chromeos', ('intel', 0xa011)], bug=375554) | 712 ['chromeos', ('intel', 0xa011)], bug=375554) |
716 self.Fail('conformance/textures/misc/texture-size.html', | 713 self.Fail('conformance/textures/misc/texture-size.html', |
717 ['chromeos', ('intel', 0xa011)], bug=375554) | 714 ['chromeos', ('intel', 0xa011)], bug=375554) |
718 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 715 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
719 ['chromeos', ('intel', 0xa011)], bug=375554) | 716 ['chromeos', ('intel', 0xa011)], bug=375554) |
720 self.Skip('conformance/uniforms/uniform-default-values.html', | 717 self.Skip('conformance/uniforms/uniform-default-values.html', |
721 ['chromeos', ('intel', 0xa011)], bug=375554) | 718 ['chromeos', ('intel', 0xa011)], bug=375554) |
OLD | NEW |