Chromium Code Reviews| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 46 ['linux'], bug=483282) | 46 ['linux'], bug=483282) |
| 47 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519) | 47 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519) |
| 48 | 48 |
| 49 # All platforms. | 49 # All platforms. |
| 50 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', | 50 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', |
| 51 bug=644740) | 51 bug=644740) |
| 52 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 52 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 53 | 53 |
| 54 # Windows only. | 54 # Windows only. |
| 55 # We are awesome! | 55 # We are awesome! |
| 56 self.Fail('conformance2/buffers/getBufferSubData.html', | |
| 57 ['win'], bug=654201) | |
|
Ken Russell (switch to Gerrit)
2016/10/10 20:53:26
I thought this new test was failing on all platfor
| |
| 56 | 58 |
| 57 # Win / NVidia | 59 # Win / NVidia |
| 58 self.Flaky('deqp/functional/gles3/fbomultisample*', | 60 self.Flaky('deqp/functional/gles3/fbomultisample*', |
| 59 ['win', 'nvidia'], bug=631317) | 61 ['win', 'nvidia'], bug=631317) |
| 60 | 62 |
| 61 # This should be fixed in the latest driver. | 63 # This should be fixed in the latest driver. |
| 62 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', | 64 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', |
| 63 ['win', 'nvidia'], bug=1246) # ANGLE bug. | 65 ['win', 'nvidia'], bug=1246) # ANGLE bug. |
| 64 | 66 |
| 65 # Win / AMD | 67 # Win / AMD |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 495 ['mac', 'intel'], bug=483282) | 497 ['mac', 'intel'], bug=483282) |
| 496 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 498 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
| 497 ['mac', 'intel'], bug=483282) | 499 ['mac', 'intel'], bug=483282) |
| 498 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 500 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
| 499 ['mac', 'intel'], bug=483282) | 501 ['mac', 'intel'], bug=483282) |
| 500 | 502 |
| 501 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 503 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 502 ['mac', 'intel'], bug=483282) | 504 ['mac', 'intel'], bug=483282) |
| 503 | 505 |
| 504 # Linux only. | 506 # Linux only. |
| 507 self.Fail('conformance2/buffers/getBufferSubData.html', | |
| 508 ['linux'], bug=654201) | |
| 505 | 509 |
| 506 self.Flaky('conformance/textures/video/' + | 510 self.Flaky('conformance/textures/video/' + |
| 507 'tex-2d-rgba-rgba-unsigned_byte.html', | 511 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 508 ['linux'], bug=627525) | 512 ['linux'], bug=627525) |
| 509 self.Flaky('conformance/textures/video/' + | 513 self.Flaky('conformance/textures/video/' + |
| 510 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 514 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 511 ['linux'], bug=627525) | 515 ['linux'], bug=627525) |
| 512 self.Flaky('conformance/textures/video/' + | 516 self.Flaky('conformance/textures/video/' + |
| 513 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 517 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 514 ['linux'], bug=627525) | 518 ['linux'], bug=627525) |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 842 # self.Fail(page_name, | 846 # self.Fail(page_name, |
| 843 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 847 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 844 # self.Fail(page_name, | 848 # self.Fail(page_name, |
| 845 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 849 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 846 | 850 |
| 847 # Conflicts if between a generic os condition and a specific version | 851 # Conflicts if between a generic os condition and a specific version |
| 848 # self.Fail(page_name, | 852 # self.Fail(page_name, |
| 849 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 853 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 850 # self.Fail(page_name, | 854 # self.Fail(page_name, |
| 851 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 855 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |