| 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 25 matching lines...) Expand all Loading... |
| 36 # ======================== | 36 # ======================== |
| 37 # Conformance expectations | 37 # Conformance expectations |
| 38 # ======================== | 38 # ======================== |
| 39 | 39 |
| 40 # Too slow (take about one hour to run) | 40 # Too slow (take about one hour to run) |
| 41 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) | 41 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) |
| 42 | 42 |
| 43 # All platforms. | 43 # All platforms. |
| 44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 45 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) | 45 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) |
| 46 self.Flaky('conformance2/misc/uninitialized-test-2.html', bug=671791) |
| 46 self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', | 47 self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', |
| 47 bug=660844) # WebGL 2.0.1 | 48 bug=660844) # WebGL 2.0.1 |
| 48 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', | 49 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', |
| 49 bug=660844) | 50 bug=660844) |
| 50 self.Fail('conformance2/textures/misc/' + | 51 self.Fail('conformance2/textures/misc/' + |
| 51 'integer-cubemap-specification-order-bug.html', | 52 'integer-cubemap-specification-order-bug.html', |
| 52 bug=483282) # owner:cwallez, test might be buggy | 53 bug=483282) # owner:cwallez, test might be buggy |
| 53 # Windows only. | 54 # Windows only. |
| 54 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', | 55 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', |
| 55 ['win'], bug=634519) | 56 ['win'], bug=634519) |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 ['linux', 'amd'], bug=483282) | 616 ['linux', 'amd'], bug=483282) |
| 616 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 617 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 617 'texelfetchoffset.html', | 618 'texelfetchoffset.html', |
| 618 ['linux', 'amd'], bug=483282) | 619 ['linux', 'amd'], bug=483282) |
| 619 | 620 |
| 620 self.Fail('deqp/functional/gles3/negativetextureapi.html', | 621 self.Fail('deqp/functional/gles3/negativetextureapi.html', |
| 621 ['linux', 'amd'], bug=483282) | 622 ['linux', 'amd'], bug=483282) |
| 622 self.Fail('deqp/functional/gles3/transformfeedback/array_separate*.html', | 623 self.Fail('deqp/functional/gles3/transformfeedback/array_separate*.html', |
| 623 ['linux', 'amd'], bug=483282) | 624 ['linux', 'amd'], bug=483282) |
| 624 | 625 |
| 625 self.Fail('conformance2/misc/uninitialized-test-2.html', | |
| 626 ['linux', 'amd'], bug=483282) | |
| 627 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', | 626 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 628 ['linux', 'amd'], bug=634525) | 627 ['linux', 'amd'], bug=634525) |
| 629 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', | 628 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| 630 ['linux', 'amd'], bug=662644) # WebGL 2.0.1 | 629 ['linux', 'amd'], bug=662644) # WebGL 2.0.1 |
| 631 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', | 630 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', |
| 632 ['linux', 'amd'], bug=295792) | 631 ['linux', 'amd'], bug=295792) |
| 633 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 632 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
| 634 ['linux', 'amd'], bug=483282) | 633 ['linux', 'amd'], bug=483282) |
| 635 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', | 634 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', |
| 636 ['linux', 'amd'], bug=483282) | 635 ['linux', 'amd'], bug=483282) |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 # self.Fail(page_name, | 856 # self.Fail(page_name, |
| 858 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 857 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 859 # self.Fail(page_name, | 858 # self.Fail(page_name, |
| 860 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 859 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 861 | 860 |
| 862 # Conflicts if between a generic os condition and a specific version | 861 # Conflicts if between a generic os condition and a specific version |
| 863 # self.Fail(page_name, | 862 # self.Fail(page_name, |
| 864 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 863 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 865 # self.Fail(page_name, | 864 # self.Fail(page_name, |
| 866 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 865 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |