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

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

Issue 2123423002: Roll WebGL 214fe8f..ae375e0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip the broken test until ANGLE is fixed. Created 4 years, 5 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import os 4 import os
5 5
6 from gpu_tests.gpu_test_expectations import GpuTestExpectations 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 109 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
110 self.Fail('conformance/glsl/misc/' + 110 self.Fail('conformance/glsl/misc/' +
111 'shader-with-vec4-vec3-vec4-conditional.html', 111 'shader-with-vec4-vec3-vec4-conditional.html',
112 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 112 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
113 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 113 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
114 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 114 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
115 self.Fail('conformance/glsl/misc/struct-equals.html', 115 self.Fail('conformance/glsl/misc/struct-equals.html',
116 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 116 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
117 self.Fail('conformance/state/state-uneffected-after-compositing.html', 117 self.Fail('conformance/state/state-uneffected-after-compositing.html',
118 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 118 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
119 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
120 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
121 119
122 # Nexus 5X 120 # Nexus 5X
123 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', 121 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html',
124 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 122 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
125 self.Fail('conformance/extensions/oes-texture-float-with-image.html', 123 self.Fail('conformance/extensions/oes-texture-float-with-image.html',
126 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 124 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
127 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', 125 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html',
128 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 126 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
129 self.Fail('conformance/extensions/' + 127 self.Fail('conformance/extensions/' +
130 'oes-texture-half-float-with-image-data.html', 128 'oes-texture-half-float-with-image-data.html',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'tex-2d-rgba-rgba-unsigned_byte.html', 290 'tex-2d-rgba-rgba-unsigned_byte.html',
293 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 291 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
294 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + 292 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
295 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 293 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
296 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 294 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
297 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + 295 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
298 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 296 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
299 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 297 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
300 self.Fail('conformance/uniforms/uniform-samplers-test.html', 298 self.Fail('conformance/uniforms/uniform-samplers-test.html',
301 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 299 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
302 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
303 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
304 300
305 # Nexus 6 (Adreno 420) and 6P (Adreno 430) 301 # Nexus 6 (Adreno 420) and 6P (Adreno 430)
306 self.Fail('WebglExtension.EXT_sRGB', 302 self.Fail('WebglExtension.EXT_sRGB',
307 ['android', 303 ['android',
308 ('qualcomm', 'Adreno (TM) 420'), 304 ('qualcomm', 'Adreno (TM) 420'),
309 ('qualcomm', 'Adreno (TM) 430')]) 305 ('qualcomm', 'Adreno (TM) 430')])
310 self.Fail('conformance/context/context-size-change.html', 306 self.Fail('conformance/context/context-size-change.html',
311 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 307 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
312 self.Fail('conformance/extensions/oes-texture-half-float.html', 308 self.Fail('conformance/extensions/oes-texture-half-float.html',
313 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 309 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 503 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
508 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + 504 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
509 'tex-2d-rgba-rgba-unsigned_byte.html', 505 'tex-2d-rgba-rgba-unsigned_byte.html',
510 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 506 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
511 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + 507 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
512 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 508 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
513 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 509 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
514 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + 510 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
515 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 511 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
516 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 512 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
517 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
518 ['android',
519 ('qualcomm', 'Adreno (TM) 420'),
520 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
521 self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html', 513 self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html',
522 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 514 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
523 515
524 # Nexus 9 516 # Nexus 9
525 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', 517 self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
526 ['android', ('nvidia', 'NVIDIA Tegra')]) 518 ['android', ('nvidia', 'NVIDIA Tegra')])
527 519
528 # ======================== 520 # ========================
529 # Conformance expectations 521 # Conformance expectations
530 # ======================== 522 # ========================
(...skipping 12 matching lines...) Expand all
543 # ['mavericks', ('nvidia', 0xfe9)], bug=586536) 535 # ['mavericks', ('nvidia', 0xfe9)], bug=586536)
544 # self.Fail('conformance/extensions/webgl-draw-buffers.html', 536 # self.Fail('conformance/extensions/webgl-draw-buffers.html',
545 # ['linux', ('intel', 0x412), 'opengl'], bug=586536) 537 # ['linux', ('intel', 0x412), 'opengl'], bug=586536)
546 538
547 539
548 self.Skip('conformance/glsl/bugs/' + 540 self.Skip('conformance/glsl/bugs/' +
549 'global-invariant-does-not-leak-across-shaders.html', 541 'global-invariant-does-not-leak-across-shaders.html',
550 bug=625363) 542 bug=625363)
551 543
552 # Fails on multiple platforms 544 # Fails on multiple platforms
545 self.Skip('deqp/data/gles2/shaders/preprocessor.html', bug=625363)
553 546
554 # OpenGL / NVIDIA failures 547 # OpenGL / NVIDIA failures
555 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 548 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
556 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID 549 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
557 550
558 # Win failures 551 # Win failures
559 self.Fail('conformance/extensions/oes-texture-half-float.html', 552 self.Fail('conformance/extensions/oes-texture-half-float.html',
560 ['win'], bug=607283) 553 ['win'], bug=607283)
561 # Note that the following two tests pass with OpenGL. 554 # Note that the following two tests pass with OpenGL.
562 self.Fail('conformance/glsl/bugs/' + 555 self.Fail('conformance/glsl/bugs/' +
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 # Mark ANGLE's OpenGL as flaky on Windows Nvidia 612 # Mark ANGLE's OpenGL as flaky on Windows Nvidia
620 self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083) 613 self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083)
621 614
622 # Win / OpenGL / AMD failures 615 # Win / OpenGL / AMD failures
623 self.Skip('conformance/glsl/misc/shader-struct-scope.html', 616 self.Skip('conformance/glsl/misc/shader-struct-scope.html',
624 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID 617 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
625 self.Skip('conformance/glsl/misc/shaders-with-invariance.html', 618 self.Skip('conformance/glsl/misc/shaders-with-invariance.html',
626 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID 619 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
627 self.Fail('conformance/glsl/misc/struct-nesting-of-variable-names.html', 620 self.Fail('conformance/glsl/misc/struct-nesting-of-variable-names.html',
628 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID 621 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
629 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
630 ['win', 'amd', 'opengl'], bug=478572)
631 622
632 # Win / OpenGL / Intel failures 623 # Win / OpenGL / Intel failures
633 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', 624 self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
634 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 625 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
635 self.Fail('conformance/glsl/misc/shader-struct-scope.html', 626 self.Fail('conformance/glsl/misc/shader-struct-scope.html',
636 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 627 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
637 self.Fail('conformance/uniforms/uniform-default-values.html', 628 self.Fail('conformance/uniforms/uniform-default-values.html',
638 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 629 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
639 630
640 # Mac failures 631 # Mac failures
641 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 632 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
642 ['mac'], bug=421710) 633 ['mac'], bug=421710)
643 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
644 ['mac'], bug=478572)
645 self.Fail('deqp/data/gles2/shaders/scoping.html', 634 self.Fail('deqp/data/gles2/shaders/scoping.html',
646 ['mac'], bug=478572) 635 ['mac'], bug=478572)
647 636
648 # Mac Retina NVIDIA failures 637 # Mac Retina NVIDIA failures
649 self.Fail( 638 self.Fail(
650 'conformance/glsl/bugs/array-of-struct-with-int-first-position.html', 639 'conformance/glsl/bugs/array-of-struct-with-int-first-position.html',
651 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912) 640 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912)
652 641
653 # Mac Retina AMD failures 642 # Mac Retina AMD failures
654 self.Flaky('conformance/extensions/oes-texture-float-with-video.html', 643 self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
655 ['mac', ('amd', 0x6821)], bug=599272) 644 ['mac', ('amd', 0x6821)], bug=599272)
656 645
657 # Linux failures 646 # Linux failures
658 # OpenGL 647 # OpenGL
659 self.Fail('conformance/extensions/oes-texture-half-float.html', 648 self.Fail('conformance/extensions/oes-texture-half-float.html',
660 ['linux', 'opengl'], bug=607283) 649 ['linux', 'opengl'], bug=607283)
661 650
662 # NVIDIA 651 # NVIDIA
663 self.Fail('conformance/extensions/angle-instanced-arrays.html', 652 self.Fail('conformance/extensions/angle-instanced-arrays.html',
664 ['linux', 'nvidia'], bug=544989) # Too flaky to retry 653 ['linux', 'nvidia'], bug=544989) # Too flaky to retry
665 self.Flaky('conformance/extensions/oes-element-index-uint.html', 654 self.Flaky('conformance/extensions/oes-element-index-uint.html',
666 ['linux', 'nvidia'], bug=524144) 655 ['linux', 'nvidia'], bug=524144)
667 self.Flaky('conformance/textures/image/' + 656 self.Flaky('conformance/textures/image/' +
668 'tex-2d-rgb-rgb-unsigned_byte.html', 657 'tex-2d-rgb-rgb-unsigned_byte.html',
669 ['linux', 'nvidia'], bug=596622) 658 ['linux', 'nvidia'], bug=596622)
670 # AMD 659 # AMD
671 self.Flaky('conformance/more/functions/uniformi.html', 660 self.Flaky('conformance/more/functions/uniformi.html',
672 ['linux', 'amd'], bug=550989) 661 ['linux', 'amd'], bug=550989)
673 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
674 ['linux', 'amd'], bug=478572)
675 662
676 # AMD Radeon 6450 663 # AMD Radeon 6450
677 self.Fail('conformance/extensions/angle-instanced-arrays.html', 664 self.Fail('conformance/extensions/angle-instanced-arrays.html',
678 ['linux', ('amd', 0x6779)], bug=479260) 665 ['linux', ('amd', 0x6779)], bug=479260)
679 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', 666 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html',
680 ['linux', ('amd', 0x6779)], bug=436212) 667 ['linux', ('amd', 0x6779)], bug=436212)
681 self.Flaky('conformance/glsl/misc/shader-struct-scope.html', 668 self.Flaky('conformance/glsl/misc/shader-struct-scope.html',
682 ['linux', ('amd', 0x6779)], bug=436212) 669 ['linux', ('amd', 0x6779)], bug=436212)
683 self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html', 670 self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html',
684 ['linux', ('amd', 0x6779)], bug=436212) 671 ['linux', ('amd', 0x6779)], bug=436212)
(...skipping 25 matching lines...) Expand all
710 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', 697 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
711 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 698 ['linux', 'intel'], bug=540543) # ANGLE bug 1277
712 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 699 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
713 ['linux', 'intel'], bug=540543) # ANGLE bug 1276 700 ['linux', 'intel'], bug=540543) # ANGLE bug 1276
714 self.Fail('conformance/glsl/misc/shaders-with-varyings.html', 701 self.Fail('conformance/glsl/misc/shaders-with-varyings.html',
715 ['linux', 'intel'], bug=540543) 702 ['linux', 'intel'], bug=540543)
716 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', 703 self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
717 ['linux', 'intel', 'opengl'], bug=1312) # ANGLE bug id 704 ['linux', 'intel', 'opengl'], bug=1312) # ANGLE bug id
718 self.Fail('deqp/data/gles2/shaders/linkage.html', 705 self.Fail('deqp/data/gles2/shaders/linkage.html',
719 ['linux', 'intel'], bug=540543) 706 ['linux', 'intel'], bug=540543)
720 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
721 ['linux', 'intel'], bug=1312) # ANGLE bug id. See also 598910
722 # The Mesa Intel driver has a scoping bug, see 707 # The Mesa Intel driver has a scoping bug, see
723 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 708 # https://bugs.freedesktop.org/show_bug.cgi?id=95184
724 self.Fail('deqp/data/gles2/shaders/scoping.html', 709 self.Fail('deqp/data/gles2/shaders/scoping.html',
725 ['linux', 'intel'], bug=610800) 710 ['linux', 'intel'], bug=610800)
726 self.Fail('conformance/glsl/bugs/sampler-array-using-loop-index.html', 711 self.Fail('conformance/glsl/bugs/sampler-array-using-loop-index.html',
727 ['linux', 'intel', 'opengl'], bug=598924) 712 ['linux', 'intel', 'opengl'], bug=598924)
728 self.Skip('conformance/uniforms/gl-uniform-arrays.html', 713 self.Skip('conformance/uniforms/gl-uniform-arrays.html',
729 ['linux', 'debug', ('intel', 0x412)], bug=604140) 714 ['linux', 'debug', ('intel', 0x412)], bug=604140)
730 715
731 # Android failures 716 # Android failures
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 self.Fail('conformance/textures/misc/texture-npot.html', 929 self.Fail('conformance/textures/misc/texture-npot.html',
945 ['chromeos', ('intel', 0xa011)], bug=375554) 930 ['chromeos', ('intel', 0xa011)], bug=375554)
946 self.Fail('conformance/textures/misc/texture-npot-video.html', 931 self.Fail('conformance/textures/misc/texture-npot-video.html',
947 ['chromeos', ('intel', 0xa011)], bug=375554) 932 ['chromeos', ('intel', 0xa011)], bug=375554)
948 self.Fail('conformance/textures/misc/texture-size.html', 933 self.Fail('conformance/textures/misc/texture-size.html',
949 ['chromeos', ('intel', 0xa011)], bug=375554) 934 ['chromeos', ('intel', 0xa011)], bug=375554)
950 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 935 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
951 ['chromeos', ('intel', 0xa011)], bug=375554) 936 ['chromeos', ('intel', 0xa011)], bug=375554)
952 self.Skip('conformance/uniforms/uniform-default-values.html', 937 self.Skip('conformance/uniforms/uniform-default-values.html',
953 ['chromeos', ('intel', 0xa011)], bug=375554) 938 ['chromeos', ('intel', 0xa011)], bug=375554)
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