| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 # Mark this test Flaky on all platforms but Intel Linux that is failing | 45 # Mark this test Flaky on all platforms but Intel Linux that is failing |
| 46 # reliably. | 46 # reliably. |
| 47 self.Flaky('conformance2/query/occlusion-query.html', | 47 self.Flaky('conformance2/query/occlusion-query.html', |
| 48 ['win', 'mac'], bug=603168) | 48 ['win', 'mac'], bug=603168) |
| 49 self.Flaky('conformance2/query/occlusion-query.html', | 49 self.Flaky('conformance2/query/occlusion-query.html', |
| 50 ['linux', 'nvidia', 'amd'], bug=603168) | 50 ['linux', 'nvidia', 'amd'], bug=603168) |
| 51 | 51 |
| 52 self.Fail('conformance2/rendering/attrib-type-match.html', bug=627193) | 52 self.Fail('conformance2/rendering/attrib-type-match.html', bug=627193) |
| 53 | 53 |
| 54 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', | |
| 55 bug=628866) | |
| 56 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | |
| 57 bug=628866) | |
| 58 self.Fail('conformance2/rendering/uniform-block-buffer-size.html', | 54 self.Fail('conformance2/rendering/uniform-block-buffer-size.html', |
| 59 bug=628863) | 55 bug=628863) |
| 60 | 56 |
| 61 self.Fail('conformance2/transform_feedback/' + | 57 self.Fail('conformance2/transform_feedback/' + |
| 62 'unwritten-output-defaults-to-zero.html', bug=1441) # ANGLE bug | 58 'unwritten-output-defaults-to-zero.html', bug=1441) # ANGLE bug |
| 63 | 59 |
| 64 # Avoid a conflict with a Mac expectation by setting | 60 # Avoid a conflict with a Mac expectation by setting |
| 65 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 61 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
| 66 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 62 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
| 67 | 63 |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 ['mac', 'intel'], bug=483282) | 527 ['mac', 'intel'], bug=483282) |
| 532 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 528 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
| 533 ['mac', 'intel'], bug=483282) | 529 ['mac', 'intel'], bug=483282) |
| 534 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 530 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
| 535 ['mac', 'intel'], bug=483282) | 531 ['mac', 'intel'], bug=483282) |
| 536 self.Fail('deqp/functional/gles3/framebufferblit/rect_05.html', | 532 self.Fail('deqp/functional/gles3/framebufferblit/rect_05.html', |
| 537 ['mac', 'intel'], bug=483282) | 533 ['mac', 'intel'], bug=483282) |
| 538 self.Fail('deqp/functional/gles3/framebufferblit/rect_06.html', | 534 self.Fail('deqp/functional/gles3/framebufferblit/rect_06.html', |
| 539 ['mac', 'intel'], bug=483282) | 535 ['mac', 'intel'], bug=483282) |
| 540 | 536 |
| 537 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 538 ['mac', 'intel'], bug=483282) |
| 539 |
| 541 # Linux only. | 540 # Linux only. |
| 542 self.Flaky('conformance/textures/video/' + | 541 self.Flaky('conformance/textures/video/' + |
| 543 'tex-2d-rgba-rgba-unsigned_byte.html', | 542 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 544 ['linux'], bug=627525) | 543 ['linux'], bug=627525) |
| 545 self.Flaky('conformance/textures/video/' + | 544 self.Flaky('conformance/textures/video/' + |
| 546 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 545 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 547 ['linux'], bug=627525) | 546 ['linux'], bug=627525) |
| 548 self.Flaky('conformance/textures/video/' + | 547 self.Flaky('conformance/textures/video/' + |
| 549 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 548 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 550 ['linux'], bug=627525) | 549 ['linux'], bug=627525) |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 # self.Fail(page_name, | 951 # self.Fail(page_name, |
| 953 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 952 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 954 # self.Fail(page_name, | 953 # self.Fail(page_name, |
| 955 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 954 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 956 | 955 |
| 957 # Conflicts if between a generic os condition and a specific version | 956 # Conflicts if between a generic os condition and a specific version |
| 958 # self.Fail(page_name, | 957 # self.Fail(page_name, |
| 959 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 958 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 960 # self.Fail(page_name, | 959 # self.Fail(page_name, |
| 961 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 960 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |