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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', | 214 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', |
215 ['mac'], bug=483282) | 215 ['mac'], bug=483282) |
216 self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html', | 216 self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html', |
217 ['mac'], bug=564020) | 217 ['mac'], bug=564020) |
218 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | 218 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
219 ['mac'], bug=483282) | 219 ['mac'], bug=483282) |
220 self.Fail('conformance2/textures/misc/compressed-tex-image.html', | 220 self.Fail('conformance2/textures/misc/compressed-tex-image.html', |
221 ['mac'], bug=565438) | 221 ['mac'], bug=565438) |
222 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', | 222 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', |
223 ['mac'], bug=483282) | 223 ['mac'], bug=483282) |
224 | |
225 # Mac 10.9 only. | |
226 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 224 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
227 ['mavericks'], bug=483282) | 225 ['mac'], bug=483282) |
228 | 226 |
229 # Linux only. | 227 # Linux only. |
230 self.Skip('deqp/functional/gles3/shaderswitch.html', | 228 self.Skip('deqp/functional/gles3/shaderswitch.html', |
231 ['linux'], bug=483282) | 229 ['linux'], bug=483282) |
232 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', | 230 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', |
233 ['linux'], bug=483282) | 231 ['linux'], bug=483282) |
234 self.Fail('conformance2/rendering/draw-buffers.html', | 232 self.Fail('conformance2/rendering/draw-buffers.html', |
235 ['linux'], bug=483282) | 233 ['linux'], bug=483282) |
236 self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html', | 234 self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html', |
237 ['linux'], bug=564020) | 235 ['linux'], bug=564020) |
238 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', | 236 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', |
239 ['linux'], bug=483282) | 237 ['linux'], bug=483282) |
| 238 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
| 239 ['linux'], bug=483282) |
240 | 240 |
241 # Linux NVIDIA only. | 241 # Linux NVIDIA only. |
242 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', | 242 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', |
243 ['linux', 'nvidia'], bug=483282) | 243 ['linux', 'nvidia'], bug=483282) |
244 | 244 |
245 # Linux AMD only. | 245 # Linux AMD only. |
246 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 246 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
247 self.Skip('deqp/data/gles3/shaders/arrays.html', | 247 self.Skip('deqp/data/gles3/shaders/arrays.html', |
248 ['linux', 'amd'], bug=483282) | 248 ['linux', 'amd'], bug=483282) |
249 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 249 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
250 ['linux', 'amd'], bug=483282) | 250 ['linux', 'amd'], bug=483282) |
251 self.Skip('deqp/functional/gles3/texturestatequery.html', | 251 self.Skip('deqp/functional/gles3/texturestatequery.html', |
252 ['linux', 'amd'], bug=483282) | 252 ['linux', 'amd'], bug=483282) |
253 self.Fail('conformance2/buffers/buffer-type-restrictions.html', | 253 self.Fail('conformance2/buffers/buffer-type-restrictions.html', |
254 ['linux', 'amd'], bug=483282) | 254 ['linux', 'amd'], bug=483282) |
255 self.Fail('conformance2/buffers/buffer-overflow-test.html', | 255 self.Fail('conformance2/buffers/buffer-overflow-test.html', |
256 ['linux', 'amd'], bug=483282) | 256 ['linux', 'amd'], bug=483282) |
257 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', | 257 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', |
258 ['linux', 'amd'], bug=295792) | 258 ['linux', 'amd'], bug=295792) |
259 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | |
260 ['linux', 'amd'], bug=483282) | |
261 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', | 259 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', |
262 ['linux', 'amd'], bug=295792) | 260 ['linux', 'amd'], bug=295792) |
263 | 261 |
264 # Conflicting expectations to test that the | 262 # Conflicting expectations to test that the |
265 # "Expectations Have No collisions" unittest works. | 263 # "Expectations Have No collisions" unittest works. |
266 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' | 264 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' |
267 | 265 |
268 # Conflict when all conditions match | 266 # Conflict when all conditions match |
269 # self.Fail(page_name, | 267 # self.Fail(page_name, |
270 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 268 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 # self.Fail(page_name, | 316 # self.Fail(page_name, |
319 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 317 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
320 # self.Fail(page_name, | 318 # self.Fail(page_name, |
321 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 319 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
322 | 320 |
323 # Conflicts if between a generic os condition and a specific version | 321 # Conflicts if between a generic os condition and a specific version |
324 # self.Fail(page_name, | 322 # self.Fail(page_name, |
325 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 323 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
326 # self.Fail(page_name, | 324 # self.Fail(page_name, |
327 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 325 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |