| 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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 ['linux', 'intel', 'no_angle'], bug=664180) | 656 ['linux', 'intel', 'no_angle'], bug=664180) |
| 657 | 657 |
| 658 # Linux Intel with ANGLE only | 658 # Linux Intel with ANGLE only |
| 659 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | 659 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', |
| 660 ['linux', 'intel', 'opengl'], bug=598902) | 660 ['linux', 'intel', 'opengl'], bug=598902) |
| 661 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', | 661 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 662 ['linux', 'intel', 'opengl'], bug=680276) | 662 ['linux', 'intel', 'opengl'], bug=680276) |
| 663 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', | 663 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| 664 ['linux', 'intel', 'opengl'], bug=680276) | 664 ['linux', 'intel', 'opengl'], bug=680276) |
| 665 | 665 |
| 666 # Linux Intel HD 530 |
| 667 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html', |
| 668 ['linux', 'intel'], bug=680720) |
| 669 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', |
| 670 ['linux', 'intel'], bug=680720) |
| 671 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 672 ['linux', 'intel', 'no_angle'], bug=680720) |
| 673 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| 674 ['linux', 'intel', 'no_angle'], bug=680720) |
| 675 |
| 676 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', |
| 677 ['linux', 'intel'], bug=680720) |
| 678 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', |
| 679 ['linux', 'intel'], bug=680720) |
| 680 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', |
| 681 ['linux', 'intel'], bug=680720) |
| 682 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', |
| 683 ['linux', 'intel'], bug=680720) |
| 684 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', |
| 685 ['linux', 'intel'], bug=680720) |
| 686 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', |
| 687 ['linux', 'intel'], bug=680720) |
| 688 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', |
| 689 ['linux', 'intel'], bug=680720) |
| 690 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', |
| 691 ['linux', 'intel'], bug=680720) |
| 692 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', |
| 693 ['linux', 'intel'], bug=680720) |
| 694 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', |
| 695 ['linux', 'intel'], bug=680720) |
| 696 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 697 ['linux', 'intel'], bug=680720) |
| 698 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 699 ['linux', 'intel'], bug=680720) |
| 700 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', |
| 701 ['linux', 'intel'], bug=680720) |
| 702 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 703 ['linux', 'intel'], bug=680720) |
| 704 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', |
| 705 ['linux', 'intel'], bug=680720) |
| 706 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 707 'default_framebuffer_00.html', |
| 708 ['linux', 'intel'], bug=680720) |
| 709 |
| 666 # Linux AMD only. | 710 # Linux AMD only. |
| 667 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 711 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
| 668 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 712 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 669 ['linux', 'amd'], bug=483282) | 713 ['linux', 'amd'], bug=483282) |
| 670 self.Fail('deqp/functional/gles3/multisample.html', | 714 self.Fail('deqp/functional/gles3/multisample.html', |
| 671 ['linux', 'amd'], bug=617290) | 715 ['linux', 'amd'], bug=617290) |
| 672 self.Fail('deqp/data/gles3/shaders/conversions.html', | 716 self.Fail('deqp/data/gles3/shaders/conversions.html', |
| 673 ['linux', 'amd'], bug=483282) | 717 ['linux', 'amd'], bug=483282) |
| 674 self.Skip('deqp/data/gles3/shaders/arrays.html', | 718 self.Skip('deqp/data/gles3/shaders/arrays.html', |
| 675 ['linux', 'amd'], bug=483282) | 719 ['linux', 'amd'], bug=483282) |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 # self.Fail(page_name, | 974 # self.Fail(page_name, |
| 931 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 975 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 932 # self.Fail(page_name, | 976 # self.Fail(page_name, |
| 933 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 977 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 934 | 978 |
| 935 # Conflicts if between a generic os condition and a specific version | 979 # Conflicts if between a generic os condition and a specific version |
| 936 # self.Fail(page_name, | 980 # self.Fail(page_name, |
| 937 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 981 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 938 # self.Fail(page_name, | 982 # self.Fail(page_name, |
| 939 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 983 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |