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

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

Issue 2039063002: Update related bug IDs for expected WebGL 2 conformance test failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) 59 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
60 60
61 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 61 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
62 self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282) 62 self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282)
63 63
64 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 64 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
65 65
66 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 66 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
67 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) 67 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282)
68 68
69 self.Fail('conformance2/rendering/draw-buffers.html', bug=483282) 69 self.Fail('conformance2/rendering/draw-buffers.html', bug=617410)
70 70
71 # All platforms when running ANGLE 71 # All platforms when running ANGLE
72 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 72 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
73 ['d3d9', 'd3d11', 'opengl'], bug=483282) 73 ['d3d9', 'd3d11', 'opengl'], bug=483282)
74 74
75 # Avoid a conflict with a Mac expectation by setting 75 # Avoid a conflict with a Mac expectation by setting
76 self.Fail('conformance2/textures/misc/tex-input-validation.html', 76 self.Fail('conformance2/textures/misc/tex-input-validation.html',
77 ['d3d9', 'd3d11', 'opengl'], bug=483282) 77 ['d3d9', 'd3d11', 'opengl'], bug=483282)
78 78
79 # All platforms with AMD GPU. 79 # All platforms with AMD GPU.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 self.Fail('conformance2/state/gl-object-get-calls.html', 144 self.Fail('conformance2/state/gl-object-get-calls.html',
145 ['win'], bug=483282) 145 ['win'], bug=483282)
146 146
147 # Windows 8 only. 147 # Windows 8 only.
148 148
149 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 149 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
150 ['win8'], bug=483282) 150 ['win8'], bug=483282)
151 151
152 self.Fail('conformance2/textures/image_data/' + 152 self.Fail('conformance2/textures/image_data/' +
153 'tex-2d-rgb565-rgb-unsigned_byte.html', 153 'tex-2d-rgb565-rgb-unsigned_byte.html',
154 ['win8'], bug=483282) 154 ['win8'], bug=616176)
155 self.Fail('conformance2/textures/image_data/' + 155 self.Fail('conformance2/textures/image_data/' +
156 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 156 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
157 ['win8'], bug=483282) 157 ['win8'], bug=616176)
158 self.Fail('conformance2/textures/image/' + 158 self.Fail('conformance2/textures/image/' +
159 'tex-2d-rgb565-rgb-unsigned_byte.html', 159 'tex-2d-rgb565-rgb-unsigned_byte.html',
160 ['win8'], bug=483282) 160 ['win8'], bug=616176)
161 self.Fail('conformance2/textures/image/' + 161 self.Fail('conformance2/textures/image/' +
162 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 162 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
163 ['win8'], bug=483282) 163 ['win8'], bug=616176)
164 self.Fail('conformance2/textures/svg_image/' + 164 self.Fail('conformance2/textures/svg_image/' +
165 'tex-2d-rgb565-rgb-unsigned_byte.html', 165 'tex-2d-rgb565-rgb-unsigned_byte.html',
166 ['win8'], bug=483282) 166 ['win8'], bug=616176)
167 self.Fail('conformance2/textures/svg_image/' + 167 self.Fail('conformance2/textures/svg_image/' +
168 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 168 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
169 ['win8'], bug=483282) 169 ['win8'], bug=616176)
170 self.Fail('conformance2/textures/video/' + 170 self.Fail('conformance2/textures/video/' +
171 'tex-2d-rgb565-rgb-unsigned_byte.html', 171 'tex-2d-rgb565-rgb-unsigned_byte.html',
172 ['win8'], bug=483282) 172 ['win8'], bug=616176)
173 self.Fail('conformance2/textures/video/' + 173 self.Fail('conformance2/textures/video/' +
174 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 174 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
175 ['win8'], bug=483282) 175 ['win8'], bug=616176)
176 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + 176 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
177 'tex-2d-rgb565-rgb-unsigned_byte.html', 177 'tex-2d-rgb565-rgb-unsigned_byte.html',
178 ['win8'], bug=483282) 178 ['win8'], bug=616176)
179 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + 179 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
180 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 180 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
181 ['win8'], bug=483282) 181 ['win8'], bug=616176)
182 self.Fail('conformance2/textures/image_bitmap_from_image/' + 182 self.Fail('conformance2/textures/image_bitmap_from_image/' +
183 'tex-2d-rgb565-rgb-unsigned_byte.html', 183 'tex-2d-rgb565-rgb-unsigned_byte.html',
184 ['win8'], bug=483282) 184 ['win8'], bug=616176)
185 self.Fail('conformance2/textures/image_bitmap_from_image/' + 185 self.Fail('conformance2/textures/image_bitmap_from_image/' +
186 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 186 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
187 ['win8'], bug=483282) 187 ['win8'], bug=616176)
188 self.Fail('conformance2/textures/image_bitmap_from_video/' + 188 self.Fail('conformance2/textures/image_bitmap_from_video/' +
189 'tex-2d-rgb565-rgb-unsigned_byte.html', 189 'tex-2d-rgb565-rgb-unsigned_byte.html',
190 ['win8'], bug=483282) 190 ['win8'], bug=616176)
191 self.Fail('conformance2/textures/image_bitmap_from_video/' + 191 self.Fail('conformance2/textures/image_bitmap_from_video/' +
192 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 192 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
193 ['win8'], bug=483282) 193 ['win8'], bug=616176)
194 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 194 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
195 'tex-2d-rgb565-rgb-unsigned_byte.html', 195 'tex-2d-rgb565-rgb-unsigned_byte.html',
196 ['win8'], bug=483282) 196 ['win8'], bug=616176)
197 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 197 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
198 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 198 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
199 ['win8'], bug=483282) 199 ['win8'], bug=616176)
200 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 200 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
201 'tex-2d-rgb565-rgb-unsigned_byte.html', 201 'tex-2d-rgb565-rgb-unsigned_byte.html',
202 ['win8'], bug=483282) 202 ['win8'], bug=616176)
203 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 203 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
204 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 204 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
205 ['win8'], bug=483282) 205 ['win8'], bug=616176)
206 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + 206 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
207 'tex-2d-rgb565-rgb-unsigned_byte.html', 207 'tex-2d-rgb565-rgb-unsigned_byte.html',
208 ['win8'], bug=483282) 208 ['win8'], bug=616176)
209 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + 209 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
210 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 210 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
211 ['win8'], bug=483282) 211 ['win8'], bug=616176)
212 212
213 self.Fail('conformance2/textures/video/' + 213 self.Fail('conformance2/textures/video/' +
214 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 214 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
215 ['win8'], bug=560555) 215 ['win8'], bug=616176)
216 self.Fail('conformance2/textures/video/' + 216 self.Fail('conformance2/textures/video/' +
217 'tex-3d-rgb565-rgb-unsigned_byte.html', 217 'tex-3d-rgb565-rgb-unsigned_byte.html',
218 ['win8'], bug=560555) 218 ['win8'], bug=616176)
219 self.Fail('conformance2/textures/image_data/' + 219 self.Fail('conformance2/textures/image_data/' +
220 'tex-3d-rgb565-rgb-unsigned_byte.html', 220 'tex-3d-rgb565-rgb-unsigned_byte.html',
221 ['win8'], bug=560555) 221 ['win8'], bug=616176)
222 self.Fail('conformance2/textures/image_data/' + 222 self.Fail('conformance2/textures/image_data/' +
223 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 223 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
224 ['win8'], bug=560555) 224 ['win8'], bug=616176)
225 self.Fail('conformance2/textures/image/' + 225 self.Fail('conformance2/textures/image/' +
226 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 226 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
227 ['win8'], bug=560555) 227 ['win8'], bug=616176)
228 self.Fail('conformance2/textures/image/' + 228 self.Fail('conformance2/textures/image/' +
229 'tex-3d-rgb565-rgb-unsigned_byte.html', 229 'tex-3d-rgb565-rgb-unsigned_byte.html',
230 ['win8'], bug=560555) 230 ['win8'], bug=616176)
231 self.Fail('conformance2/textures/svg_image/' + 231 self.Fail('conformance2/textures/svg_image/' +
232 'tex-3d-rgb565-rgb-unsigned_byte.html', 232 'tex-3d-rgb565-rgb-unsigned_byte.html',
233 ['win8'], bug=560555) 233 ['win8'], bug=616176)
234 self.Fail('conformance2/textures/svg_image/' + 234 self.Fail('conformance2/textures/svg_image/' +
235 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 235 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
236 ['win8'], bug=560555) 236 ['win8'], bug=616176)
237 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + 237 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
238 'tex-3d-rgb565-rgb-unsigned_byte.html', 238 'tex-3d-rgb565-rgb-unsigned_byte.html',
239 ['win8'], bug=483282) 239 ['win8'], bug=616176)
240 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + 240 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
241 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 241 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
242 ['win8'], bug=483282) 242 ['win8'], bug=616176)
243 self.Fail('conformance2/textures/image_bitmap_from_image/' + 243 self.Fail('conformance2/textures/image_bitmap_from_image/' +
244 'tex-3d-rgb565-rgb-unsigned_byte.html', 244 'tex-3d-rgb565-rgb-unsigned_byte.html',
245 ['win8'], bug=483282) 245 ['win8'], bug=616176)
246 self.Fail('conformance2/textures/image_bitmap_from_image/' + 246 self.Fail('conformance2/textures/image_bitmap_from_image/' +
247 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 247 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
248 ['win8'], bug=483282) 248 ['win8'], bug=616176)
249 self.Fail('conformance2/textures/image_bitmap_from_video/' + 249 self.Fail('conformance2/textures/image_bitmap_from_video/' +
250 'tex-3d-rgb565-rgb-unsigned_byte.html', 250 'tex-3d-rgb565-rgb-unsigned_byte.html',
251 ['win8'], bug=483282) 251 ['win8'], bug=616176)
252 self.Fail('conformance2/textures/image_bitmap_from_video/' + 252 self.Fail('conformance2/textures/image_bitmap_from_video/' +
253 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 253 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
254 ['win8'], bug=483282) 254 ['win8'], bug=616176)
255 self.Fail('conformance2/textures/canvas/' + 255 self.Fail('conformance2/textures/canvas/' +
256 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 256 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
257 ['win8'], bug=560555) 257 ['win8'], bug=616176)
258 self.Fail('conformance2/textures/canvas/' + 258 self.Fail('conformance2/textures/canvas/' +
259 'tex-3d-rgb565-rgb-unsigned_byte.html', 259 'tex-3d-rgb565-rgb-unsigned_byte.html',
260 ['win8'], bug=560555) 260 ['win8'], bug=616176)
261 self.Fail('conformance2/textures/webgl_canvas/' + 261 self.Fail('conformance2/textures/webgl_canvas/' +
262 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 262 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
263 ['win8'], bug=560555) 263 ['win8'], bug=616176)
264 self.Fail('conformance2/textures/webgl_canvas/' + 264 self.Fail('conformance2/textures/webgl_canvas/' +
265 'tex-3d-rgb565-rgb-unsigned_byte.html', 265 'tex-3d-rgb565-rgb-unsigned_byte.html',
266 ['win8'], bug=560555) 266 ['win8'], bug=616176)
267 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 267 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
268 'tex-3d-rgb565-rgb-unsigned_byte.html', 268 'tex-3d-rgb565-rgb-unsigned_byte.html',
269 ['win8'], bug=483282) 269 ['win8'], bug=616176)
270 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 270 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
271 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 271 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
272 ['win8'], bug=483282) 272 ['win8'], bug=616176)
273 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 273 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
274 'tex-3d-rgb565-rgb-unsigned_byte.html', 274 'tex-3d-rgb565-rgb-unsigned_byte.html',
275 ['win8'], bug=483282) 275 ['win8'], bug=616176)
276 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 276 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
277 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 277 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
278 ['win8'], bug=483282) 278 ['win8'], bug=616176)
279 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + 279 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
280 'tex-3d-rgb565-rgb-unsigned_byte.html', 280 'tex-3d-rgb565-rgb-unsigned_byte.html',
281 ['win8'], bug=483282) 281 ['win8'], bug=616176)
282 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + 282 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
283 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 283 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
284 ['win8'], bug=483282) 284 ['win8'], bug=616176)
285 285
286 # Windows Debug. Causing assertions in the GPU process which raise 286 # Windows Debug. Causing assertions in the GPU process which raise
287 # a dialog box, so have to skip them rather than mark them as 287 # a dialog box, so have to skip them rather than mark them as
288 # failing. 288 # failing.
289 self.Skip('conformance2/textures/canvas/' + 289 self.Skip('conformance2/textures/canvas/' +
290 'tex-2d-rgba8-rgba-unsigned_byte.html', 290 'tex-2d-rgba8-rgba-unsigned_byte.html',
291 ['win', 'debug'], bug=542901) 291 ['win', 'debug'], bug=542901)
292 292
293 # Win / NVidia 293 # Win / NVidia
294 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', 294 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 # self.Fail(page_name, 687 # self.Fail(page_name,
688 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 688 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
689 # self.Fail(page_name, 689 # self.Fail(page_name,
690 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 690 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
691 691
692 # Conflicts if between a generic os condition and a specific version 692 # Conflicts if between a generic os condition and a specific version
693 # self.Fail(page_name, 693 # self.Fail(page_name,
694 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 694 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
695 # self.Fail(page_name, 695 # self.Fail(page_name,
696 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 696 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698