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

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

Issue 2320133002: WebGL CTS: tentatively remove some ANGLE specific suppressions (Closed)
Patch Set: 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 | 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 ['linux', 'amd', 'intel'], bug=483282) 456 ['linux', 'amd', 'intel'], bug=483282)
457 self.Flaky('deqp/functional/gles3/texturespecification/' + 457 self.Flaky('deqp/functional/gles3/texturespecification/' +
458 'random_teximage2d_2d.html', 458 'random_teximage2d_2d.html',
459 ['linux', 'amd', 'intel'], bug=618447) 459 ['linux', 'amd', 'intel'], bug=618447)
460 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 460 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
461 ['linux', 'amd', 'intel'], bug=483282) 461 ['linux', 'amd', 'intel'], bug=483282)
462 self.Fail('deqp/data/gles3/shaders/linkage.html', 462 self.Fail('deqp/data/gles3/shaders/linkage.html',
463 ['linux', 'amd', 'intel'], bug=483282) 463 ['linux', 'amd', 'intel'], bug=483282)
464 464
465 # Linux with ANGLE only 465 # Linux with ANGLE only
466 self.Fail('conformance/misc/uninitialized-test.html',
467 ['linux', 'opengl'], bug=483282)
468 self.Fail('conformance/textures/webgl_canvas/' +
469 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
470 ['linux', 'opengl'], bug=483282)
471 self.Fail('conformance/textures/webgl_canvas/' +
472 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
473 ['linux', 'opengl'], bug=483282)
474 self.Fail('conformance/textures/webgl_canvas/' +
475 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
476 ['linux', 'opengl'], bug=483282)
477 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 466 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
478 ['linux', 'opengl'], bug=483282) 467 ['linux', 'opengl'], bug=483282)
479 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 468 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
480 ['linux', 'opengl'], bug=483282) 469 ['linux', 'opengl'], bug=483282)
481 470
482 # Linux NVIDIA with ANGLE only
483 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
484 ['linux', 'nvidia', 'opengl'], bug=483282)
485 self.Fail('deqp/functional/gles3/buffercopy.html',
486 ['linux', 'nvidia', 'opengl'], bug=483282)
487 self.Fail('deqp/functional/gles3/bufferobjectquery.html',
488 ['linux', 'nvidia', 'opengl'], bug=483282)
489 self.Fail('conformance2/transform_feedback/transform_feedback.html',
490 ['linux', 'nvidia', 'opengl'], bug=483282)
491 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
492 ['linux', 'nvidia', 'opengl'], bug=618408)
493 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
494 ['linux', 'nvidia', 'opengl'], bug=618408)
495 self.Fail('deqp/functional/gles3/shaderbuiltinvar.html',
496 ['linux', 'nvidia', 'opengl'], bug=483282)
497 self.Fail('deqp/functional/gles3/shaderpackingfunction.html',
498 ['linux', 'nvidia', 'opengl'], bug=483282)
499 self.Fail('conformance2/buffers/bound-buffer-size-change-test.html',
500 ['linux', 'nvidia', 'opengl'], bug=483282)
501
502 # Linux Intel 471 # Linux Intel
503 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html', 472 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html',
504 ['linux', 'intel'], bug=618408) 473 ['linux', 'intel'], bug=618408)
505 self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html', 474 self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html',
506 ['linux', 'intel'], bug=635528) 475 ['linux', 'intel'], bug=635528)
507 self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html', 476 self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html',
508 ['linux', 'intel'], bug=635528) 477 ['linux', 'intel'], bug=635528)
509 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 478 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
510 ['linux', 'intel'], bug=640389) 479 ['linux', 'intel'], bug=640389)
511 480
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 ['linux', 'intel'], bug=598902) 521 ['linux', 'intel'], bug=598902)
553 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', 522 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
554 ['linux', 'intel'], bug=598902) 523 ['linux', 'intel'], bug=598902)
555 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', 524 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
556 ['linux', 'intel'], bug=598902) 525 ['linux', 'intel'], bug=598902)
557 self.Fail('deqp/functional/gles3/framebufferblit/' + 526 self.Fail('deqp/functional/gles3/framebufferblit/' +
558 'default_framebuffer_00.html', 527 'default_framebuffer_00.html',
559 ['linux', 'intel'], bug=598902) 528 ['linux', 'intel'], bug=598902)
560 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 529 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
561 ['linux', 'intel'], bug=598902) 530 ['linux', 'intel'], bug=598902)
531 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
532 ['linux', 'intel'], bug=635528)
562 533
563 # Linux Intel with ANGLE only 534 # Linux Intel with ANGLE only
564 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
565 ['linux', 'intel', 'opengl'], bug=635528)
566 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', 535 self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
567 ['linux', 'intel', 'opengl'], bug=598902) 536 ['linux', 'intel', 'opengl'], bug=598902)
568 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
569 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
570 537
571 # Linux Intel without ANGLE only 538 # Linux Intel without ANGLE only
572 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 539 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
573 ['linux', 'intel', 'no_angle'], bug=598902) 540 ['linux', 'intel', 'no_angle'], bug=598902)
574 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
575 ['linux', 'intel', 'no_angle'], bug=640395)
576 541
577 # Linux AMD only. 542 # Linux AMD only.
578 # It looks like AMD shader compiler rejects many valid ES3 semantics. 543 # It looks like AMD shader compiler rejects many valid ES3 semantics.
579 self.Fail('deqp/data/gles3/shaders/conversions.html', 544 self.Fail('deqp/data/gles3/shaders/conversions.html',
580 ['linux', 'amd'], bug=483282) 545 ['linux', 'amd'], bug=483282)
581 self.Skip('deqp/data/gles3/shaders/arrays.html', 546 self.Skip('deqp/data/gles3/shaders/arrays.html',
582 ['linux', 'amd'], bug=483282) 547 ['linux', 'amd'], bug=483282)
583 self.Fail('deqp/functional/gles3/internalformatquery.html', 548 self.Fail('deqp/functional/gles3/internalformatquery.html',
584 ['linux', 'amd'], bug=483282) 549 ['linux', 'amd'], bug=483282)
585 self.Fail('deqp/functional/gles3/texturestatequery.html', 550 self.Fail('deqp/functional/gles3/texturestatequery.html',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 # self.Fail(page_name, 806 # self.Fail(page_name,
842 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 807 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
843 # self.Fail(page_name, 808 # self.Fail(page_name,
844 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 809 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
845 810
846 # Conflicts if between a generic os condition and a specific version 811 # Conflicts if between a generic os condition and a specific version
847 # self.Fail(page_name, 812 # self.Fail(page_name,
848 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 813 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
849 # self.Fail(page_name, 814 # self.Fail(page_name,
850 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 815 # ['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