| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', | 423 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', |
| 424 ['mac', ('amd', 0x679e)], bug=636648) | 424 ['mac', ('amd', 0x679e)], bug=636648) |
| 425 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', | 425 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', |
| 426 ['mac', ('amd', 0x679e)], bug=659871) | 426 ['mac', ('amd', 0x679e)], bug=659871) |
| 427 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | 427 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', |
| 428 ['mac', ('amd', 0x679e)], bug=618464) | 428 ['mac', ('amd', 0x679e)], bug=618464) |
| 429 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', | 429 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', |
| 430 ['mac', ('amd', 0x679e)], bug=483282) | 430 ['mac', ('amd', 0x679e)], bug=483282) |
| 431 | 431 |
| 432 # Mac Intel | 432 # Mac Intel |
| 433 |
| 434 self.Fail( |
| 435 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', |
| 436 ['sierra', 'intel'], bug=663188) |
| 437 self.Fail( |
| 438 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html', |
| 439 ['sierra', 'intel'], bug=663188) |
| 440 self.Fail( |
| 441 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', |
| 442 ['sierra', 'intel'], bug=663188) |
| 443 self.Fail( |
| 444 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html', |
| 445 ['sierra', 'intel'], bug=663188) |
| 446 self.Fail( |
| 447 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float.html', |
| 448 ['sierra', 'intel'], bug=663188) |
| 449 self.Fail( |
| 450 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html', |
| 451 ['sierra', 'intel'], bug=663188) |
| 452 self.Fail( |
| 453 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html', |
| 454 ['sierra', 'intel'], bug=663188) |
| 455 self.Fail( |
| 456 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html', |
| 457 ['sierra', 'intel'], bug=663188) |
| 458 |
| 433 self.Fail('deqp/functional/gles3/fbomultisample*', | 459 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 434 ['mac', 'intel'], bug=641209) | 460 ['mac', 'intel'], bug=641209) |
| 435 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', | 461 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', |
| 436 ['mac', 'intel'], bug=606074) | 462 ['mac', 'intel'], bug=606074) |
| 437 self.Fail('deqp/functional/gles3/texturefiltering/' + | 463 self.Fail('deqp/functional/gles3/texturefiltering/' + |
| 438 'cube_combinations_01.html', | 464 'cube_combinations_01.html', |
| 439 ['mac', 'intel'], bug=606074) | 465 ['mac', 'intel'], bug=606074) |
| 440 self.Fail('deqp/functional/gles3/texturefiltering/' + | 466 self.Fail('deqp/functional/gles3/texturefiltering/' + |
| 441 '2d_array_combinations_01.html', | 467 '2d_array_combinations_01.html', |
| 442 ['mac', 'intel'], bug=606074) | 468 ['mac', 'intel'], bug=606074) |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 # self.Fail(page_name, | 884 # self.Fail(page_name, |
| 859 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 885 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 860 # self.Fail(page_name, | 886 # self.Fail(page_name, |
| 861 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 887 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 862 | 888 |
| 863 # Conflicts if between a generic os condition and a specific version | 889 # Conflicts if between a generic os condition and a specific version |
| 864 # self.Fail(page_name, | 890 # self.Fail(page_name, |
| 865 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 891 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 866 # self.Fail(page_name, | 892 # self.Fail(page_name, |
| 867 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 893 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |