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

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

Issue 1675103002: Roll WebGL conformance tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 self.Skip('deqp/functional/gles3/textureshadow.html', bug=483282) 72 self.Skip('deqp/functional/gles3/textureshadow.html', bug=483282)
73 self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282) 73 self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282)
74 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282) 74 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282)
75 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282) 75 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282)
76 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282) 76 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282)
77 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) 77 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
78 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) 78 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282)
79 79
80 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) 80 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
81 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 81 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
82 self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282)
83 self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282) 82 self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282)
84 # Note that this test fails on ['win', 'intel'] with bug=483282 83 # Note that this test fails on ['win', 'intel'] with bug=483282
85 self.Fail('conformance2/buffers/uniform-buffers.html', bug=577368) 84 self.Fail('conformance2/buffers/uniform-buffers.html', bug=577368)
86 85
87 # Remove the following after roll in ToT WebGL conformance tests. 86 # The following two entries are due to validation of TEXTURE_3D target on
88 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 87 # 2D texture calls.
89 ['mac', 'linux'], bug=570453) 88 # compressed-tex-image.html fails on Mac with bug ID 565438.
89 self.Fail('conformance2/textures/misc/compressed-tex-image.html',
90 bug=483282)
91 # tex-input-validation fails on Win and ['mac', ('nvidia', 0xfe9)].
92 self.Fail('conformance2/textures/misc/tex-input-validation.html',
93 bug=483282)
90 94
91 # Windows only. 95 # Windows only.
92 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + 96 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' +
93 '-with-canvas-r8-red-unsigned_byte.html', 97 '-with-canvas-r8-red-unsigned_byte.html',
94 ['win'], bug=483282) 98 ['win'], bug=483282)
95 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + 99 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' +
96 '-with-canvas-rg8-rg-unsigned_byte.html', 100 '-with-canvas-rg8-rg-unsigned_byte.html',
97 ['win'], bug=483282) 101 ['win'], bug=483282)
98 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + 102 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' +
99 '-with-canvas-rgb8-rgb-unsigned_byte.html', 103 '-with-canvas-rgb8-rgb-unsigned_byte.html',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 self.Skip('deqp/functional/gles3/texturestatequery.html', 207 self.Skip('deqp/functional/gles3/texturestatequery.html',
204 ['win'], bug=483282) 208 ['win'], bug=483282)
205 self.Fail('conformance2/glsl3/array-in-complex-expression.html', 209 self.Fail('conformance2/glsl3/array-in-complex-expression.html',
206 ['win'], bug=483282) 210 ['win'], bug=483282)
207 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 211 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
208 ['win'], bug=483282) 212 ['win'], bug=483282)
209 self.Skip('conformance2/reading/read-pixels-pack-parameters.html', 213 self.Skip('conformance2/reading/read-pixels-pack-parameters.html',
210 ['win'], bug=483282) 214 ['win'], bug=483282)
211 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', 215 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
212 ['win'], bug=483282) 216 ['win'], bug=483282)
213 self.Fail('conformance2/textures/misc/tex-input-validation.html',
214 ['win'], bug=483282)
215 self.Skip('conformance2/textures/misc/tex-mipmap-levels.html', 217 self.Skip('conformance2/textures/misc/tex-mipmap-levels.html',
216 ['win'], bug=483282) 218 ['win'], bug=483282)
217 self.Skip('conformance2/transform_feedback/transform_feedback.html', 219 self.Skip('conformance2/transform_feedback/transform_feedback.html',
218 ['win'], bug=483282) 220 ['win'], bug=483282)
219 self.Fail('conformance2/glsl3/const-array-init.html', 221 self.Fail('conformance2/glsl3/const-array-init.html',
220 ['win'], bug=1198) # angle bug ID 222 ['win'], bug=1198) # angle bug ID
221 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 223 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
222 ['win'], bug=1266) # angle bug ID 224 ['win'], bug=1266) # angle bug ID
225 self.Fail('conformance2/textures/misc/copy-texture-image.html',
226 ['win'], bug=577144)
223 227
224 # Windows 8 only. 228 # Windows 8 only.
225 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' + 229 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' +
226 '-with-image-data-rgb565-rgb-unsigned_byte.html', 230 '-with-image-data-rgb565-rgb-unsigned_byte.html',
227 ['win8'], bug=483282) 231 ['win8'], bug=483282)
228 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' + 232 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' +
229 '-with-image-data-rgb5_a1-rgba-unsigned_byte.html', 233 '-with-image-data-rgb5_a1-rgba-unsigned_byte.html',
230 ['win8'], bug=483282) 234 ['win8'], bug=483282)
231 self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' + 235 self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' +
232 '-with-image-rgb565-rgb-unsigned_byte.html', 236 '-with-image-rgb565-rgb-unsigned_byte.html',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html', 275 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
272 ['win8'], bug=560555) 276 ['win8'], bug=560555)
273 277
274 # Windows Debug. Causing assertions in the GPU process which raise 278 # Windows Debug. Causing assertions in the GPU process which raise
275 # a dialog box, so have to skip them rather than mark them as 279 # a dialog box, so have to skip them rather than mark them as
276 # failing. 280 # failing.
277 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' + 281 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' +
278 '-with-canvas-rgba8-rgba-unsigned_byte.html', 282 '-with-canvas-rgba8-rgba-unsigned_byte.html',
279 ['win', 'debug'], bug=542901) 283 ['win', 'debug'], bug=542901)
280 284
285 # Windows AMD/ATI only.
286 self.Fail('deqp/functional/gles3/fbostencilbuffer.html',
287 ['win', 'amd'], bug=483282)
288
281 # Mac only. 289 # Mac only.
282 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 290 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
283 ['mac'], bug=483282) 291 ['mac'], bug=483282)
284 self.Skip('deqp/data/gles3/shaders/scoping.html', 292 self.Skip('deqp/data/gles3/shaders/scoping.html',
285 ['mac'], bug=483282) 293 ['mac'], bug=483282)
286 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', 294 self.Skip('deqp/functional/gles3/defaultvertexattribute.html',
287 ['mac'], bug=483282) 295 ['mac'], bug=483282)
288 self.Skip('deqp/functional/gles3/floatstatequery.html', 296 self.Skip('deqp/functional/gles3/floatstatequery.html',
289 ['mac'], bug=483282) 297 ['mac'], bug=483282)
290 self.Skip('deqp/functional/gles3/texturestatequery.html', 298 self.Skip('deqp/functional/gles3/texturestatequery.html',
(...skipping 29 matching lines...) Expand all
320 self.Fail('conformance2/textures/misc/texture-npot.html', 328 self.Fail('conformance2/textures/misc/texture-npot.html',
321 ['mac'], bug=483282) 329 ['mac'], bug=483282)
322 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', 330 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
323 ['mac'], bug=295792) 331 ['mac'], bug=295792)
324 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', 332 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html',
325 ['mac'], bug=483282) 333 ['mac'], bug=483282)
326 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 334 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
327 ['mac'], bug=483282) 335 ['mac'], bug=483282)
328 self.Fail('conformance2/renderbuffers/readbuffer.html', 336 self.Fail('conformance2/renderbuffers/readbuffer.html',
329 ['mac'], bug=570453) 337 ['mac'], bug=570453)
330 self.Fail('conformance2/textures/misc/compressed-tex-image.html',
331 ['mac'], bug=565438)
332 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 338 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
333 ['mac'], bug=483282) 339 ['mac'], bug=483282)
340 self.Fail('conformance2/textures/misc/copy-texture-image.html',
341 ['mac'], bug=577144)
334 342
335 # Mac Retina NVIDIA 343 # Mac Retina NVIDIA
336 self.Fail('conformance2/rendering/draw-buffers.html', 344 self.Fail('conformance2/rendering/draw-buffers.html',
337 ['mac', ('nvidia', 0xfe9)], bug=483282) 345 ['mac', ('nvidia', 0xfe9)], bug=483282)
338 self.Fail('conformance2/textures/misc/tex-input-validation.html',
339 ['mac', ('nvidia', 0xfe9)], bug=483282)
340 346
341 # Linux only. 347 # Linux only.
342 self.Skip('deqp/functional/gles3/shaderswitch.html', 348 self.Skip('deqp/functional/gles3/shaderswitch.html',
343 ['linux'], bug=483282) 349 ['linux'], bug=483282)
344 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 350 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
345 ['linux'], bug=483282) 351 ['linux'], bug=483282)
346 self.Fail('conformance2/rendering/draw-buffers.html', 352 self.Fail('conformance2/rendering/draw-buffers.html',
347 ['linux'], bug=483282) 353 ['linux'], bug=483282)
348 354
349 # Linux AMD only. 355 # Linux AMD only.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 # self.Fail(page_name, 429 # self.Fail(page_name,
424 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 430 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
425 # self.Fail(page_name, 431 # self.Fail(page_name,
426 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 432 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
427 433
428 # Conflicts if between a generic os condition and a specific version 434 # Conflicts if between a generic os condition and a specific version
429 # self.Fail(page_name, 435 # self.Fail(page_name,
430 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 436 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
431 # self.Fail(page_name, 437 # self.Fail(page_name,
432 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 438 # ['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