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

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: 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
« test/mjsunit/mjsunit.status ('K') | « 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 519
520 ['ignition == True', { 520 ['ignition == True', {
521 'annexB/B.2.3.*': [SKIP], 521 'annexB/B.2.3.*': [SKIP],
522 'built-ins/Array/prototype/reduce/*': [SKIP], 522 'built-ins/Array/prototype/reduce/*': [SKIP],
523 'built-ins/Array/prototype/reduceRight/*': [SKIP], 523 'built-ins/Array/prototype/reduceRight/*': [SKIP],
524 'built-ins/GeneratorFunction/*': [SKIP], 524 'built-ins/GeneratorFunction/*': [SKIP],
525 'built-ins/GeneratorPrototype/*': [SKIP], 525 'built-ins/GeneratorPrototype/*': [SKIP],
526 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP], 526 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP],
527 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP], 527 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP],
528 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 528 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
529 'built-ins/Proxy/has/*': [SKIP],
530 'built-ins/Reflect/enumerate/*': [SKIP], 529 'built-ins/Reflect/enumerate/*': [SKIP],
531 'language/computed-property-names/class/*': [SKIP], 530 'language/computed-property-names/class/*': [SKIP],
532 'language/computed-property-names/to-name-side-effects/*': [SKIP], 531 'language/computed-property-names/to-name-side-effects/*': [SKIP],
533 'language/directive-prologue/*': [SKIP], 532 'language/directive-prologue/*': [SKIP],
534 'language/expressions/arrow-function/*': [SKIP], 533 'language/expressions/arrow-function/*': [SKIP],
535 'language/expressions/assignment/destructuring/*': [SKIP], 534 'language/expressions/assignment/destructuring/*': [SKIP],
536 'language/expressions/class/*': [SKIP], 535 'language/expressions/class/*': [SKIP],
537 'language/expressions/generators/*': [SKIP], 536 'language/expressions/generators/*': [SKIP],
538 'language/expressions/object/method-definition/yield*': [SKIP], 537 'language/expressions/object/method-definition/yield*': [SKIP],
539 'language/expressions/object/method-definition/generator*': [SKIP], 538 'language/expressions/object/method-definition/generator*': [SKIP],
540 'language/expressions/object/prop-def-id-eval-error-2': [SKIP],
541 'language/expressions/yield/*': [SKIP], 539 'language/expressions/yield/*': [SKIP],
542 'language/statements/class/*': [SKIP], 540 'language/statements/class/*': [SKIP],
543 'language/statements/const/*': [SKIP], 541 'language/statements/const/*': [SKIP],
544 'language/statements/generators/*': [SKIP], 542 'language/statements/generators/*': [SKIP],
545 'language/statements/with/*': [SKIP],
546 543
547 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], 544 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
548 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], 545 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
549 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], 546 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
550 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], 547 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
551 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], 548 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
552 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], 549 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
553 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], 550 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
554 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], 551 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
555 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], 552 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
556 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], 553 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
557 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], 554 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP],
558 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], 555 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP],
559 'built-ins/Promise/all/ctx-ctor': [SKIP], 556 'built-ins/Promise/all/ctx-ctor': [SKIP],
560 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP], 557 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP],
561 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP], 558 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP],
562 'built-ins/Promise/race/ctx-ctor': [SKIP], 559 'built-ins/Promise/race/ctx-ctor': [SKIP],
563 'built-ins/Promise/reject/ctx-ctor': [SKIP], 560 'built-ins/Promise/reject/ctx-ctor': [SKIP],
564 'built-ins/Promise/resolve/ctx-ctor': [SKIP], 561 'built-ins/Promise/resolve/ctx-ctor': [SKIP],
565 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], 562 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP],
566 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], 563 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP],
567 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], 564 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP],
568 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], 565 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP],
569 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], 566 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP],
570 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], 567 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP],
571 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], 568 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP],
572 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], 569 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP],
573 'built-ins/String/S15.5.5.1_A4_T1': [SKIP],
574 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP], 570 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP],
575 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP], 571 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP],
576 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], 572 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
577 'language/block-scope/leave/x-after-break-to-label': [SKIP], 573 'language/block-scope/leave/x-after-break-to-label': [SKIP],
578 'language/computed-property-names/object/accessor/getter-super': [SKIP], 574 'language/computed-property-names/object/accessor/getter-super': [SKIP],
579 'language/computed-property-names/object/accessor/setter-super': [SKIP], 575 'language/computed-property-names/object/accessor/setter-super': [SKIP],
580 'language/computed-property-names/object/method/super': [SKIP], 576 'language/computed-property-names/object/method/super': [SKIP],
581 'language/default-parameters/class-definitions': [SKIP], 577 'language/default-parameters/class-definitions': [SKIP],
582 'language/default-parameters/generators': [SKIP], 578 'language/default-parameters/generators': [SKIP],
583 'language/default-parameters/param-ref-uninitialized': [SKIP], 579 'language/default-parameters/param-ref-uninitialized': [SKIP],
584 'language/eval-code/10.4.2-1-4': [SKIP],
585 'language/expressions/delete/11.4.1-4.a-5': [SKIP],
586 'language/expressions/delete/11.4.1-4.a-6': [SKIP],
587 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP], 580 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP],
588 'language/expressions/object/method-definition/name-super-prop-param': [SKIP], 581 'language/expressions/object/method-definition/name-super-prop-param': [SKIP],
589 'language/expressions/object/method-definition/name-super-prop-body': [SKIP], 582 'language/expressions/object/method-definition/name-super-prop-body': [SKIP],
590 'language/expressions/object/prop-def-id-eval-error': [SKIP],
591 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P], 583 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P],
592 'language/expressions/tagged-template/call-expression-context-strict': [SKIP], 584 'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
593 'language/expressions/template-literal/evaluation-order': [SKIP], 585 'language/expressions/template-literal/evaluation-order': [SKIP],
594 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [SKIP], 586 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [SKIP],
595 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [SKIP], 587 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [SKIP],
596 'language/statements/for-of/body-dstr-assign': [SKIP], 588 'language/statements/for-of/body-dstr-assign': [SKIP],
597 'language/statements/for-of/break': [SKIP], 589 'language/statements/for-of/break': [SKIP],
598 'language/statements/for-of/break-from-catch': [SKIP], 590 'language/statements/for-of/break-from-catch': [SKIP],
599 'language/statements/for-of/break-from-finally': [SKIP], 591 'language/statements/for-of/break-from-finally': [SKIP],
600 'language/statements/for-of/break-from-try': [SKIP], 592 'language/statements/for-of/break-from-try': [SKIP],
(...skipping 22 matching lines...) Expand all
623 'language/statements/for-of/throw-from-catch': [SKIP], 615 'language/statements/for-of/throw-from-catch': [SKIP],
624 'language/statements/for-of/throw-from-finally': [SKIP], 616 'language/statements/for-of/throw-from-finally': [SKIP],
625 'language/statements/for-of/yield': [SKIP], 617 'language/statements/for-of/yield': [SKIP],
626 'language/statements/for-of/yield-from-catch': [SKIP], 618 'language/statements/for-of/yield-from-catch': [SKIP],
627 'language/statements/for-of/yield-from-finally': [SKIP], 619 'language/statements/for-of/yield-from-finally': [SKIP],
628 'language/statements/for-of/yield-from-try': [SKIP], 620 'language/statements/for-of/yield-from-try': [SKIP],
629 'language/statements/for-of/yield-star': [SKIP], 621 'language/statements/for-of/yield-star': [SKIP],
630 'language/statements/for-of/yield-star-from-catch': [SKIP], 622 'language/statements/for-of/yield-star-from-catch': [SKIP],
631 'language/statements/for-of/yield-star-from-finally': [SKIP], 623 'language/statements/for-of/yield-star-from-finally': [SKIP],
632 'language/statements/for-of/yield-star-from-try': [SKIP], 624 'language/statements/for-of/yield-star-from-try': [SKIP],
633 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
634 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
635 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
636 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
637 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
638 'language/object-literal/concise-generator': [SKIP], 625 'language/object-literal/concise-generator': [SKIP],
639 'language/object-literal/getter': [SKIP], 626 'language/object-literal/getter': [SKIP],
640 'language/object-literal/method': [SKIP], 627 'language/object-literal/method': [SKIP],
641 'language/object-literal/setter': [SKIP], 628 'language/object-literal/setter': [SKIP],
642 'language/rest-parameters/arrow-function': [SKIP], 629 'language/rest-parameters/arrow-function': [SKIP],
643 'language/rest-parameters/expected-argument-count': [SKIP], 630 'language/rest-parameters/expected-argument-count': [SKIP],
644 'language/rest-parameters/no-alias-arguments': [SKIP], 631 'language/rest-parameters/no-alias-arguments': [SKIP],
645 'language/rest-parameters/rest-index': [SKIP], 632 'language/rest-parameters/rest-index': [SKIP],
646 'language/rest-parameters/rest-parameters-apply': [SKIP], 633 'language/rest-parameters/rest-parameters-apply': [SKIP],
647 'language/rest-parameters/rest-parameters-call': [SKIP], 634 'language/rest-parameters/rest-parameters-call': [SKIP],
648 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP], 635 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP],
649 'language/rest-parameters/with-new-target': [SKIP], 636 'language/rest-parameters/with-new-target': [SKIP],
650 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], 637 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
651 'language/statements/function/S13.2.2_A18_T2': [SKIP],
652 'language/statements/function/S13.2.2_A19_T1': [SKIP],
653 'language/statements/function/S13.2.2_A19_T2': [SKIP],
654 'language/statements/function/S13.2.2_A19_T3': [SKIP],
655 'language/statements/function/S13.2.2_A19_T4': [SKIP],
656 'language/statements/function/S13.2.2_A19_T5': [SKIP],
657 'language/statements/function/S13.2.2_A19_T6': [SKIP],
658 'language/statements/function/S13.2.2_A19_T7': [SKIP],
659 'language/statements/function/S13.2.2_A19_T8': [SKIP],
660 'language/statements/function/S13.2.2_A18_T1': [SKIP],
661 'language/statements/function/S13.2.2_A17_T2': [SKIP],
662 'language/statements/function/S13.2.2_A17_T3': [SKIP],
663 'language/statements/let/block-local-closure-get-before-initialization': [SKIP ], 638 'language/statements/let/block-local-closure-get-before-initialization': [SKIP ],
664 'language/statements/let/block-local-closure-set-before-initialization': [SKIP ], 639 'language/statements/let/block-local-closure-set-before-initialization': [SKIP ],
665 'language/statements/let/block-local-use-before-initialization-in-declaration- statement': [SKIP], 640 'language/statements/let/block-local-use-before-initialization-in-declaration- statement': [SKIP],
666 'language/statements/let/block-local-use-before-initialization-in-prior-statem ent': [SKIP], 641 'language/statements/let/block-local-use-before-initialization-in-prior-statem ent': [SKIP],
667 'language/statements/let/function-local-closure-get-before-initialization': [S KIP], 642 'language/statements/let/function-local-closure-get-before-initialization': [S KIP],
668 'language/statements/let/function-local-closure-set-before-initialization': [S KIP], 643 'language/statements/let/function-local-closure-set-before-initialization': [S KIP],
669 'language/statements/let/function-local-use-before-initialization-in-declarati on-statement': [SKIP], 644 'language/statements/let/function-local-use-before-initialization-in-declarati on-statement': [SKIP],
670 'language/statements/let/function-local-use-before-initialization-in-prior-sta tement': [SKIP], 645 'language/statements/let/function-local-use-before-initialization-in-prior-sta tement': [SKIP],
671 'language/statements/let/global-closure-get-before-initialization': [SKIP], 646 'language/statements/let/global-closure-get-before-initialization': [SKIP],
672 'language/statements/let/global-closure-set-before-initialization': [SKIP], 647 'language/statements/let/global-closure-set-before-initialization': [SKIP],
673 'language/statements/let/global-use-before-initialization-in-declaration-state ment': [SKIP], 648 'language/statements/let/global-use-before-initialization-in-declaration-state ment': [SKIP],
674 'language/statements/let/global-use-before-initialization-in-prior-statement': [SKIP], 649 'language/statements/let/global-use-before-initialization-in-prior-statement': [SKIP],
675 'language/statements/try/S12.14_A14': [SKIP],
676 'language/statements/while/S12.6.2_A4_T5': [SKIP], 650 'language/statements/while/S12.6.2_A4_T5': [SKIP],
677 651
678 }], # ignition == True 652 }], # ignition == True
679 653
680 ['ignition == True and (arch == arm or arch == arm64)', { 654 ['ignition == True and (arch == arm or arch == arm64)', {
681 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], 655 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP],
682 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], 656 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP],
683 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], 657 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP],
684 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 658 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
685 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 659 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
686 'intl402/9.2.2': [SKIP], 660 'intl402/9.2.2': [SKIP],
687 'language/statements/let/fn-name-arrow': [SKIP], 661 'language/statements/let/fn-name-arrow': [SKIP],
688 'language/statements/let/fn-name-cover': [SKIP], 662 'language/statements/let/fn-name-cover': [SKIP],
689 'language/statements/let/fn-name-fn': [SKIP], 663 'language/statements/let/fn-name-fn': [SKIP],
690 'language/statements/let/fn-name-gen': [SKIP], 664 'language/statements/let/fn-name-gen': [SKIP],
691 }], # ignition == True and (arch == arm or arch == arm64) 665 }], # ignition == True and (arch == arm or arch == arm64)
692 666
693 ] 667 ]
OLDNEW
« test/mjsunit/mjsunit.status ('K') | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698