| 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): | 9 def __init__(self, conformance_path, url_prefixes=None): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html', | 469 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html', |
| 470 ['mac', 'intel'], bug=606074) | 470 ['mac', 'intel'], bug=606074) |
| 471 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_07.html', | 471 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_07.html', |
| 472 ['mac', 'intel'], bug=606074) | 472 ['mac', 'intel'], bug=606074) |
| 473 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_08.html', | 473 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_08.html', |
| 474 ['mac', 'intel'], bug=606074) | 474 ['mac', 'intel'], bug=606074) |
| 475 | 475 |
| 476 self.Fail('deqp/functional/gles3/texturespecification/' + | 476 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 477 'random_teximage2d_2d.html', | 477 'random_teximage2d_2d.html', |
| 478 ['mac', 'intel'], bug=483282) | 478 ['mac', 'intel'], bug=483282) |
| 479 self.Fail('deqp/functional/gles3/texturespecification/' + | |
| 480 'teximage3d_pbo_params.html', | |
| 481 ['mac', 'intel'], bug=483282) | |
| 482 self.Fail('deqp/functional/gles3/texturespecification/' + | |
| 483 'texsubimage3d_pbo_params.html', | |
| 484 ['mac', 'intel'], bug=483282) | |
| 485 | 479 |
| 486 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 480 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 487 'texturelod.html', | 481 'texturelod.html', |
| 488 ['mac', 'intel'], bug=483282) | 482 ['mac', 'intel'], bug=483282) |
| 489 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 483 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 490 'texturegrad.html', | 484 'texturegrad.html', |
| 491 ['mac', 'intel'], bug=483282) | 485 ['mac', 'intel'], bug=483282) |
| 492 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 486 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 493 'textureprojgrad.html', | 487 'textureprojgrad.html', |
| 494 ['mac', 'intel'], bug=483282) | 488 ['mac', 'intel'], bug=483282) |
| 495 | 489 |
| 496 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 490 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
| 497 ['mac', 'intel'], bug=483282) | 491 ['mac', 'intel'], bug=483282) |
| 498 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 492 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
| 499 ['mac', 'intel'], bug=483282) | 493 ['mac', 'intel'], bug=483282) |
| 500 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 494 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
| 501 ['mac', 'intel'], bug=483282) | 495 ['mac', 'intel'], bug=483282) |
| 502 | 496 |
| 503 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | |
| 504 ['mac', 'intel'], bug=483282) | |
| 505 | |
| 506 # Linux only. | 497 # Linux only. |
| 507 self.Fail('conformance2/buffers/getBufferSubData.html', | 498 self.Fail('conformance2/buffers/getBufferSubData.html', |
| 508 ['linux'], bug=654201) | 499 ['linux'], bug=654201) |
| 509 | 500 |
| 510 self.Flaky('conformance/textures/video/' + | 501 self.Flaky('conformance/textures/video/' + |
| 511 'tex-2d-rgba-rgba-unsigned_byte.html', | 502 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 512 ['linux'], bug=627525) | 503 ['linux'], bug=627525) |
| 513 self.Flaky('conformance/textures/video/' + | 504 self.Flaky('conformance/textures/video/' + |
| 514 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 505 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 515 ['linux'], bug=627525) | 506 ['linux'], bug=627525) |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 # self.Fail(page_name, | 879 # self.Fail(page_name, |
| 889 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 880 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 890 # self.Fail(page_name, | 881 # self.Fail(page_name, |
| 891 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 882 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 892 | 883 |
| 893 # Conflicts if between a generic os condition and a specific version | 884 # Conflicts if between a generic os condition and a specific version |
| 894 # self.Fail(page_name, | 885 # self.Fail(page_name, |
| 895 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 886 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 896 # self.Fail(page_name, | 887 # self.Fail(page_name, |
| 897 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 888 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |