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

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

Issue 1595223004: [Interpreter] Change ignition fallback flag to only fallback on catch, not eval. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 11 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') | tools/testrunner/local/testsuite.py » ('j') | 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'language/statements/with/*': [SKIP], 598 'language/statements/with/*': [SKIP],
599 599
600 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], 600 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
601 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP], 601 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP],
602 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP], 602 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP],
603 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP], 603 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP],
604 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP], 604 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP],
605 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP], 605 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP],
606 'built-ins/Date/15.9.1.15-1': [SKIP], 606 'built-ins/Date/15.9.1.15-1': [SKIP],
607 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], 607 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
608 'built-ins/eval/S15.1.2.1_A3.3_T4': [SKIP],
608 'built-ins/JSON/stringify/*': [SKIP], 609 'built-ins/JSON/stringify/*': [SKIP],
609 'built-ins/Object/defineProperty/15.2.3.6-4-625gs': [SKIP], 610 'built-ins/Object/defineProperty/15.2.3.6-4-625gs': [SKIP],
610 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], 611 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
611 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], 612 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
612 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], 613 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
613 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], 614 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
614 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], 615 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
615 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], 616 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
616 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], 617 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
617 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], 618 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
(...skipping 15 matching lines...) Expand all
633 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP], 634 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP],
634 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP], 635 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP],
635 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], 636 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
636 'language/block-scope/leave/x-after-break-to-label': [SKIP], 637 'language/block-scope/leave/x-after-break-to-label': [SKIP],
637 'language/computed-property-names/object/accessor/getter-super': [SKIP], 638 'language/computed-property-names/object/accessor/getter-super': [SKIP],
638 'language/computed-property-names/object/accessor/setter-super': [SKIP], 639 'language/computed-property-names/object/accessor/setter-super': [SKIP],
639 'language/computed-property-names/object/method/super': [SKIP], 640 'language/computed-property-names/object/method/super': [SKIP],
640 'language/default-parameters/class-definitions': [SKIP], 641 'language/default-parameters/class-definitions': [SKIP],
641 'language/default-parameters/generators': [SKIP], 642 'language/default-parameters/generators': [SKIP],
642 'language/default-parameters/param-ref-uninitialized': [SKIP], 643 'language/default-parameters/param-ref-uninitialized': [SKIP],
644 'language/eval-code/10.4.2-1-4': [SKIP],
643 'language/expressions/delete/11.4.1-4.a-5': [SKIP], 645 'language/expressions/delete/11.4.1-4.a-5': [SKIP],
644 'language/expressions/delete/11.4.1-4.a-6': [SKIP], 646 'language/expressions/delete/11.4.1-4.a-6': [SKIP],
645 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP], 647 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP],
646 'language/expressions/object/method-definition/name-super-prop-param': [SKIP], 648 'language/expressions/object/method-definition/name-super-prop-param': [SKIP],
647 'language/expressions/object/method-definition/name-super-prop-body': [SKIP], 649 'language/expressions/object/method-definition/name-super-prop-body': [SKIP],
648 'language/expressions/object/prop-def-id-eval-error': [SKIP], 650 'language/expressions/object/prop-def-id-eval-error': [SKIP],
649 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P], 651 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P],
650 'language/expressions/tagged-template/call-expression-context-strict': [SKIP], 652 'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
651 'language/expressions/template-literal/evaluation-order': [SKIP], 653 'language/expressions/template-literal/evaluation-order': [SKIP],
652 'language/expressions/this/11.1.1-1gs': [SKIP], 654 'language/expressions/this/11.1.1-1gs': [SKIP],
653 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], 655 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
654 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], 656 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
655 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], 657 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
656 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], 658 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
657 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP], 659 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
660 'language/line-terminators/S7.3_A3.1_T1': [SKIP],
658 'language/object-literal/concise-generator': [SKIP], 661 'language/object-literal/concise-generator': [SKIP],
659 'language/object-literal/getter': [SKIP], 662 'language/object-literal/getter': [SKIP],
660 'language/object-literal/method': [SKIP], 663 'language/object-literal/method': [SKIP],
661 'language/object-literal/setter': [SKIP], 664 'language/object-literal/setter': [SKIP],
662 'language/rest-parameters/arrow-function': [SKIP], 665 'language/rest-parameters/arrow-function': [SKIP],
663 'language/rest-parameters/expected-argument-count': [SKIP], 666 'language/rest-parameters/expected-argument-count': [SKIP],
664 'language/rest-parameters/no-alias-arguments': [SKIP], 667 'language/rest-parameters/no-alias-arguments': [SKIP],
665 'language/rest-parameters/rest-index': [SKIP], 668 'language/rest-parameters/rest-index': [SKIP],
666 'language/rest-parameters/rest-parameters-apply': [SKIP], 669 'language/rest-parameters/rest-parameters-apply': [SKIP],
667 'language/rest-parameters/rest-parameters-call': [SKIP], 670 'language/rest-parameters/rest-parameters-call': [SKIP],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 706 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
704 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 707 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
705 'intl402/9.2.2': [SKIP], 708 'intl402/9.2.2': [SKIP],
706 'language/statements/let/fn-name-arrow': [SKIP], 709 'language/statements/let/fn-name-arrow': [SKIP],
707 'language/statements/let/fn-name-cover': [SKIP], 710 'language/statements/let/fn-name-cover': [SKIP],
708 'language/statements/let/fn-name-fn': [SKIP], 711 'language/statements/let/fn-name-fn': [SKIP],
709 'language/statements/let/fn-name-gen': [SKIP], 712 'language/statements/let/fn-name-gen': [SKIP],
710 }], # ignition == True and (arch == arm or arch == arm64) 713 }], # ignition == True and (arch == arm or arch == arm64)
711 714
712 ] 715 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/testrunner/local/testsuite.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698