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

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

Issue 1420963009: [Interpreter]: Add ignition blacklist to mjsunit.status and test262.status. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move TopLevelFunctionPassesFilter Created 5 years, 1 month 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
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'language/statements/function/S13.2.1_A1_T1': [SKIP], 663 'language/statements/function/S13.2.1_A1_T1': [SKIP],
664 664
665 # BUG(3251225): Tests that timeout with --nocrankshaft. 665 # BUG(3251225): Tests that timeout with --nocrankshaft.
666 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 666 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
667 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 667 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
668 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 668 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
669 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 669 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
670 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 670 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
671 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 671 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
672 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 672 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
673
674 ['ignition == True ', {
675 'annexB/B.2.3.*': [SKIP],
676 'built-ins/Array/prototype/reduce/*': [SKIP],
677 'built-ins/Array/prototype/reduceRight/*': [SKIP],
678 'built-ins/decodeURI*': [SKIP],
679 'built-ins/GeneratorPrototype/*': [SKIP],
680 'built-ins/Map/*': [SKIP],
681 'built-ins/MapIteratorPrototype/*': [SKIP],
682 'built-ins/Set/*': [SKIP],
683 'built-ins/SetIteratorPrototype/*': [SKIP],
684 'built-ins/WeakMap/*': [SKIP],
685 'built-ins/WeakSet/*': [SKIP],
686 'language/computed-property-names/class/*': [SKIP],
687 'language/computed-property-names/to-name-side-effects/*': [SKIP],
688 'language/directive-prologue/*': [SKIP],
689 'language/expressions/arrow-function/*': [SKIP],
690 'language/expressions/class/*': [SKIP],
691 'language/expressions/generators/*': [SKIP],
692 'language/expressions/object/method-definition/yield*': [SKIP],
693 'language/expressions/object/method-definition/generator*': [SKIP],
694 'language/expressions/yield/*': [SKIP],
695 'language/function-code/*': [SKIP],
696 'language/statements/class/*': [SKIP],
697 'language/statements/const/*': [SKIP],
698 'language/statements/for-in/const*': [SKIP],
699 'language/statements/for-in/let*': [SKIP],
700 'language/statements/for-of/*': [SKIP],
701 'language/statements/generators/*': [SKIP],
702 'language/statements/let/*': [SKIP],
703 'language/statements/try/*': [SKIP],
704 'language/statements/with/*': [SKIP],
705
706 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
707 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP],
708 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP],
709 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP],
710 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP],
711 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP],
712 'built-ins/Date/15.9.1.15-1': [SKIP],
713 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
714 'built-ins/Object/defineProperty/15.2.3.6-4-625gs': [SKIP],
715 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
716 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
717 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
718 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
719 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
720 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
721 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
722 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
723 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP],
724 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP],
725 'built-ins/Promise/all/ctx-ctor': [SKIP],
726 'built-ins/Promise/race/ctx-ctor': [SKIP],
727 'built-ins/Promise/reject/ctx-ctor': [SKIP],
728 'built-ins/Promise/resolve/ctx-ctor': [SKIP],
729 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP],
730 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP],
731 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP],
732 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP],
733 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP],
734 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP],
735 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP],
736 'built-ins/String/S15.5.5.1_A4_T1': [SKIP],
737 'language/block-scope/leave/x-after-break-to-label': [SKIP],
738 'language/computed-property-names/object/accessor/getter-super': [SKIP],
739 'language/computed-property-names/object/accessor/setter-super': [SKIP],
740 'language/computed-property-names/object/method/super': [SKIP],
741 'language/expressions/delete/11.4.1-4.a-5': [SKIP],
742 'language/expressions/delete/11.4.1-4.a-6': [SKIP],
743 'language/expressions/object/method-definition/name-super-prop-body': [SKIP],
744 'language/expressions/object/prop-def-id-eval-error': [SKIP],
745 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI P],
746 'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
747 'language/expressions/template-literal/evaluation-order': [SKIP],
748 'language/expressions/this/11.1.1-1gs': [SKIP],
749 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
750 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
751 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
752 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
753 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
754 'language/object-literal/concise-generator': [SKIP],
755 'language/object-literal/getter': [SKIP],
756 'language/object-literal/method': [SKIP],
757 'language/object-literal/setter': [SKIP],
758 'language/rest-parameters/with-new-target': [SKIP],
759 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
760 'language/statements/function/S13.2.2_A18_T2': [SKIP],
761 'language/statements/function/S13.2.2_A19_T1': [SKIP],
762 'language/statements/function/S13.2.2_A19_T2': [SKIP],
763 'language/statements/function/S13.2.2_A19_T3': [SKIP],
764 'language/statements/function/S13.2.2_A19_T4': [SKIP],
765 'language/statements/function/S13.2.2_A19_T5': [SKIP],
766 'language/statements/function/S13.2.2_A19_T6': [SKIP],
767 'language/statements/function/S13.2.2_A19_T7': [SKIP],
768 'language/statements/function/S13.2.2_A19_T8': [SKIP],
769 'language/statements/while/S12.6.2_A4_T5': [SKIP],
770 }], # ignition == True
771
673 ] 772 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/test262/testcfg.py » ('j') | tools/run-tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698