| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', | 121 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', |
| 122 ['win'], bug=1266) # angle bug ID | 122 ['win'], bug=1266) # angle bug ID |
| 123 self.Fail('conformance2/state/gl-object-get-calls.html', | 123 self.Fail('conformance2/state/gl-object-get-calls.html', |
| 124 ['win'], bug=483282) | 124 ['win'], bug=483282) |
| 125 | 125 |
| 126 # Windows 8 only. | 126 # Windows 8 only. |
| 127 | 127 |
| 128 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', | 128 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', |
| 129 ['win8'], bug=483282) | 129 ['win8'], bug=483282) |
| 130 | 130 |
| 131 self.Fail('conformance2/textures/image_data/' + | |
| 132 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 133 ['win8'], bug=616176) | |
| 134 self.Fail('conformance2/textures/image/' + | |
| 135 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 136 ['win8'], bug=616176) | |
| 137 self.Fail('conformance2/textures/svg_image/' + | |
| 138 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 139 ['win8'], bug=616176) | |
| 140 self.Fail('conformance2/textures/canvas/' + | |
| 141 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 142 ['win8'], bug=616176) | |
| 143 self.Fail('conformance2/textures/webgl_canvas/' + | |
| 144 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 145 ['win8'], bug=616176) | |
| 146 self.Fail('conformance2/textures/video/' + | |
| 147 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 148 ['win8'], bug=616176) | |
| 149 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + | |
| 150 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 151 ['win8'], bug=616176) | |
| 152 self.Fail('conformance2/textures/image_bitmap_from_image/' + | |
| 153 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 154 ['win8'], bug=616176) | |
| 155 self.Fail('conformance2/textures/image_bitmap_from_video/' + | |
| 156 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 157 ['win8'], bug=616176) | |
| 158 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | |
| 159 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 160 ['win8'], bug=616176) | |
| 161 self.Fail('conformance2/textures/image_bitmap_from_blob/' + | |
| 162 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 163 ['win8'], bug=616176) | |
| 164 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | |
| 165 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 166 ['win8'], bug=616176) | |
| 167 | |
| 168 self.Fail('conformance2/textures/video/' + | |
| 169 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 170 ['win8'], bug=616176) | |
| 171 self.Fail('conformance2/textures/image_data/' + | |
| 172 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 173 ['win8'], bug=616176) | |
| 174 self.Fail('conformance2/textures/image/' + | |
| 175 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 176 ['win8'], bug=616176) | |
| 177 self.Fail('conformance2/textures/svg_image/' + | |
| 178 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 179 ['win8'], bug=616176) | |
| 180 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + | |
| 181 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 182 ['win8'], bug=616176) | |
| 183 self.Fail('conformance2/textures/image_bitmap_from_image/' + | |
| 184 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 185 ['win8'], bug=616176) | |
| 186 self.Fail('conformance2/textures/image_bitmap_from_video/' + | |
| 187 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 188 ['win8'], bug=616176) | |
| 189 self.Fail('conformance2/textures/canvas/' + | |
| 190 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 191 ['win8'], bug=616176) | |
| 192 self.Fail('conformance2/textures/webgl_canvas/' + | |
| 193 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 194 ['win8'], bug=616176) | |
| 195 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | |
| 196 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 197 ['win8'], bug=616176) | |
| 198 self.Fail('conformance2/textures/image_bitmap_from_blob/' + | |
| 199 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 200 ['win8'], bug=616176) | |
| 201 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | |
| 202 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', | |
| 203 ['win8'], bug=616176) | |
| 204 | |
| 205 # Windows Debug. Causing assertions in the GPU process which raise | 131 # Windows Debug. Causing assertions in the GPU process which raise |
| 206 # a dialog box, so have to skip them rather than mark them as | 132 # a dialog box, so have to skip them rather than mark them as |
| 207 # failing. | 133 # failing. |
| 208 self.Skip('conformance2/textures/canvas/' + | 134 self.Skip('conformance2/textures/canvas/' + |
| 209 'tex-2d-rgba8-rgba-unsigned_byte.html', | 135 'tex-2d-rgba8-rgba-unsigned_byte.html', |
| 210 ['win', 'debug'], bug=542901) | 136 ['win', 'debug'], bug=542901) |
| 211 | 137 |
| 212 # Win / NVidia | 138 # Win / NVidia |
| 213 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', | 139 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', |
| 214 ['win', 'nvidia'], bug=614573) | 140 ['win', 'nvidia'], bug=614573) |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 # self.Fail(page_name, | 677 # self.Fail(page_name, |
| 752 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 678 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 753 # self.Fail(page_name, | 679 # self.Fail(page_name, |
| 754 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 680 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 755 | 681 |
| 756 # Conflicts if between a generic os condition and a specific version | 682 # Conflicts if between a generic os condition and a specific version |
| 757 # self.Fail(page_name, | 683 # self.Fail(page_name, |
| 758 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 684 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 759 # self.Fail(page_name, | 685 # self.Fail(page_name, |
| 760 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 686 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |