| 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 # Linux NVIDIA | 622 # Linux NVIDIA |
| 623 # This test is flaky both with and without ANGLE. | 623 # This test is flaky both with and without ANGLE. |
| 624 self.Flaky('deqp/functional/gles3/texturespecification/' + | 624 self.Flaky('deqp/functional/gles3/texturespecification/' + |
| 625 'random_teximage2d_2d.html', | 625 'random_teximage2d_2d.html', |
| 626 ['linux', 'nvidia'], bug=618447) | 626 ['linux', 'nvidia'], bug=618447) |
| 627 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 627 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 628 ['linux', 'nvidia'], bug=672380) | 628 ['linux', 'nvidia'], bug=672380) |
| 629 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | 629 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 630 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', | 630 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', |
| 631 ['linux', 'nvidia'], bug=679677) | 631 ['linux', 'nvidia'], bug=679677) |
| 632 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| 633 ['linux', 'nvidia', 'opengl'], bug=680278) |
| 634 self.Fail('conformance2/textures/image/' + |
| 635 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', |
| 636 ['linux', ('nvidia', 0xf02)], bug=680282) |
| 632 | 637 |
| 633 # Linux Intel | 638 # Linux Intel |
| 634 self.Fail('conformance2/extensions/ext-color-buffer-float.html', | 639 self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| 635 ['linux', 'intel'], bug=640389) | 640 ['linux', 'intel'], bug=640389) |
| 636 | 641 |
| 637 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 642 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
| 638 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 643 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
| 639 ['linux', 'intel'], bug=540543) # GPU timeout | 644 ['linux', 'intel'], bug=540543) # GPU timeout |
| 640 | 645 |
| 641 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 646 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
| 642 ['linux', 'intel'], bug=635528) | 647 ['linux', 'intel'], bug=635528) |
| 643 | 648 |
| 644 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 649 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
| 645 ['linux', 'intel'], bug=666384) | 650 ['linux', 'intel'], bug=666384) |
| 646 | 651 |
| 647 self.Fail('conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html', | 652 self.Fail('conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html', |
| 648 ['linux', 'intel'], bug=662644) # WebGL 2.0.1 | 653 ['linux', 'intel'], bug=662644) # WebGL 2.0.1 |
| 649 | 654 |
| 650 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', | 655 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', |
| 651 ['linux', 'intel'], bug=666384) | 656 ['linux', 'intel'], bug=666384) |
| 652 | 657 |
| 653 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5. | 658 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5. |
| 654 self.Fail('conformance2/misc/views-with-offsets.html', | 659 self.Fail('conformance2/misc/views-with-offsets.html', |
| 655 ['linux', 'intel', 'no_angle'], bug=664180) | 660 ['linux', 'intel', 'no_angle'], bug=664180) |
| 656 | 661 |
| 657 # Linux Intel with ANGLE only | 662 # Linux Intel with ANGLE only |
| 658 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | 663 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', |
| 659 ['linux', 'intel', 'opengl'], bug=598902) | 664 ['linux', 'intel', 'opengl'], bug=598902) |
| 665 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 666 ['linux', 'intel', 'opengl'], bug=680276) |
| 667 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| 668 ['linux', 'intel', 'opengl'], bug=680276) |
| 660 | 669 |
| 661 # Linux AMD only. | 670 # Linux AMD only. |
| 662 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 671 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
| 663 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 672 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 664 ['linux', 'amd'], bug=483282) | 673 ['linux', 'amd'], bug=483282) |
| 665 self.Fail('deqp/functional/gles3/multisample.html', | 674 self.Fail('deqp/functional/gles3/multisample.html', |
| 666 ['linux', 'amd'], bug=617290) | 675 ['linux', 'amd'], bug=617290) |
| 667 self.Fail('deqp/data/gles3/shaders/conversions.html', | 676 self.Fail('deqp/data/gles3/shaders/conversions.html', |
| 668 ['linux', 'amd'], bug=483282) | 677 ['linux', 'amd'], bug=483282) |
| 669 self.Skip('deqp/data/gles3/shaders/arrays.html', | 678 self.Skip('deqp/data/gles3/shaders/arrays.html', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 # self.Fail(page_name, | 934 # self.Fail(page_name, |
| 926 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 935 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 927 # self.Fail(page_name, | 936 # self.Fail(page_name, |
| 928 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 937 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 929 | 938 |
| 930 # Conflicts if between a generic os condition and a specific version | 939 # Conflicts if between a generic os condition and a specific version |
| 931 # self.Fail(page_name, | 940 # self.Fail(page_name, |
| 932 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 941 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 933 # self.Fail(page_name, | 942 # self.Fail(page_name, |
| 934 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 943 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |