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

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

Issue 2407123002: Roll WebGL a5f3d8b..1db74f6 (Closed)
Patch Set: suppress webgl2 expectations Created 4 years, 2 months 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 | « DEPS ('k') | no next file » | 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
59 bug=644740)
60 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
61 59
62 # Windows only. 60 # Windows only.
63 # We are awesome! 61 # We are awesome!
64 self.Fail('conformance2/buffers/getBufferSubData.html', 62 self.Fail('conformance2/buffers/getBufferSubData.html',
65 ['win'], bug=654201) 63 ['win'], bug=654201)
66 64
67 # Win / NVidia 65 # Win / NVidia
68 self.Flaky('deqp/functional/gles3/fbomultisample*', 66 self.Flaky('deqp/functional/gles3/fbomultisample*',
69 ['win', 'nvidia'], bug=631317) 67 ['win', 'nvidia'], bug=631317)
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ['win7', 'intel'], bug=593024) 154 ['win7', 'intel'], bug=593024)
157 155
158 # It's unfortunate that these suppressions need to be so broad, but it 156 # It's unfortunate that these suppressions need to be so broad, but it
159 # looks like the D3D11 device can be lost spontaneously on this 157 # looks like the D3D11 device can be lost spontaneously on this
160 # configuration while running basically any test. 158 # configuration while running basically any test.
161 self.Flaky('conformance/*', ['win', 'intel'], bug=628395) 159 self.Flaky('conformance/*', ['win', 'intel'], bug=628395)
162 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395) 160 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395)
163 self.Flaky('deqp/*', ['win', 'intel'], bug=628395) 161 self.Flaky('deqp/*', ['win', 'intel'], bug=628395)
164 162
165 # Mac only. 163 # Mac only.
164 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
165 ['mac'], bug=644740)
166 166
167 # Fixed on OSX 10.11 167 # Fixed on OSX 10.11
168 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', 168 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
169 ['mac', 'amd'], bug=483282) 169 ['mac', 'amd'], bug=483282)
170 170
171 self.Fail('conformance2/rendering/' + 171 self.Fail('conformance2/rendering/' +
172 'framebuffer-completeness-unaffected.html', 172 'framebuffer-completeness-unaffected.html',
173 ['mac'], bug=630800) 173 ['mac'], bug=630800)
174 self.Fail('deqp/functional/gles3/fbocompleteness.html', 174 self.Fail('deqp/functional/gles3/fbocompleteness.html',
175 ['mac'], bug=630800) 175 ['mac'], bug=630800)
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 # self.Fail(page_name, 846 # self.Fail(page_name,
847 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 847 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
848 # self.Fail(page_name, 848 # self.Fail(page_name,
849 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 849 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
850 850
851 # Conflicts if between a generic os condition and a specific version 851 # Conflicts if between a generic os condition and a specific version
852 # self.Fail(page_name, 852 # self.Fail(page_name,
853 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 853 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
854 # self.Fail(page_name, 854 # self.Fail(page_name,
855 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 855 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698