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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 self.Fail('conformance/rendering/point-specific-shader-variables.html', | 129 self.Fail('conformance/rendering/point-specific-shader-variables.html', |
130 ['win'], bug=616335) | 130 ['win'], bug=616335) |
131 self.Fail('deqp/data/gles2/shaders/functions.html', | 131 self.Fail('deqp/data/gles2/shaders/functions.html', |
132 ['win'], bug=478572) | 132 ['win'], bug=478572) |
133 | 133 |
134 # Win NVIDIA failures | 134 # Win NVIDIA failures |
135 self.Flaky('conformance/textures/misc/texture-npot-video.html', | 135 self.Flaky('conformance/textures/misc/texture-npot-video.html', |
136 ['win', 'nvidia', 'no_passthrough'], bug=626524) | 136 ['win', 'nvidia', 'no_passthrough'], bug=626524) |
137 self.Flaky('conformance/textures/misc/texture-upload-size.html', | 137 self.Flaky('conformance/textures/misc/texture-upload-size.html', |
138 ['win', 'nvidia'], bug=630860) | 138 ['win', 'nvidia'], bug=630860) |
| 139 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 140 ['win', 'nvidia'], bug=672380) |
139 | 141 |
140 # Win7 / Intel failures | 142 # Win7 / Intel failures |
141 self.Fail('conformance/textures/misc/' + | 143 self.Fail('conformance/textures/misc/' + |
142 'copy-tex-image-and-sub-image-2d.html', | 144 'copy-tex-image-and-sub-image-2d.html', |
143 ['win7', 'intel', 'no_passthrough']) | 145 ['win7', 'intel', 'no_passthrough']) |
144 | 146 |
145 # Win / AMD flakiness seen on new tryservers. | 147 # Win / AMD flakiness seen on new tryservers. |
146 # It's unfortunate that this suppression needs to be so broad, but | 148 # It's unfortunate that this suppression needs to be so broad, but |
147 # basically any test that uses readPixels is potentially flaky, and | 149 # basically any test that uses readPixels is potentially flaky, and |
148 # it's infeasible to suppress individual failures one by one. | 150 # it's infeasible to suppress individual failures one by one. |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 self.Fail('conformance/extensions/webgl-draw-buffers.html', | 363 self.Fail('conformance/extensions/webgl-draw-buffers.html', |
362 ['mac', 'amd'], bug=625365) | 364 ['mac', 'amd'], bug=625365) |
363 self.Fail('conformance/rendering/clipping-wide-points.html', | 365 self.Fail('conformance/rendering/clipping-wide-points.html', |
364 ['mac', 'amd'], bug=642822) | 366 ['mac', 'amd'], bug=642822) |
365 | 367 |
366 # Mac Intel failures | 368 # Mac Intel failures |
367 self.Flaky('conformance/textures/webgl_canvas/tex-' + | 369 self.Flaky('conformance/textures/webgl_canvas/tex-' + |
368 '2d-rgb-rgb-unsigned_byte.html', | 370 '2d-rgb-rgb-unsigned_byte.html', |
369 ['mac', 'intel'], bug=648377) | 371 ['mac', 'intel'], bug=648377) |
370 | 372 |
| 373 # Failed on OSX 10.10 and 10.11 |
| 374 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 375 ['mac', 'intel'], bug=672380) |
| 376 |
371 # Mac Retina NVidia failures | 377 # Mac Retina NVidia failures |
372 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 378 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
373 ['mac', ('nvidia', 0xfe9)], bug=635081) | 379 ['mac', ('nvidia', 0xfe9)], bug=635081) |
374 self.Fail('conformance/programs/' + | 380 self.Fail('conformance/programs/' + |
375 'gl-bind-attrib-location-long-names-test.html', | 381 'gl-bind-attrib-location-long-names-test.html', |
376 ['mac', ('nvidia', 0xfe9)], bug=635081) | 382 ['mac', ('nvidia', 0xfe9)], bug=635081) |
377 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', | 383 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', |
378 ['mac', ('nvidia', 0xfe9)], bug=635081) | 384 ['mac', ('nvidia', 0xfe9)], bug=635081) |
379 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', | 385 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', |
380 ['mac', ('nvidia', 0xfe9)], bug=635081) | 386 ['mac', ('nvidia', 0xfe9)], bug=635081) |
(...skipping 16 matching lines...) Expand all Loading... |
397 self.Flaky('conformance/textures/video/' + | 403 self.Flaky('conformance/textures/video/' + |
398 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 404 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
399 ['linux'], bug=627525) | 405 ['linux'], bug=627525) |
400 | 406 |
401 # NVIDIA | 407 # NVIDIA |
402 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 408 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
403 ['linux', 'nvidia'], bug=524144) | 409 ['linux', 'nvidia'], bug=524144) |
404 self.Flaky('conformance/textures/image/' + | 410 self.Flaky('conformance/textures/image/' + |
405 'tex-2d-rgb-rgb-unsigned_byte.html', | 411 'tex-2d-rgb-rgb-unsigned_byte.html', |
406 ['linux', 'nvidia'], bug=596622) | 412 ['linux', 'nvidia'], bug=596622) |
| 413 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 414 ['linux', 'nvidia'], bug=672380) |
| 415 |
407 # AMD | 416 # AMD |
408 self.Flaky('conformance/more/functions/uniformi.html', | 417 self.Flaky('conformance/more/functions/uniformi.html', |
409 ['linux', 'amd'], bug=550989) | 418 ['linux', 'amd'], bug=550989) |
410 self.Fail('conformance/rendering/clipping-wide-points.html', | 419 self.Fail('conformance/rendering/clipping-wide-points.html', |
411 ['linux', 'amd'], bug=642822) | 420 ['linux', 'amd'], bug=642822) |
412 | 421 |
413 # AMD Radeon 6450 and/or R7 240 | 422 # AMD Radeon 6450 and/or R7 240 |
414 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 423 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
415 ['linux', 'amd', 'no_angle'], bug=479260) | 424 ['linux', 'amd', 'no_angle'], bug=479260) |
416 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', | 425 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
844 self.Fail('conformance/textures/misc/texture-npot.html', | 853 self.Fail('conformance/textures/misc/texture-npot.html', |
845 ['chromeos', ('intel', 0xa011)], bug=375554) | 854 ['chromeos', ('intel', 0xa011)], bug=375554) |
846 self.Fail('conformance/textures/misc/texture-npot-video.html', | 855 self.Fail('conformance/textures/misc/texture-npot-video.html', |
847 ['chromeos', ('intel', 0xa011)], bug=375554) | 856 ['chromeos', ('intel', 0xa011)], bug=375554) |
848 self.Fail('conformance/textures/misc/texture-size.html', | 857 self.Fail('conformance/textures/misc/texture-size.html', |
849 ['chromeos', ('intel', 0xa011)], bug=375554) | 858 ['chromeos', ('intel', 0xa011)], bug=375554) |
850 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 859 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
851 ['chromeos', ('intel', 0xa011)], bug=375554) | 860 ['chromeos', ('intel', 0xa011)], bug=375554) |
852 self.Skip('conformance/uniforms/uniform-default-values.html', | 861 self.Skip('conformance/uniforms/uniform-default-values.html', |
853 ['chromeos', ('intel', 0xa011)], bug=375554) | 862 ['chromeos', ('intel', 0xa011)], bug=375554) |
OLD | NEW |