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, is_asan=False): | 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): |
10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 'default_framebuffer_00.html', | 810 'default_framebuffer_00.html', |
811 ['linux', 'intel'], bug=680720) | 811 ['linux', 'intel'], bug=680720) |
812 self.Fail('conformance2/glsl3/' + | 812 self.Fail('conformance2/glsl3/' + |
813 'vector-dynamic-indexing-swizzled-lvalue.html', | 813 'vector-dynamic-indexing-swizzled-lvalue.html', |
814 ['linux', 'intel'], bug=709874) | 814 ['linux', 'intel'], bug=709874) |
815 | 815 |
816 # Linux AMD only. | 816 # Linux AMD only. |
817 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 817 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
818 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 818 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
819 ['linux', 'amd'], bug=483282) | 819 ['linux', 'amd'], bug=483282) |
| 820 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', |
| 821 ['linux', 'amd'], bug=709351) |
820 self.Fail('deqp/functional/gles3/multisample.html', | 822 self.Fail('deqp/functional/gles3/multisample.html', |
821 ['linux', 'amd'], bug=617290) | 823 ['linux', 'amd'], bug=617290) |
822 self.Fail('deqp/data/gles3/shaders/conversions.html', | 824 self.Fail('deqp/data/gles3/shaders/conversions.html', |
823 ['linux', 'amd'], bug=483282) | 825 ['linux', 'amd'], bug=483282) |
824 self.Skip('deqp/data/gles3/shaders/arrays.html', | 826 self.Skip('deqp/data/gles3/shaders/arrays.html', |
825 ['linux', 'amd'], bug=483282) | 827 ['linux', 'amd'], bug=483282) |
826 self.Fail('deqp/functional/gles3/internalformatquery.html', | 828 self.Fail('deqp/functional/gles3/internalformatquery.html', |
827 ['linux', 'amd'], bug=483282) | 829 ['linux', 'amd'], bug=483282) |
828 self.Fail('deqp/functional/gles3/texturestatequery.html', | 830 self.Fail('deqp/functional/gles3/texturestatequery.html', |
829 ['linux', 'amd'], bug=483282) | 831 ['linux', 'amd'], bug=483282) |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 ['linux', ('amd', 0x6613)], bug=701138) | 1037 ['linux', ('amd', 0x6613)], bug=701138) |
1036 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1038 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
1037 'tex-2d-rgba32f-rgba-float.html', | 1039 'tex-2d-rgba32f-rgba-float.html', |
1038 ['linux', ('amd', 0x6613)], bug=701138) | 1040 ['linux', ('amd', 0x6613)], bug=701138) |
1039 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1041 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
1040 'tex-2d-rgba4-rgba-unsigned_byte.html', | 1042 'tex-2d-rgba4-rgba-unsigned_byte.html', |
1041 ['linux', ('amd', 0x6613)], bug=701138) | 1043 ['linux', ('amd', 0x6613)], bug=701138) |
1042 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1044 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
1043 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | 1045 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', |
1044 ['linux', ('amd', 0x6613)], bug=701138) | 1046 ['linux', ('amd', 0x6613)], bug=701138) |
1045 self.Fail('conformance2/glsl3/' + | |
1046 'vector-dynamic-indexing-swizzled-lvalue.html', | |
1047 ['linux', ('amd', 0x6613)], bug=709874) | |
1048 | 1047 |
1049 # Conflicting expectations to test that the | 1048 # Conflicting expectations to test that the |
1050 # "Expectations have no collisions" unittest works. | 1049 # "Expectations have no collisions" unittest works. |
1051 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' | 1050 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' |
1052 | 1051 |
1053 # Conflict when all conditions match | 1052 # Conflict when all conditions match |
1054 # self.Fail(page_name, | 1053 # self.Fail(page_name, |
1055 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1054 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
1056 # self.Fail(page_name, | 1055 # self.Fail(page_name, |
1057 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1056 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 # self.Fail(page_name, | 1102 # self.Fail(page_name, |
1104 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1103 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
1105 # self.Fail(page_name, | 1104 # self.Fail(page_name, |
1106 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1105 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
1107 | 1106 |
1108 # Conflicts if between a generic os condition and a specific version | 1107 # Conflicts if between a generic os condition and a specific version |
1109 # self.Fail(page_name, | 1108 # self.Fail(page_name, |
1110 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1109 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
1111 # self.Fail(page_name, | 1110 # self.Fail(page_name, |
1112 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1111 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |