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

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

Issue 2328463002: Fix formats mismatch in validate_multisample_buffer_allocation (Closed)
Patch Set: Update expectations.py Created 4 years, 3 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 | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ['mac'], bug=630800) 156 ['mac'], bug=630800)
157 # self.Fail('deqp/functional/gles3/fbocompleteness.html', 157 # self.Fail('deqp/functional/gles3/fbocompleteness.html',
158 # ['mac', ('nvidia', 0xfe9)], bug=616562) 158 # ['mac', ('nvidia', 0xfe9)], bug=616562)
159 159
160 self.Fail('deqp/data/gles3/shaders/linkage.html', 160 self.Fail('deqp/data/gles3/shaders/linkage.html',
161 ['mac'], bug=641129) 161 ['mac'], bug=641129)
162 162
163 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 163 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
164 ['mac'], bug=618464) 164 ['mac'], bug=618464)
165 165
166 self.Fail('conformance2/rendering/rgb-format-support.html',
167 ['mac'], bug=483282)
168
169 # This is due to "centroid out" / "in" mismatch. 166 # This is due to "centroid out" / "in" mismatch.
170 self.Fail('deqp/data/gles3/shaders/qualification_order.html', 167 self.Fail('deqp/data/gles3/shaders/qualification_order.html',
171 ['mac'], bug=483282) 168 ['mac'], bug=483282)
172 169
173 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 170 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
174 ['mac'], bug=641149) 171 ['mac'], bug=641149)
175 172
176 self.Fail('deqp/functional/gles3/fbomultisample*', 173 self.Fail('deqp/functional/gles3/fbomultisample*',
177 ['mac'], bug=641209) 174 ['mac', 'intel'], bug=641209)
175
176 self.Fail('deqp/functional/gles3/fbomultisample*',
177 ['mac', 'nvidia'], bug=641209)
178 178
179 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', 179 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
180 ['mac'], bug=483282) 180 ['mac'], bug=483282)
181 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 181 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
182 ['mac'], bug=483282) 182 ['mac'], bug=483282)
183 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', 183 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
184 ['mac'], bug=483282) 184 ['mac'], bug=483282)
185 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', 185 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
186 ['mac'], bug=483282) 186 ['mac'], bug=483282)
187 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', 187 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 # self.Fail(page_name, 841 # self.Fail(page_name,
842 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 842 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
843 # self.Fail(page_name, 843 # self.Fail(page_name,
844 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 844 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
845 845
846 # Conflicts if between a generic os condition and a specific version 846 # Conflicts if between a generic os condition and a specific version
847 # self.Fail(page_name, 847 # self.Fail(page_name,
848 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 848 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
849 # self.Fail(page_name, 849 # self.Fail(page_name,
850 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 850 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698