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

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

Issue 2000313003: Set correct bug ID for a few webgl2 conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 312
313 # Win / AMD 313 # Win / AMD
314 # It's unfortunate that this suppression needs to be so broad, but 314 # It's unfortunate that this suppression needs to be so broad, but
315 # basically any test that uses readPixels is potentially flaky, and 315 # basically any test that uses readPixels is potentially flaky, and
316 # it's infeasible to suppress individual failures one by one. 316 # it's infeasible to suppress individual failures one by one.
317 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) 317 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
318 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) 318 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
319 319
320 self.Fail('deqp/functional/gles3/texturespecification/' + 320 self.Fail('deqp/functional/gles3/texturespecification/' +
321 'texstorage2d_format_depth_stencil.html', 321 'texstorage2d_format_depth_stencil.html',
322 ['win', ('amd', 0x6779)], bug=483282) 322 ['win', ('amd', 0x6779)], bug=614178)
323 self.Fail('deqp/functional/gles3/texturespecification/' + 323 self.Fail('deqp/functional/gles3/texturespecification/' +
324 'texstorage3d_format_depth_stencil.html', 324 'texstorage3d_format_depth_stencil.html',
325 ['win', ('amd', 0x6779)], bug=483282) 325 ['win', ('amd', 0x6779)], bug=614178)
326 326
327 # Win / Intel 327 # Win / Intel
328 self.Fail('conformance2/buffers/uniform-buffers.html', 328 self.Fail('conformance2/buffers/uniform-buffers.html',
329 ['win', 'intel'], bug=483282) 329 ['win', 'intel'], bug=483282)
330 self.Fail('deqp/functional/gles3/shaderstruct.html', 330 self.Fail('deqp/functional/gles3/shaderstruct.html',
331 ['win', 'intel'], bug=483282) 331 ['win', 'intel'], bug=483282)
332 332
333 # Mac only. 333 # Mac only.
334 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*', 334 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*',
335 ['mac'], bug=606074) 335 ['mac'], bug=606074)
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 self.Fail('conformance2/rendering/draw-buffers.html', 375 self.Fail('conformance2/rendering/draw-buffers.html',
376 ['mac', ('nvidia', 0xfe9)], bug=483282) 376 ['mac', ('nvidia', 0xfe9)], bug=483282)
377 self.Fail('conformance2/textures/misc/tex-input-validation.html', 377 self.Fail('conformance2/textures/misc/tex-input-validation.html',
378 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) 378 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282)
379 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 379 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
380 ['mac', ('nvidia', 0xfe9)], bug=483282) 380 ['mac', ('nvidia', 0xfe9)], bug=483282)
381 self.Fail('deqp/functional/gles3/shaderstruct.html', 381 self.Fail('deqp/functional/gles3/shaderstruct.html',
382 ['mac', ('nvidia', 0xfe9)], bug=483282) 382 ['mac', ('nvidia', 0xfe9)], bug=483282)
383 self.Fail('deqp/functional/gles3/shaderswitch.html', 383 self.Fail('deqp/functional/gles3/shaderswitch.html',
384 ['mac', ('nvidia', 0xfe9)], bug=483282) 384 ['mac', ('nvidia', 0xfe9)], bug=483282)
385
385 self.Fail('deqp/functional/gles3/texturespecification/' + 386 self.Fail('deqp/functional/gles3/texturespecification/' +
386 'teximage2d_pbo_2d_00.html', 387 'teximage2d_pbo_2d_00.html',
387 ['mac', ('nvidia', 0xfe9)], bug=483282) 388 ['mac', ('nvidia', 0xfe9)], bug=614174)
388 self.Fail('deqp/functional/gles3/texturespecification/' + 389 self.Fail('deqp/functional/gles3/texturespecification/' +
389 'teximage2d_pbo_2d_01.html', 390 'teximage2d_pbo_2d_01.html',
390 ['mac', ('nvidia', 0xfe9)], bug=483282) 391 ['mac', ('nvidia', 0xfe9)], bug=614174)
391 self.Fail('deqp/functional/gles3/texturespecification/' + 392 self.Fail('deqp/functional/gles3/texturespecification/' +
392 'texsubimage2d_pbo_2d_00.html', 393 'texsubimage2d_pbo_2d_00.html',
393 ['mac', ('nvidia', 0xfe9)], bug=483282) 394 ['mac', ('nvidia', 0xfe9)], bug=614174)
394 self.Fail('deqp/functional/gles3/texturespecification/' + 395 self.Fail('deqp/functional/gles3/texturespecification/' +
395 'texsubimage2d_pbo_2d_01.html', 396 'texsubimage2d_pbo_2d_01.html',
396 ['mac', ('nvidia', 0xfe9)], bug=483282) 397 ['mac', ('nvidia', 0xfe9)], bug=614174)
397 self.Fail('deqp/functional/gles3/texturespecification/' + 398 self.Fail('deqp/functional/gles3/texturespecification/' +
398 'texsubimage2d_pbo_cube_00.html', 399 'texsubimage2d_pbo_cube_00.html',
399 ['mac', ('nvidia', 0xfe9)], bug=483282) 400 ['mac', ('nvidia', 0xfe9)], bug=614174)
400 self.Fail('deqp/functional/gles3/texturespecification/' + 401 self.Fail('deqp/functional/gles3/texturespecification/' +
401 'texsubimage2d_pbo_cube_01.html', 402 'texsubimage2d_pbo_cube_01.html',
402 ['mac', ('nvidia', 0xfe9)], bug=483282) 403 ['mac', ('nvidia', 0xfe9)], bug=614174)
403 self.Fail('deqp/functional/gles3/texturespecification/' + 404 self.Fail('deqp/functional/gles3/texturespecification/' +
404 'texsubimage2d_pbo_cube_02.html', 405 'texsubimage2d_pbo_cube_02.html',
405 ['mac', ('nvidia', 0xfe9)], bug=483282) 406 ['mac', ('nvidia', 0xfe9)], bug=614174)
406 self.Fail('deqp/functional/gles3/texturespecification/' + 407 self.Fail('deqp/functional/gles3/texturespecification/' +
407 'texsubimage2d_pbo_cube_03.html', 408 'texsubimage2d_pbo_cube_03.html',
408 ['mac', ('nvidia', 0xfe9)], bug=483282) 409 ['mac', ('nvidia', 0xfe9)], bug=614174)
409 self.Fail('deqp/functional/gles3/texturespecification/' + 410 self.Fail('deqp/functional/gles3/texturespecification/' +
410 'texsubimage2d_pbo_cube_04.html', 411 'texsubimage2d_pbo_cube_04.html',
411 ['mac', ('nvidia', 0xfe9)], bug=483282) 412 ['mac', ('nvidia', 0xfe9)], bug=614174)
412 self.Fail('deqp/functional/gles3/texturespecification/' + 413 self.Fail('deqp/functional/gles3/texturespecification/' +
413 'teximage3d_pbo_2d_array_00.html', 414 'teximage3d_pbo_2d_array_00.html',
414 ['mac', ('nvidia', 0xfe9)], bug=483282) 415 ['mac', ('nvidia', 0xfe9)], bug=614174)
415 self.Fail('deqp/functional/gles3/texturespecification/' + 416 self.Fail('deqp/functional/gles3/texturespecification/' +
416 'teximage3d_pbo_2d_array_01.html', 417 'teximage3d_pbo_2d_array_01.html',
417 ['mac', ('nvidia', 0xfe9)], bug=483282) 418 ['mac', ('nvidia', 0xfe9)], bug=614174)
418 self.Fail('deqp/functional/gles3/texturespecification/' + 419 self.Fail('deqp/functional/gles3/texturespecification/' +
419 'teximage3d_pbo_3d_00.html', 420 'teximage3d_pbo_3d_00.html',
420 ['mac', ('nvidia', 0xfe9)], bug=483282) 421 ['mac', ('nvidia', 0xfe9)], bug=614174)
421 self.Fail('deqp/functional/gles3/texturespecification/' + 422 self.Fail('deqp/functional/gles3/texturespecification/' +
422 'teximage3d_pbo_3d_01.html', 423 'teximage3d_pbo_3d_01.html',
423 ['mac', ('nvidia', 0xfe9)], bug=483282) 424 ['mac', ('nvidia', 0xfe9)], bug=614174)
424 self.Fail('deqp/functional/gles3/texturespecification/' + 425 self.Fail('deqp/functional/gles3/texturespecification/' +
425 'texsubimage3d_pbo_3d_00.html', 426 'texsubimage3d_pbo_3d_00.html',
426 ['mac', ('nvidia', 0xfe9)], bug=483282) 427 ['mac', ('nvidia', 0xfe9)], bug=614174)
427 self.Fail('deqp/functional/gles3/texturespecification/' + 428 self.Fail('deqp/functional/gles3/texturespecification/' +
428 'texsubimage3d_pbo_3d_01.html', 429 'texsubimage3d_pbo_3d_01.html',
429 ['mac', ('nvidia', 0xfe9)], bug=483282) 430 ['mac', ('nvidia', 0xfe9)], bug=614174)
430 431
431 # Mac AMD 432 # Mac AMD
432 self.Fail('deqp/functional/gles3/clipping.html', 433 self.Fail('deqp/functional/gles3/clipping.html',
433 ['mac', 'amd'], bug=483282) 434 ['mac', 'amd'], bug=483282)
434 self.Fail('deqp/functional/gles3/primitiverestart.html', 435 self.Fail('deqp/functional/gles3/primitiverestart.html',
435 ['mac', 'amd'], bug=598930) 436 ['mac', 'amd'], bug=598930)
436 437
437 # Mac Intel 438 # Mac Intel
438 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 439 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
439 ['mac', 'intel', 'no_angle'], bug=483282) 440 ['mac', 'intel', 'no_angle'], bug=483282)
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 # self.Fail(page_name, 602 # self.Fail(page_name,
602 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 603 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
603 # self.Fail(page_name, 604 # self.Fail(page_name,
604 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 605 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
605 606
606 # Conflicts if between a generic os condition and a specific version 607 # Conflicts if between a generic os condition and a specific version
607 # self.Fail(page_name, 608 # self.Fail(page_name,
608 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 609 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
609 # self.Fail(page_name, 610 # self.Fail(page_name,
610 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 611 # ['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