Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Side by Side Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 2541463003: Suppress bad-arguments-test.html in WebGL 2.0 tests too. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.Flaky('conformance2/query/occlusion-query.html', bug=603168) 58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
59 59
60 # Test that needs to be fixed in the WebGL CTS
61 # https://github.com/KhronosGroup/WebGL/issues/2173
62 self.Fail('conformance/misc/bad-arguments-test.html', bug=663066)
63
60 # Windows only. 64 # Windows only.
61 # We are awesome! 65 # We are awesome!
62 66
63 # Win / NVidia 67 # Win / NVidia
64 self.Flaky('deqp/functional/gles3/fbomultisample*', 68 self.Flaky('deqp/functional/gles3/fbomultisample*',
65 ['win', 'nvidia'], bug=631317) 69 ['win', 'nvidia'], bug=631317)
66 70
67 # Win / AMD 71 # Win / AMD
68 72
69 # Failing on old R5 230 configuration. 73 # Failing on old R5 230 configuration.
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 # self.Fail(page_name, 817 # self.Fail(page_name,
814 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
815 # self.Fail(page_name, 819 # self.Fail(page_name,
816 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 820 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
817 821
818 # Conflicts if between a generic os condition and a specific version 822 # Conflicts if between a generic os condition and a specific version
819 # self.Fail(page_name, 823 # self.Fail(page_name,
820 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
821 # self.Fail(page_name, 825 # self.Fail(page_name,
822 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 826 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698