| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'angle_and_trigonometry_02.html', | 392 'angle_and_trigonometry_02.html', |
| 393 ['mac', 'amd'], bug=483282) | 393 ['mac', 'amd'], bug=483282) |
| 394 self.Fail('deqp/functional/gles3/shaderoperator/' + | 394 self.Fail('deqp/functional/gles3/shaderoperator/' + |
| 395 'angle_and_trigonometry_03.html', | 395 'angle_and_trigonometry_03.html', |
| 396 ['mac', 'amd'], bug=483282) | 396 ['mac', 'amd'], bug=483282) |
| 397 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', | 397 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', |
| 398 ['mac', 'amd'], bug=483282) | 398 ['mac', 'amd'], bug=483282) |
| 399 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', | 399 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', |
| 400 ['mac', 'amd'], bug=483282) | 400 ['mac', 'amd'], bug=483282) |
| 401 | 401 |
| 402 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', |
| 403 ['mac', 'amd'], bug=644360) |
| 404 self.Flaky('conformance2/textures/misc/tex-mipmap-levels.html', |
| 405 ['mac', 'amd'], bug=644360) |
| 406 |
| 402 # Mac Pro with AMD GPU | 407 # Mac Pro with AMD GPU |
| 403 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', | 408 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', |
| 404 ['mac', ('amd', 0x679e)], bug=636648) | 409 ['mac', ('amd', 0x679e)], bug=636648) |
| 405 | 410 |
| 406 # Mac Intel | 411 # Mac Intel |
| 407 self.Fail('deqp/functional/gles3/shaderpackingfunction.html', | 412 self.Fail('deqp/functional/gles3/shaderpackingfunction.html', |
| 408 ['mac', 'intel'], bug=619264) | 413 ['mac', 'intel'], bug=619264) |
| 409 | 414 |
| 410 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', | 415 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', |
| 411 ['mac', 'intel'], bug=606074) | 416 ['mac', 'intel'], bug=606074) |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 ['linux', 'opengl'], bug=483282) | 505 ['linux', 'opengl'], bug=483282) |
| 501 self.Fail('conformance/textures/webgl_canvas/' + | 506 self.Fail('conformance/textures/webgl_canvas/' + |
| 502 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 507 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 503 ['linux', 'opengl'], bug=483282) | 508 ['linux', 'opengl'], bug=483282) |
| 504 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 509 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 505 ['linux', 'opengl'], bug=483282) | 510 ['linux', 'opengl'], bug=483282) |
| 506 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', | 511 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', |
| 507 ['linux', 'opengl'], bug=483282) | 512 ['linux', 'opengl'], bug=483282) |
| 508 | 513 |
| 509 # Linux NVIDIA only. | 514 # Linux NVIDIA only. |
| 510 self.Flaky('conformance2/misc/getextension-while-pbo-bound-stability.html', | 515 self.Fail('conformance2/misc/getextension-while-pbo-bound-stability.html', |
| 511 ['linux', 'nvidia'], bug=483282) | 516 ['linux', 'nvidia'], bug=641643) |
| 512 | 517 |
| 513 # Linux NVIDIA with ANGLE only | 518 # Linux NVIDIA with ANGLE only |
| 514 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 519 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 515 ['linux', 'nvidia', 'opengl'], bug=483282) | 520 ['linux', 'nvidia', 'opengl'], bug=483282) |
| 516 self.Fail('deqp/functional/gles3/buffercopy.html', | 521 self.Fail('deqp/functional/gles3/buffercopy.html', |
| 517 ['linux', 'nvidia', 'opengl'], bug=483282) | 522 ['linux', 'nvidia', 'opengl'], bug=483282) |
| 518 self.Fail('deqp/functional/gles3/bufferobjectquery.html', | 523 self.Fail('deqp/functional/gles3/bufferobjectquery.html', |
| 519 ['linux', 'nvidia', 'opengl'], bug=483282) | 524 ['linux', 'nvidia', 'opengl'], bug=483282) |
| 520 self.Fail('conformance2/transform_feedback/transform_feedback.html', | 525 self.Fail('conformance2/transform_feedback/transform_feedback.html', |
| 521 ['linux', 'nvidia', 'opengl'], bug=483282) | 526 ['linux', 'nvidia', 'opengl'], bug=483282) |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 # self.Fail(page_name, | 877 # self.Fail(page_name, |
| 873 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 878 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 874 # self.Fail(page_name, | 879 # self.Fail(page_name, |
| 875 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 880 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 876 | 881 |
| 877 # Conflicts if between a generic os condition and a specific version | 882 # Conflicts if between a generic os condition and a specific version |
| 878 # self.Fail(page_name, | 883 # self.Fail(page_name, |
| 879 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 884 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 880 # self.Fail(page_name, | 885 # self.Fail(page_name, |
| 881 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 886 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |