| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 self.Skip('deqp/functional/gles3/floatstatequery.html', | 313 self.Skip('deqp/functional/gles3/floatstatequery.html', |
| 314 ['mac'], bug=483282) | 314 ['mac'], bug=483282) |
| 315 self.Skip('deqp/functional/gles3/texturestatequery.html', | 315 self.Skip('deqp/functional/gles3/texturestatequery.html', |
| 316 ['mac'], bug=483282) | 316 ['mac'], bug=483282) |
| 317 self.Skip('deqp/functional/gles3/vertexarrayobject.html', | 317 self.Skip('deqp/functional/gles3/vertexarrayobject.html', |
| 318 ['mac'], bug=483282) | 318 ['mac'], bug=483282) |
| 319 self.Skip('deqp/functional/gles3/shaderswitch.html', | 319 self.Skip('deqp/functional/gles3/shaderswitch.html', |
| 320 ['mavericks'], bug=483282) | 320 ['mavericks'], bug=483282) |
| 321 self.Fail('deqp/functional/gles3/rbostatequery.html', | 321 self.Fail('deqp/functional/gles3/rbostatequery.html', |
| 322 ['mac'], bug=569808) | 322 ['mac'], bug=569808) |
| 323 self.Fail('deqp/functional/gles3/fbostatequery.html', | |
| 324 ['mac'], bug=483282) | |
| 325 self.Fail('deqp/functional/gles3/negativeshaderapi.html', | 323 self.Fail('deqp/functional/gles3/negativeshaderapi.html', |
| 326 ['mac'], bug=483282) | 324 ['mac'], bug=483282) |
| 327 self.Fail('conformance2/buffers/buffer-overflow-test.html', | 325 self.Fail('conformance2/buffers/buffer-overflow-test.html', |
| 328 ['mac'], bug=483282) | 326 ['mac'], bug=483282) |
| 329 self.Fail('conformance2/buffers/buffer-type-restrictions.html', | 327 self.Fail('conformance2/buffers/buffer-type-restrictions.html', |
| 330 ['mac'], bug=483282) | 328 ['mac'], bug=483282) |
| 331 self.Fail('conformance2/misc/uninitialized-test-2.html', | |
| 332 ['mac'], bug=483282) | |
| 333 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', | 329 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', |
| 334 ['mac'], bug=483282) | 330 ['mac'], bug=483282) |
| 335 self.Fail('conformance2/renderbuffers/' + | 331 self.Fail('conformance2/renderbuffers/' + |
| 336 'multisampled-renderbuffer-initialization.html', | 332 'multisampled-renderbuffer-initialization.html', |
| 337 ['mac'], bug=483282) | 333 ['mac'], bug=483282) |
| 338 self.Fail('conformance2/textures/misc/compressed-tex-image.html', | 334 self.Fail('conformance2/textures/misc/compressed-tex-image.html', |
| 339 ['mac'], bug=565438) | 335 ['mac'], bug=565438) |
| 340 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', | 336 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', |
| 341 ['mac'], bug=483282) | 337 ['mac'], bug=483282) |
| 338 self.Fail('conformance2/textures/misc/tex-new-formats.html', |
| 339 ['mac'], bug=483282) |
| 342 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', | 340 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', |
| 343 ['mac'], bug=295792) | 341 ['mac'], bug=295792) |
| 344 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', | 342 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', |
| 345 ['mac'], bug=483282) | 343 ['mac'], bug=483282) |
| 346 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | 344 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| 347 ['mac'], bug=483282) | 345 ['mac'], bug=483282) |
| 348 self.Fail('conformance2/renderbuffers/readbuffer.html', | 346 self.Fail('conformance2/renderbuffers/readbuffer.html', |
| 349 ['mac'], bug=570453) | 347 ['mac'], bug=570453) |
| 350 self.Fail('conformance2/textures/misc/tex-storage-and-subimage-3d.html', | |
| 351 ['mac'], bug=483282) | |
| 352 self.Fail('conformance2/state/gl-object-get-calls.html', | 348 self.Fail('conformance2/state/gl-object-get-calls.html', |
| 353 ['mac'], bug=483282) | 349 ['mac'], bug=483282) |
| 354 | 350 |
| 355 # Mac Retina NVIDIA | 351 # Mac Retina NVIDIA |
| 356 self.Fail('conformance2/rendering/draw-buffers.html', | 352 self.Fail('conformance2/rendering/draw-buffers.html', |
| 357 ['mac', ('nvidia', 0xfe9)], bug=483282) | 353 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 358 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 354 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
| 359 ['mac', ('nvidia', 0xfe9)], bug=483282) | 355 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 360 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 356 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
| 361 ['mac', ('nvidia', 0xfe9)], bug=483282) | 357 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 # self.Fail(page_name, | 481 # self.Fail(page_name, |
| 486 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 482 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 487 # self.Fail(page_name, | 483 # self.Fail(page_name, |
| 488 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 484 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 489 | 485 |
| 490 # Conflicts if between a generic os condition and a specific version | 486 # Conflicts if between a generic os condition and a specific version |
| 491 # self.Fail(page_name, | 487 # self.Fail(page_name, |
| 492 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 488 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 493 # self.Fail(page_name, | 489 # self.Fail(page_name, |
| 494 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 490 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |