| OLD | NEW |
| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 295 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 296 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 296 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 297 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + | 297 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' + |
| 298 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 298 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 299 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 299 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 300 self.Fail('conformance/uniforms/uniform-samplers-test.html', | 300 self.Fail('conformance/uniforms/uniform-samplers-test.html', |
| 301 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 301 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 302 self.Fail('deqp/data/gles2/shaders/preprocessor.html', | 302 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 303 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 303 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 304 | 304 |
| 305 # Nexus 6 | 305 # Nexus 6 (Adreno 420) and 6P (Adreno 430) |
| 306 self.Fail('WebglExtension.EXT_sRGB', | 306 self.Fail('WebglExtension.EXT_sRGB', |
| 307 ['android', ('qualcomm', 'Adreno (TM) 420')]) | 307 ['android', |
| 308 ('qualcomm', 'Adreno (TM) 420'), |
| 309 ('qualcomm', 'Adreno (TM) 430')]) |
| 308 self.Fail('conformance/context/context-size-change.html', | 310 self.Fail('conformance/context/context-size-change.html', |
| 309 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 311 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 310 self.Fail('conformance/extensions/oes-texture-half-float.html', | 312 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 311 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 313 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 312 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', | 314 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', |
| 313 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 315 ['android', |
| 316 ('qualcomm', 'Adreno (TM) 420'), |
| 317 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 314 self.Fail('conformance/extensions/' + | 318 self.Fail('conformance/extensions/' + |
| 315 'oes-texture-half-float-with-image-data.html', | 319 'oes-texture-half-float-with-image-data.html', |
| 316 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 320 ['android', |
| 321 ('qualcomm', 'Adreno (TM) 420'), |
| 322 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 317 self.Fail('conformance/extensions/oes-texture-half-float-with-image.html', | 323 self.Fail('conformance/extensions/oes-texture-half-float-with-image.html', |
| 318 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 324 ['android', |
| 325 ('qualcomm', 'Adreno (TM) 420'), |
| 326 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 319 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', | 327 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', |
| 320 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 328 ['android', |
| 329 ('qualcomm', 'Adreno (TM) 420'), |
| 330 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 321 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', | 331 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', |
| 322 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 332 ['android', |
| 333 ('qualcomm', 'Adreno (TM) 420'), |
| 334 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 323 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', | 335 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', |
| 324 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 336 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 325 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', | 337 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', |
| 326 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 338 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 327 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', | 339 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 328 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 340 ['android', |
| 341 ('qualcomm', 'Adreno (TM) 420'), |
| 342 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 329 # This test is skipped because running it causes a future test to fail. | 343 # This test is skipped because running it causes a future test to fail. |
| 330 # The list of tests which may be that future test is very long. It is | 344 # The list of tests which may be that future test is very long. It is |
| 331 # almost (but not quite) every webgl conformance test. | 345 # almost (but not quite) every webgl conformance test. |
| 332 self.Skip('conformance/glsl/misc/shader-struct-scope.html', | 346 self.Skip('conformance/glsl/misc/shader-struct-scope.html', |
| 333 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550) | 347 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550) |
| 334 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 348 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 335 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 349 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 336 self.Fail('conformance/rendering/gl-viewport-test.html', | 350 self.Fail('conformance/rendering/gl-viewport-test.html', |
| 337 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 351 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 338 self.Fail('conformance/textures/svg_image/' + | 352 self.Fail('conformance/textures/svg_image/' + |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 # shell. | 608 # shell. |
| 595 self.Skip('conformance/extensions/oes-texture-float-with-video.html', | 609 self.Skip('conformance/extensions/oes-texture-float-with-video.html', |
| 596 ['android', 'qualcomm'], bug=499555) | 610 ['android', 'qualcomm'], bug=499555) |
| 597 # Nexus 5 failures | 611 # Nexus 5 failures |
| 598 self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html', | 612 self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html', |
| 599 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342) | 613 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342) |
| 600 self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html', | 614 self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html', |
| 601 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=527761) | 615 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=527761) |
| 602 self.Fail('conformance/glsl/bugs/sketchfab-lighting-shader-crash.html', | 616 self.Fail('conformance/glsl/bugs/sketchfab-lighting-shader-crash.html', |
| 603 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=551937) | 617 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=551937) |
| 604 # Nexus 6 failures only | 618 # Nexus 6 and 6P failures |
| 605 self.Fail('conformance/context/' + | 619 self.Fail('conformance/context/' + |
| 606 'context-attributes-alpha-depth-stencil-antialias.html', | 620 'context-attributes-alpha-depth-stencil-antialias.html', |
| 607 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 621 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 608 self.Fail('conformance/context/premultiplyalpha-test.html', | 622 self.Fail('conformance/context/premultiplyalpha-test.html', |
| 609 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 623 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 610 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', | 624 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', |
| 611 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 625 ['android', |
| 626 ('qualcomm', 'Adreno (TM) 420'), |
| 627 ('qualcomm', 'Adreno (TM) 430')], bug=499555) |
| 612 self.Fail('conformance/extensions/oes-texture-float-with-image.html', | 628 self.Fail('conformance/extensions/oes-texture-float-with-image.html', |
| 613 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 629 ['android', |
| 630 ('qualcomm', 'Adreno (TM) 420'), |
| 631 ('qualcomm', 'Adreno (TM) 430')], bug=499555) |
| 614 self.Fail('conformance/textures/image_bitmap_from_blob/*', | 632 self.Fail('conformance/textures/image_bitmap_from_blob/*', |
| 615 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 633 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 616 self.Fail('conformance/textures/image_bitmap_from_canvas/*', | 634 self.Fail('conformance/textures/image_bitmap_from_canvas/*', |
| 617 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 635 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 618 self.Fail('conformance/textures/image_bitmap_from_image/*', | 636 self.Fail('conformance/textures/image_bitmap_from_image/*', |
| 619 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 637 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 620 self.Fail('conformance/textures/image_bitmap_from_image_data/*', | 638 self.Fail('conformance/textures/image_bitmap_from_image_data/*', |
| 621 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 639 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 622 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', | 640 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', |
| 623 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262) | 641 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262) |
| (...skipping 23 matching lines...) Expand all Loading... |
| 647 self.Skip('conformance/more/functions/bindBufferBadArgs.html', | 665 self.Skip('conformance/more/functions/bindBufferBadArgs.html', |
| 648 ['android', 'android-webview-shell', | 666 ['android', 'android-webview-shell', |
| 649 ('qualcomm', 'Adreno (TM) 420')], bug=499874) | 667 ('qualcomm', 'Adreno (TM) 420')], bug=499874) |
| 650 self.Fail('conformance/rendering/gl-scissor-test.html', | 668 self.Fail('conformance/rendering/gl-scissor-test.html', |
| 651 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 669 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 652 self.Fail('conformance/textures/misc/' + | 670 self.Fail('conformance/textures/misc/' + |
| 653 'copy-tex-image-and-sub-image-2d.html', | 671 'copy-tex-image-and-sub-image-2d.html', |
| 654 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 672 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 655 self.Fail('conformance/textures/misc/' + | 673 self.Fail('conformance/textures/misc/' + |
| 656 'tex-image-and-sub-image-2d-with-array-buffer-view.html', | 674 'tex-image-and-sub-image-2d-with-array-buffer-view.html', |
| 657 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 675 ['android', |
| 676 ('qualcomm', 'Adreno (TM) 420'), |
| 677 ('qualcomm', 'Adreno (TM) 430')], bug=499555) |
| 658 self.Fail('conformance/textures/canvas/*', | 678 self.Fail('conformance/textures/canvas/*', |
| 659 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 679 ['android', |
| 680 ('qualcomm', 'Adreno (TM) 420'), |
| 681 ('qualcomm', 'Adreno (TM) 430')], bug=499555) |
| 660 self.Fail('conformance/textures/image_data/*', | 682 self.Fail('conformance/textures/image_data/*', |
| 661 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 683 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 662 self.Fail('conformance/textures/image/*', | 684 self.Fail('conformance/textures/image/*', |
| 663 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 685 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 664 self.Fail('conformance/textures/webgl_canvas/*', | 686 self.Fail('conformance/textures/webgl_canvas/*', |
| 665 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 687 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 666 # Nexus 9 failures | 688 # Nexus 9 failures |
| 667 self.Skip('conformance/extensions/oes-texture-float-with-video.html', | 689 self.Skip('conformance/extensions/oes-texture-float-with-video.html', |
| 668 ['android', 'nvidia'], bug=499555) # flaky | 690 ['android', 'nvidia'], bug=499555) # flaky |
| 669 self.Fail('conformance/glsl/bugs/multiplication-assignment.html', | 691 self.Fail('conformance/glsl/bugs/multiplication-assignment.html', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 self.Fail('conformance/textures/misc/texture-npot.html', | 780 self.Fail('conformance/textures/misc/texture-npot.html', |
| 759 ['chromeos', ('intel', 0xa011)], bug=375554) | 781 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 760 self.Fail('conformance/textures/misc/texture-npot-video.html', | 782 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 761 ['chromeos', ('intel', 0xa011)], bug=375554) | 783 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 762 self.Fail('conformance/textures/misc/texture-size.html', | 784 self.Fail('conformance/textures/misc/texture-size.html', |
| 763 ['chromeos', ('intel', 0xa011)], bug=375554) | 785 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 764 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 786 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 765 ['chromeos', ('intel', 0xa011)], bug=375554) | 787 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 766 self.Skip('conformance/uniforms/uniform-default-values.html', | 788 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 767 ['chromeos', ('intel', 0xa011)], bug=375554) | 789 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |