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): | 9 def __init__(self, conformance_path): |
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) | 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 ['linux', 'nvidia', 'opengl'], bug=483282) | 568 ['linux', 'nvidia', 'opengl'], bug=483282) |
569 | 569 |
570 # Linux Intel | 570 # Linux Intel |
571 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html', | 571 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html', |
572 ['linux', 'intel'], bug=618408) | 572 ['linux', 'intel'], bug=618408) |
573 | 573 |
574 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 574 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
575 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 575 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
576 ['linux', 'intel'], bug=540543) # GPU timeout | 576 ['linux', 'intel'], bug=540543) # GPU timeout |
577 | 577 |
| 578 self.Fail('deqp/data/gles3/shaders/linkage.html', |
| 579 ['linux', 'intel'], bug=483282) |
| 580 |
578 # The Mesa Intel driver has a scoping bug, see | 581 # The Mesa Intel driver has a scoping bug, see |
579 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 | 582 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 |
580 # It has been fixed in Mesa 12.0 | 583 # It has been fixed in Mesa 12.0 |
581 self.Fail('deqp/data/gles3/shaders/scoping.html', | 584 self.Fail('deqp/data/gles3/shaders/scoping.html', |
582 ['linux', 'intel'], bug=610800) | 585 ['linux', 'intel'], bug=610800) |
583 | 586 |
584 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see | 587 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see |
585 # https://patchwork.freedesktop.org/patch/76903 | 588 # https://patchwork.freedesktop.org/patch/76903 |
586 # So these tests fail on core profile. | 589 # So these tests fail on core profile. |
587 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | 590 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 831 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
829 ['linux', 'amd'], bug=483282) | 832 ['linux', 'amd'], bug=483282) |
830 | 833 |
831 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_01.html', | 834 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_01.html', |
832 ['linux', 'amd'], bug=483282) | 835 ['linux', 'amd'], bug=483282) |
833 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_02.html', | 836 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_02.html', |
834 ['linux', 'amd'], bug=483282) | 837 ['linux', 'amd'], bug=483282) |
835 | 838 |
836 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', | 839 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', |
837 ['linux', 'amd'], bug=483282) | 840 ['linux', 'amd'], bug=483282) |
| 841 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', |
| 842 ['linux', 'amd', 'no_angle'], bug=483282) |
| 843 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 844 ['linux', 'amd', 'no_angle'], bug=483282) |
838 | 845 |
839 # Conflicting expectations to test that the | 846 # Conflicting expectations to test that the |
840 # "Expectations Have No collisions" unittest works. | 847 # "Expectations Have No collisions" unittest works. |
841 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' | 848 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' |
842 | 849 |
843 # Conflict when all conditions match | 850 # Conflict when all conditions match |
844 # self.Fail(page_name, | 851 # self.Fail(page_name, |
845 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 852 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
846 # self.Fail(page_name, | 853 # self.Fail(page_name, |
847 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 854 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 # self.Fail(page_name, | 900 # self.Fail(page_name, |
894 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 901 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
895 # self.Fail(page_name, | 902 # self.Fail(page_name, |
896 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 903 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
897 | 904 |
898 # Conflicts if between a generic os condition and a specific version | 905 # Conflicts if between a generic os condition and a specific version |
899 # self.Fail(page_name, | 906 # self.Fail(page_name, |
900 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 907 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
901 # self.Fail(page_name, | 908 # self.Fail(page_name, |
902 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 909 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |