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

Side by Side Diff: test/test262/test262.status

Issue 1656863002: [Interpreter] Adds support for with statement to interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed cctest.status. 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 | « test/mjsunit/mjsunit.status ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 541
542 ['ignition == True', { 542 ['ignition == True', {
543 'annexB/B.2.3.*': [SKIP], 543 'annexB/B.2.3.*': [SKIP],
544 'built-ins/Array/prototype/reduce/*': [SKIP], 544 'built-ins/Array/prototype/reduce/*': [SKIP],
545 'built-ins/Array/prototype/reduceRight/*': [SKIP], 545 'built-ins/Array/prototype/reduceRight/*': [SKIP],
546 'built-ins/GeneratorFunction/*': [SKIP], 546 'built-ins/GeneratorFunction/*': [SKIP],
547 'built-ins/GeneratorPrototype/*': [SKIP], 547 'built-ins/GeneratorPrototype/*': [SKIP],
548 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP], 548 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP],
549 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP], 549 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP],
550 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 550 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
551 'built-ins/Proxy/has/*': [SKIP],
552 'built-ins/Reflect/enumerate/*': [SKIP], 551 'built-ins/Reflect/enumerate/*': [SKIP],
553 'language/computed-property-names/class/*': [SKIP], 552 'language/computed-property-names/class/*': [SKIP],
554 'language/computed-property-names/to-name-side-effects/*': [SKIP], 553 'language/computed-property-names/to-name-side-effects/*': [SKIP],
555 'language/directive-prologue/*': [SKIP], 554 'language/directive-prologue/*': [SKIP],
556 'language/expressions/arrow-function/*': [SKIP], 555 'language/expressions/arrow-function/*': [SKIP],
557 'language/expressions/assignment/destructuring/*': [SKIP], 556 'language/expressions/assignment/destructuring/*': [SKIP],
558 'language/expressions/class/*': [SKIP], 557 'language/expressions/class/*': [SKIP],
559 'language/expressions/generators/*': [SKIP], 558 'language/expressions/generators/*': [SKIP],
560 'language/expressions/instanceof/primitive-prototype-with-object': [SKIP], 559 'language/expressions/instanceof/primitive-prototype-with-object': [SKIP],
561 'language/expressions/instanceof/prototype-getter-with-object-throws': [SKIP], 560 'language/expressions/instanceof/prototype-getter-with-object-throws': [SKIP],
562 'language/expressions/instanceof/prototype-getter-with-object': [SKIP], 561 'language/expressions/instanceof/prototype-getter-with-object': [SKIP],
563 'language/expressions/object/method-definition/yield*': [SKIP], 562 'language/expressions/object/method-definition/yield*': [SKIP],
564 'language/expressions/object/method-definition/generator*': [SKIP], 563 'language/expressions/object/method-definition/generator*': [SKIP],
565 'language/expressions/object/prop-def-id-eval-error-2': [SKIP],
566 'language/expressions/yield/*': [SKIP], 564 'language/expressions/yield/*': [SKIP],
567 'language/statements/class/*': [SKIP], 565 'language/statements/class/*': [SKIP],
568 'language/statements/const/*': [SKIP], 566 'language/statements/const/*': [SKIP],
569 'language/statements/generators/*': [SKIP], 567 'language/statements/generators/*': [SKIP],
570 'language/statements/with/*': [SKIP],
571 568
572 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], 569 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
573 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], 570 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
574 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], 571 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
575 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], 572 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
576 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], 573 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
577 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], 574 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
578 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], 575 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
579 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], 576 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
580 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], 577 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
581 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], 578 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
582 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], 579 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP],
583 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], 580 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP],
584 'built-ins/Promise/all/ctx-ctor': [SKIP], 581 'built-ins/Promise/all/ctx-ctor': [SKIP],
585 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP], 582 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP],
586 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP], 583 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP],
587 'built-ins/Promise/race/ctx-ctor': [SKIP], 584 'built-ins/Promise/race/ctx-ctor': [SKIP],
588 'built-ins/Promise/reject/ctx-ctor': [SKIP], 585 'built-ins/Promise/reject/ctx-ctor': [SKIP],
589 'built-ins/Promise/resolve/ctx-ctor': [SKIP], 586 'built-ins/Promise/resolve/ctx-ctor': [SKIP],
590 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], 587 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP],
591 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], 588 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP],
592 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], 589 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP],
593 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], 590 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP],
594 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], 591 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP],
595 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], 592 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP],
596 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], 593 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP],
597 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], 594 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP],
598 'built-ins/String/S15.5.5.1_A4_T1': [SKIP],
599 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP], 595 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP],
600 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP], 596 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP],
601 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], 597 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
602 'language/block-scope/leave/x-after-break-to-label': [SKIP], 598 'language/block-scope/leave/x-after-break-to-label': [SKIP],
603 'language/computed-property-names/object/accessor/getter-super': [SKIP], 599 'language/computed-property-names/object/accessor/getter-super': [SKIP],
604 'language/computed-property-names/object/accessor/setter-super': [SKIP], 600 'language/computed-property-names/object/accessor/setter-super': [SKIP],
605 'language/computed-property-names/object/method/super': [SKIP], 601 'language/computed-property-names/object/method/super': [SKIP],
606 'language/default-parameters/class-definitions': [SKIP], 602 'language/default-parameters/class-definitions': [SKIP],
607 'language/default-parameters/generators': [SKIP], 603 'language/default-parameters/generators': [SKIP],
608 'language/default-parameters/param-ref-uninitialized': [SKIP], 604 'language/default-parameters/param-ref-uninitialized': [SKIP],
609 'language/eval-code/10.4.2-1-4': [SKIP],
610 'language/expressions/delete/11.4.1-4.a-5': [SKIP],
611 'language/expressions/delete/11.4.1-4.a-6': [SKIP],
612 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP], 605 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP],
613 'language/expressions/object/method-definition/name-super-prop-param': [SKIP], 606 'language/expressions/object/method-definition/name-super-prop-param': [SKIP],
614 'language/expressions/object/method-definition/name-super-prop-body': [SKIP], 607 'language/expressions/object/method-definition/name-super-prop-body': [SKIP],
615 'language/expressions/object/prop-def-id-eval-error': [SKIP],
616 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P], 608 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P],
617 'language/expressions/tagged-template/call-expression-context-strict': [SKIP], 609 'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
618 'language/expressions/template-literal/evaluation-order': [SKIP], 610 'language/expressions/template-literal/evaluation-order': [SKIP],
619 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [SKIP], 611 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [SKIP],
620 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [SKIP], 612 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [SKIP],
621 'language/statements/for-of/body-dstr-assign': [SKIP], 613 'language/statements/for-of/body-dstr-assign': [SKIP],
622 'language/statements/for-of/break': [SKIP], 614 'language/statements/for-of/break': [SKIP],
623 'language/statements/for-of/break-from-catch': [SKIP], 615 'language/statements/for-of/break-from-catch': [SKIP],
624 'language/statements/for-of/break-from-finally': [SKIP], 616 'language/statements/for-of/break-from-finally': [SKIP],
625 'language/statements/for-of/break-from-try': [SKIP], 617 'language/statements/for-of/break-from-try': [SKIP],
(...skipping 22 matching lines...) Expand all
648 'language/statements/for-of/throw-from-catch': [SKIP], 640 'language/statements/for-of/throw-from-catch': [SKIP],
649 'language/statements/for-of/throw-from-finally': [SKIP], 641 'language/statements/for-of/throw-from-finally': [SKIP],
650 'language/statements/for-of/yield': [SKIP], 642 'language/statements/for-of/yield': [SKIP],
651 'language/statements/for-of/yield-from-catch': [SKIP], 643 'language/statements/for-of/yield-from-catch': [SKIP],
652 'language/statements/for-of/yield-from-finally': [SKIP], 644 'language/statements/for-of/yield-from-finally': [SKIP],
653 'language/statements/for-of/yield-from-try': [SKIP], 645 'language/statements/for-of/yield-from-try': [SKIP],
654 'language/statements/for-of/yield-star': [SKIP], 646 'language/statements/for-of/yield-star': [SKIP],
655 'language/statements/for-of/yield-star-from-catch': [SKIP], 647 'language/statements/for-of/yield-star-from-catch': [SKIP],
656 'language/statements/for-of/yield-star-from-finally': [SKIP], 648 'language/statements/for-of/yield-star-from-finally': [SKIP],
657 'language/statements/for-of/yield-star-from-try': [SKIP], 649 'language/statements/for-of/yield-star-from-try': [SKIP],
658 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
659 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
660 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
661 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
662 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
663 'language/object-literal/concise-generator': [SKIP], 650 'language/object-literal/concise-generator': [SKIP],
664 'language/object-literal/getter': [SKIP], 651 'language/object-literal/getter': [SKIP],
665 'language/object-literal/method': [SKIP], 652 'language/object-literal/method': [SKIP],
666 'language/object-literal/setter': [SKIP], 653 'language/object-literal/setter': [SKIP],
667 'language/rest-parameters/arrow-function': [SKIP], 654 'language/rest-parameters/arrow-function': [SKIP],
668 'language/rest-parameters/expected-argument-count': [SKIP], 655 'language/rest-parameters/expected-argument-count': [SKIP],
669 'language/rest-parameters/no-alias-arguments': [SKIP], 656 'language/rest-parameters/no-alias-arguments': [SKIP],
670 'language/rest-parameters/rest-index': [SKIP], 657 'language/rest-parameters/rest-index': [SKIP],
671 'language/rest-parameters/rest-parameters-apply': [SKIP], 658 'language/rest-parameters/rest-parameters-apply': [SKIP],
672 'language/rest-parameters/rest-parameters-call': [SKIP], 659 'language/rest-parameters/rest-parameters-call': [SKIP],
673 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP], 660 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP],
674 'language/rest-parameters/with-new-target': [SKIP], 661 'language/rest-parameters/with-new-target': [SKIP],
675 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], 662 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
676 'language/statements/function/S13.2.2_A18_T2': [SKIP],
677 'language/statements/function/S13.2.2_A19_T1': [SKIP],
678 'language/statements/function/S13.2.2_A19_T2': [SKIP],
679 'language/statements/function/S13.2.2_A19_T3': [SKIP],
680 'language/statements/function/S13.2.2_A19_T4': [SKIP],
681 'language/statements/function/S13.2.2_A19_T5': [SKIP],
682 'language/statements/function/S13.2.2_A19_T6': [SKIP],
683 'language/statements/function/S13.2.2_A19_T7': [SKIP],
684 'language/statements/function/S13.2.2_A19_T8': [SKIP],
685 'language/statements/function/S13.2.2_A18_T1': [SKIP],
686 'language/statements/function/S13.2.2_A17_T2': [SKIP],
687 'language/statements/function/S13.2.2_A17_T3': [SKIP],
688 'language/statements/let/block-local-closure-get-before-initialization': [SKIP ], 663 'language/statements/let/block-local-closure-get-before-initialization': [SKIP ],
689 'language/statements/let/block-local-closure-set-before-initialization': [SKIP ], 664 'language/statements/let/block-local-closure-set-before-initialization': [SKIP ],
690 'language/statements/let/block-local-use-before-initialization-in-declaration- statement': [SKIP], 665 'language/statements/let/block-local-use-before-initialization-in-declaration- statement': [SKIP],
691 'language/statements/let/block-local-use-before-initialization-in-prior-statem ent': [SKIP], 666 'language/statements/let/block-local-use-before-initialization-in-prior-statem ent': [SKIP],
692 'language/statements/let/function-local-closure-get-before-initialization': [S KIP], 667 'language/statements/let/function-local-closure-get-before-initialization': [S KIP],
693 'language/statements/let/function-local-closure-set-before-initialization': [S KIP], 668 'language/statements/let/function-local-closure-set-before-initialization': [S KIP],
694 'language/statements/let/function-local-use-before-initialization-in-declarati on-statement': [SKIP], 669 'language/statements/let/function-local-use-before-initialization-in-declarati on-statement': [SKIP],
695 'language/statements/let/function-local-use-before-initialization-in-prior-sta tement': [SKIP], 670 'language/statements/let/function-local-use-before-initialization-in-prior-sta tement': [SKIP],
696 'language/statements/let/global-closure-get-before-initialization': [SKIP], 671 'language/statements/let/global-closure-get-before-initialization': [SKIP],
697 'language/statements/let/global-closure-set-before-initialization': [SKIP], 672 'language/statements/let/global-closure-set-before-initialization': [SKIP],
698 'language/statements/let/global-use-before-initialization-in-declaration-state ment': [SKIP], 673 'language/statements/let/global-use-before-initialization-in-declaration-state ment': [SKIP],
699 'language/statements/let/global-use-before-initialization-in-prior-statement': [SKIP], 674 'language/statements/let/global-use-before-initialization-in-prior-statement': [SKIP],
700 'language/statements/try/S12.14_A14': [SKIP],
701 'language/statements/while/S12.6.2_A4_T5': [SKIP], 675 'language/statements/while/S12.6.2_A4_T5': [SKIP],
702 676
703 }], # ignition == True 677 }], # ignition == True
704 678
705 ['ignition == True and (arch == arm or arch == arm64)', { 679 ['ignition == True and (arch == arm or arch == arm64)', {
706 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], 680 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP],
707 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], 681 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP],
708 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], 682 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP],
709 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 683 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
710 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 684 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
711 'intl402/9.2.2': [SKIP], 685 'intl402/9.2.2': [SKIP],
712 'language/statements/let/fn-name-arrow': [SKIP], 686 'language/statements/let/fn-name-arrow': [SKIP],
713 'language/statements/let/fn-name-cover': [SKIP], 687 'language/statements/let/fn-name-cover': [SKIP],
714 'language/statements/let/fn-name-fn': [SKIP], 688 'language/statements/let/fn-name-fn': [SKIP],
715 'language/statements/let/fn-name-gen': [SKIP], 689 'language/statements/let/fn-name-gen': [SKIP],
716 }], # ignition == True and (arch == arm or arch == arm64) 690 }], # ignition == True and (arch == arm or arch == arm64)
717 691
718 ] 692 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698