| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', | 48 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', |
| 49 ['mac'], bug=654187) | 49 ['mac'], bug=654187) |
| 50 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | 50 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 51 ['mac'], bug=654187) | 51 ['mac'], bug=654187) |
| 52 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 52 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 53 ['mac'], bug=654187) | 53 ['mac'], bug=654187) |
| 54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 55 ['mac'], bug=654187) | 55 ['mac'], bug=654187) |
| 56 | 56 |
| 57 # All platforms. | 57 # All platforms. |
| 58 self.Fail('conformance/glsl/bugs/samplers-in-ternary-operator.html', |
| 59 bug=657853) |
| 60 self.Fail('conformance2/glsl3/uniform-block-layouts.html', |
| 61 bug=657859) |
| 58 self.Fail('conformance2/context/methods-2.html', bug=616554) | 62 self.Fail('conformance2/context/methods-2.html', bug=616554) |
| 59 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 63 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 60 self.Fail('conformance/buffers/buffer-uninitialized.html', | 64 self.Fail('conformance/buffers/buffer-uninitialized.html', |
| 61 bug=654201) | 65 bug=654201) |
| 62 self.Fail('conformance2/transform_feedback/transform_feedback.html', | 66 self.Fail('conformance2/transform_feedback/transform_feedback.html', |
| 63 bug=654201) | 67 bug=654201) |
| 64 | 68 |
| 65 # Windows only. | 69 # Windows only. |
| 66 # We are awesome! | 70 # We are awesome! |
| 67 self.Fail('conformance2/buffers/get-buffer-sub-data.html', | 71 self.Fail('conformance2/buffers/get-buffer-sub-data.html', |
| (...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 ['linux', 'amd'], bug=483282) | 654 ['linux', 'amd'], bug=483282) |
| 651 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | 655 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', |
| 652 ['linux', 'amd'], bug=483282) | 656 ['linux', 'amd'], bug=483282) |
| 653 | 657 |
| 654 self.Fail('conformance2/misc/uninitialized-test-2.html', | 658 self.Fail('conformance2/misc/uninitialized-test-2.html', |
| 655 ['linux', 'amd'], bug=483282) | 659 ['linux', 'amd'], bug=483282) |
| 656 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', | 660 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', |
| 657 ['linux', 'amd'], bug=483282) | 661 ['linux', 'amd'], bug=483282) |
| 658 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', | 662 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 659 ['linux', 'amd'], bug=634525) | 663 ['linux', 'amd'], bug=634525) |
| 660 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', | |
| 661 ['linux', 'amd'], bug=644740) | |
| 662 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', | 664 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', |
| 663 ['linux', 'amd'], bug=295792) | 665 ['linux', 'amd'], bug=295792) |
| 664 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 666 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
| 665 ['linux', 'amd'], bug=483282) | 667 ['linux', 'amd'], bug=483282) |
| 666 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', | 668 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', |
| 667 ['linux', 'amd'], bug=483282) | 669 ['linux', 'amd'], bug=483282) |
| 668 | 670 |
| 669 self.Fail('deqp/functional/gles3/texturespecification/' + | 671 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 670 'teximage2d_pbo_cube_00.html', | 672 'teximage2d_pbo_cube_00.html', |
| 671 ['linux', 'amd'], bug=483282) | 673 ['linux', 'amd'], bug=483282) |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 # self.Fail(page_name, | 876 # self.Fail(page_name, |
| 875 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 877 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 876 # self.Fail(page_name, | 878 # self.Fail(page_name, |
| 877 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 879 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 878 | 880 |
| 879 # Conflicts if between a generic os condition and a specific version | 881 # Conflicts if between a generic os condition and a specific version |
| 880 # self.Fail(page_name, | 882 # self.Fail(page_name, |
| 881 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 883 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 882 # self.Fail(page_name, | 884 # self.Fail(page_name, |
| 883 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 885 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |