| 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 ['linux', ('amd', 0x6613)], bug=710392) | 1082 ['linux', ('amd', 0x6613)], bug=710392) |
| 1083 self.Fail('conformance2/textures/webgl_canvas/' + | 1083 self.Fail('conformance2/textures/webgl_canvas/' + |
| 1084 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', | 1084 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', |
| 1085 ['linux', ('amd', 0x6613)], bug=710392) | 1085 ['linux', ('amd', 0x6613)], bug=710392) |
| 1086 self.Fail('conformance2/textures/webgl_canvas/' + | 1086 self.Fail('conformance2/textures/webgl_canvas/' + |
| 1087 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', | 1087 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', |
| 1088 ['linux', ('amd', 0x6613)], bug=710392) | 1088 ['linux', ('amd', 0x6613)], bug=710392) |
| 1089 self.Fail('conformance2/textures/webgl_canvas/' + | 1089 self.Fail('conformance2/textures/webgl_canvas/' + |
| 1090 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', | 1090 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', |
| 1091 ['linux', ('amd', 0x6613)], bug=710392) | 1091 ['linux', ('amd', 0x6613)], bug=710392) |
| 1092 | |
| 1093 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1092 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 1094 'tex-2d-rgba16f-rgba-float.html', | 1093 'tex-2d-rgba16f-rgba-float.html', |
| 1095 ['linux', ('amd', 0x6613)], bug=701138) | 1094 ['linux', ('amd', 0x6613)], bug=701138) |
| 1096 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1095 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 1097 'tex-2d-rgba16f-rgba-half_float.html', | 1096 'tex-2d-rgba16f-rgba-half_float.html', |
| 1098 ['linux', ('amd', 0x6613)], bug=701138) | 1097 ['linux', ('amd', 0x6613)], bug=701138) |
| 1099 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1098 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 1100 'tex-2d-rgba32f-rgba-float.html', | 1099 'tex-2d-rgba32f-rgba-float.html', |
| 1101 ['linux', ('amd', 0x6613)], bug=701138) | 1100 ['linux', ('amd', 0x6613)], bug=701138) |
| 1102 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1101 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 1103 'tex-2d-rgba4-rgba-unsigned_byte.html', | 1102 'tex-2d-rgba4-rgba-unsigned_byte.html', |
| 1104 ['linux', ('amd', 0x6613)], bug=701138) | 1103 ['linux', ('amd', 0x6613)], bug=701138) |
| 1105 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 1104 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 1106 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | 1105 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', |
| 1107 ['linux', ('amd', 0x6613)], bug=701138) | 1106 ['linux', ('amd', 0x6613)], bug=701138) |
| 1107 self.Fail('conformance2/textures/image_data/' + |
| 1108 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 1109 ['linux', ('amd', 0x6613)], bug=725556) |
| 1108 | 1110 |
| 1109 # Conflicting expectations to test that the | 1111 # Conflicting expectations to test that the |
| 1110 # "Expectations have no collisions" unittest works. | 1112 # "Expectations have no collisions" unittest works. |
| 1111 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' | 1113 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' |
| 1112 | 1114 |
| 1113 # Conflict when all conditions match | 1115 # Conflict when all conditions match |
| 1114 # self.Fail(page_name, | 1116 # self.Fail(page_name, |
| 1115 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1117 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1116 # self.Fail(page_name, | 1118 # self.Fail(page_name, |
| 1117 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1119 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 # self.Fail(page_name, | 1165 # self.Fail(page_name, |
| 1164 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1166 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1165 # self.Fail(page_name, | 1167 # self.Fail(page_name, |
| 1166 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1168 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1167 | 1169 |
| 1168 # Conflicts if between a generic os condition and a specific version | 1170 # Conflicts if between a generic os condition and a specific version |
| 1169 # self.Fail(page_name, | 1171 # self.Fail(page_name, |
| 1170 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1172 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1171 # self.Fail(page_name, | 1173 # self.Fail(page_name, |
| 1172 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1174 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |