OLD | NEW |
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s | 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s |
5 | 5 |
6 # See the GpuTestExpectations class for documentation. | 6 # See the GpuTestExpectations class for documentation. |
7 | 7 |
8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): | 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
9 def __init__(self, conformance_path, url_prefixes=None): | 9 def __init__(self, conformance_path, url_prefixes=None): |
10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 bug=483282) # owner:cwallez, test might be buggy | 53 bug=483282) # owner:cwallez, test might be buggy |
54 # Windows only. | 54 # Windows only. |
55 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', | 55 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', |
56 ['win'], bug=634519) | 56 ['win'], bug=634519) |
57 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', | 57 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
58 ['win'], bug=644740) | 58 ['win'], bug=644740) |
59 | 59 |
60 # Win / NVidia | 60 # Win / NVidia |
61 self.Flaky('deqp/functional/gles3/fbomultisample*', | 61 self.Flaky('deqp/functional/gles3/fbomultisample*', |
62 ['win', 'nvidia'], bug=631317) | 62 ['win', 'nvidia'], bug=631317) |
| 63 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 64 ['win', 'nvidia'], bug=672380) |
63 | 65 |
64 # Win / AMD | 66 # Win / AMD |
65 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', | 67 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', |
66 ['win', 'amd'], bug=483282) # owner:jmadill | 68 ['win', 'amd'], bug=483282) # owner:jmadill |
67 | 69 |
68 # Failing on old R5 230 configuration. | 70 # Failing on old R5 230 configuration. |
69 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 71 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
70 'texelfetchoffset.html', | 72 'texelfetchoffset.html', |
71 ['win', ('amd', 0x6779)], bug=483282) | 73 ['win', ('amd', 0x6779)], bug=483282) |
72 | 74 |
(...skipping 15 matching lines...) Expand all Loading... |
88 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) | 90 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) |
89 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) | 91 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) |
90 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) | 92 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) |
91 | 93 |
92 # Win / Intel | 94 # Win / Intel |
93 self.Fail('conformance2/glsl3/' + | 95 self.Fail('conformance2/glsl3/' + |
94 'texture-offset-uniform-texture-coordinate.html', | 96 'texture-offset-uniform-texture-coordinate.html', |
95 ['win', 'intel'], bug=662644) # WebGL 2.0.1 | 97 ['win', 'intel'], bug=662644) # WebGL 2.0.1 |
96 self.Fail('conformance2/glsl3/unary-minus-operator-in-dynamic-loop.html', | 98 self.Fail('conformance2/glsl3/unary-minus-operator-in-dynamic-loop.html', |
97 ['win', 'intel'], bug=662644) # WebGL 2.0.1 | 99 ['win', 'intel'], bug=662644) # WebGL 2.0.1 |
98 self.Fail('conformance2/rendering/clear-srgb-color-buffer.html', | |
99 ['win', 'intel'], bug=662644) # WebGL 2.0.1 | |
100 self.Skip('conformance2/textures/misc/copy-texture-image.html', | 100 self.Skip('conformance2/textures/misc/copy-texture-image.html', |
101 ['win', 'intel'], bug=617449) | 101 ['win', 'intel'], bug=617449) |
102 # Seems to cause the harness to fail immediately afterward | 102 # Seems to cause the harness to fail immediately afterward |
103 self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html', | 103 self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html', |
104 ['win', 'intel'], bug=648337) | 104 ['win', 'intel'], bug=648337) |
105 self.Flaky('deqp/functional/gles3/lifetime.html', | 105 self.Flaky('deqp/functional/gles3/lifetime.html', |
106 ['win', 'intel'], bug=620379) | 106 ['win', 'intel'], bug=620379) |
107 self.Skip('deqp/functional/gles3/texturespecification/' + | 107 self.Skip('deqp/functional/gles3/texturespecification/' + |
108 'teximage3d_depth_pbo.html', | 108 'teximage3d_depth_pbo.html', |
109 ['win', 'intel'], bug=617449) | 109 ['win', 'intel'], bug=617449) |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 ['mac', 'intel'], bug=665197) | 515 ['mac', 'intel'], bug=665197) |
516 | 516 |
517 self.Fail('conformance2/textures/misc/' + | 517 self.Fail('conformance2/textures/misc/' + |
518 'integer-cubemap-texture-sampling.html', | 518 'integer-cubemap-texture-sampling.html', |
519 ['mac', 'intel'], bug=658930) | 519 ['mac', 'intel'], bug=658930) |
520 | 520 |
521 # Fixed on OSX 10.11 | 521 # Fixed on OSX 10.11 |
522 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | 522 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', |
523 ['mac', 'intel'], bug=618464) | 523 ['mac', 'intel'], bug=618464) |
524 | 524 |
| 525 # Failed on OSX 10.10 and 10.11 |
| 526 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 527 ['mac', 'intel'], bug=672380) |
| 528 |
525 # Linux only. | 529 # Linux only. |
526 self.Flaky('conformance/textures/video/' + | 530 self.Flaky('conformance/textures/video/' + |
527 'tex-2d-rgba-rgba-unsigned_byte.html', | 531 'tex-2d-rgba-rgba-unsigned_byte.html', |
528 ['linux'], bug=627525) | 532 ['linux'], bug=627525) |
529 self.Flaky('conformance/textures/video/' + | 533 self.Flaky('conformance/textures/video/' + |
530 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 534 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
531 ['linux'], bug=627525) | 535 ['linux'], bug=627525) |
532 self.Flaky('conformance/textures/video/' + | 536 self.Flaky('conformance/textures/video/' + |
533 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 537 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
534 ['linux'], bug=627525) | 538 ['linux'], bug=627525) |
535 self.Flaky('conformance/textures/video/' + | 539 self.Flaky('conformance/textures/video/' + |
536 'tex-2d-rgb-rgb-unsigned_byte.html', | 540 'tex-2d-rgb-rgb-unsigned_byte.html', |
537 ['linux'], bug=627525) | 541 ['linux'], bug=627525) |
538 self.Flaky('conformance/textures/video/' + | 542 self.Flaky('conformance/textures/video/' + |
539 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 543 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
540 ['linux'], bug=627525) | 544 ['linux'], bug=627525) |
541 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', | 545 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', |
542 ['linux'], bug=483282) | 546 ['linux'], bug=483282) |
543 | 547 |
544 # Linux Multi-vendor failures. | 548 # Linux Multi-vendor failures. |
545 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 549 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
546 ['linux', 'amd', 'intel'], bug=483282) | 550 ['linux', 'amd', 'intel'], bug=483282) |
547 self.Flaky('deqp/functional/gles3/texturespecification/' + | 551 self.Flaky('deqp/functional/gles3/texturespecification/' + |
548 'random_teximage2d_2d.html', | 552 'random_teximage2d_2d.html', |
549 ['linux', 'amd', 'intel'], bug=618447) | 553 ['linux', 'amd', 'intel'], bug=618447) |
550 self.Fail('conformance2/rendering/clear-srgb-color-buffer.html', | |
551 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 | |
552 self.Fail('conformance2/rendering/clipping-wide-points.html', | 554 self.Fail('conformance2/rendering/clipping-wide-points.html', |
553 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 | 555 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 |
554 | 556 |
555 # Linux NVIDIA | 557 # Linux NVIDIA |
556 # This test is flaky both with and without ANGLE. | 558 # This test is flaky both with and without ANGLE. |
557 self.Flaky('deqp/functional/gles3/texturespecification/' + | 559 self.Flaky('deqp/functional/gles3/texturespecification/' + |
558 'random_teximage2d_2d.html', | 560 'random_teximage2d_2d.html', |
559 ['linux', 'nvidia'], bug=618447) | 561 ['linux', 'nvidia'], bug=618447) |
| 562 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 563 ['linux', 'nvidia'], bug=672380) |
560 | 564 |
561 # Linux Intel | 565 # Linux Intel |
562 self.Fail('conformance2/extensions/ext-color-buffer-float.html', | 566 self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
563 ['linux', 'intel'], bug=640389) | 567 ['linux', 'intel'], bug=640389) |
564 | 568 |
565 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 569 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
566 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 570 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
567 ['linux', 'intel'], bug=540543) # GPU timeout | 571 ['linux', 'intel'], bug=540543) # GPU timeout |
568 | 572 |
569 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 573 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 # self.Fail(page_name, | 860 # self.Fail(page_name, |
857 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 861 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
858 # self.Fail(page_name, | 862 # self.Fail(page_name, |
859 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 863 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
860 | 864 |
861 # Conflicts if between a generic os condition and a specific version | 865 # Conflicts if between a generic os condition and a specific version |
862 # self.Fail(page_name, | 866 # self.Fail(page_name, |
863 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 867 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
864 # self.Fail(page_name, | 868 # self.Fail(page_name, |
865 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 869 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |