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

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

Issue 1689573004: [interpreter] Support for ES6 super keyword. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase 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
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'es6/generators-poisoned-properties': [FAIL], 793 'es6/generators-poisoned-properties': [FAIL],
794 'es6/generators-runtime': [FAIL], 794 'es6/generators-runtime': [FAIL],
795 'es6/generators-objects': [FAIL], 795 'es6/generators-objects': [FAIL],
796 'es6/generators-parsing': [FAIL], 796 'es6/generators-parsing': [FAIL],
797 'es6/generators-iteration': [FAIL], 797 'es6/generators-iteration': [FAIL],
798 'es6/generators-states': [FAIL], 798 'es6/generators-states': [FAIL],
799 'es6/iteration-semantics': [FAIL], 799 'es6/iteration-semantics': [FAIL],
800 'es6/iterator-prototype': [FAIL], 800 'es6/iterator-prototype': [FAIL],
801 'es6/generators-mirror': [FAIL], 801 'es6/generators-mirror': [FAIL],
802 'es6/object-literals-method': [FAIL], 802 'es6/object-literals-method': [FAIL],
803 'es6/object-literals-super': [FAIL],
803 'es6/generators-relocation': [FAIL], 804 'es6/generators-relocation': [FAIL],
804 'es6/spread-array': [FAIL], 805 'es6/spread-array': [FAIL],
805 'es6/generators-debug-liveedit': [FAIL], 806 'es6/generators-debug-liveedit': [FAIL],
806 'es6/spread-call': [FAIL], 807 'es6/spread-call': [FAIL],
807 'es6/typedarray-from': [FAIL], 808 'es6/typedarray-from': [FAIL],
808 'es6/typedarray': [FAIL], 809 'es6/typedarray': [FAIL],
809 'es6/regress/regress-2681': [FAIL], 810 'es6/regress/regress-2681': [FAIL],
810 'es6/regress/regress-2691': [FAIL], 811 'es6/regress/regress-2691': [FAIL],
811 'es6/regress/regress-455141': [FAIL], 812 'es6/regress/regress-455141': [FAIL],
812 'es6/regress/regress-3280': [FAIL], 813 'es6/regress/regress-3280': [FAIL],
813 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL], 814 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL],
814 'harmony/destructuring-assignment': [FAIL], 815 'harmony/destructuring-assignment': [FAIL],
815 'harmony/function-sent': [FAIL], 816 'harmony/function-sent': [FAIL],
816 'harmony/private-symbols': [FAIL], 817 'harmony/private-symbols': [FAIL],
817 'harmony/reflect-enumerate-delete': [FAIL], 818 'harmony/reflect-enumerate-delete': [FAIL],
818 'harmony/reflect-enumerate-special-cases': [FAIL], 819 'harmony/reflect-enumerate-special-cases': [FAIL],
819 'harmony/proxies-enumerate': [FAIL], 820 'harmony/proxies-enumerate': [FAIL],
820 'harmony/reflect-enumerate-opt': [FAIL], 821 'harmony/reflect-enumerate-opt': [FAIL],
821 'harmony/reflect-enumerate': [FAIL], 822 'harmony/reflect-enumerate': [FAIL],
822 'harmony/destructuring': [FAIL], 823 'harmony/destructuring': [FAIL],
823 'harmony/regress/regress-4482': [FAIL], 824 'harmony/regress/regress-4482': [FAIL],
824 'harmony/reflect': [FAIL], 825 'harmony/reflect': [FAIL],
825 'harmony/generators': [FAIL], 826 'harmony/generators': [FAIL],
826 'regress/regress-572589': [FAIL], 827 'regress/regress-572589': [FAIL],
827 'harmony/reflect-construct': [FAIL], 828 'harmony/reflect-construct': [FAIL],
828 'es6/promises': [FAIL], 829 'es6/promises': [FAIL],
829 'deserialize-optimize-inner': [FAIL], 830 'deserialize-optimize-inner': [FAIL],
830 831
831 # TODO(oth,4682): Requires VisitThisFunctionVariable support.
832 'es6/classes-maps': [FAIL],
833 'es6/array-concat': [FAIL],
834 'es6/classes-subclass-arrays': [FAIL],
835 'es6/classes-derived-return-type': [FAIL],
836 'es6/classes-experimental': [FAIL],
837 'es6/legacy-subclassing': [FAIL],
838 'es6/new-target': [FAIL],
839 'es6/promise-internal-setter': [FAIL],
840 'es6/regexp-constructor': [FAIL],
841 'es6/rest-params': [FAIL],
842 'es6/spread-call-new-class': [FAIL],
843 'es6/typedarray-of': [FAIL],
844 'harmony/array-species': [FAIL],
845 'harmony/arraybuffer-species': [FAIL],
846 'harmony/promise-species': [FAIL],
847 'es6/debug-break-default-constructor': [FAIL],
848 'harmony/typedarray-species': [FAIL],
849 'regress/regress-544991': [FAIL],
850 'regress/regress-crbug-498022': [FAIL],
851 'regress/regress-crbug-575080': [FAIL],
852 'regress/regress-crbug-580506': [FAIL],
853 'regress/regress-typedarray-length': [FAIL],
854
855 # TODO(oth,4682): Requires VisitSetHomeObject support.
856 'es6/class-computed-property-names-super': [FAIL],
857 'es6/classes-lazy-parsing': [FAIL],
858 'es6/computed-property-names-super': [FAIL],
859 'es6/classes': [FAIL],
860 'es6/object-literals-super': [FAIL],
861 'es6/spread-call-super-property': [FAIL],
862 'es6/super': [FAIL],
863 'es6/regress/regress-4097': [FAIL],
864 'es6/regress/regress-4466': [FAIL],
865 'es6/regress/regress-4522': [FAIL],
866 'es6/regress/regress-cr493566': [FAIL],
867 'harmony/regress/regress-4395': [FAIL],
868 'regress/regress-4525': [FAIL],
869 'regress/regress-4521': [FAIL],
870
871 # TODO(rmcilroy,4680): Check failed in 832 # TODO(rmcilroy,4680): Check failed in
872 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). 833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
873 'regress/regress-crbug-429159': [FAIL], 834 'regress/regress-crbug-429159': [FAIL],
874 835
875 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. 836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry.
876 'regress/regress-123919': [FAIL], 837 'regress/regress-123919': [FAIL],
877 838
878 # TODO(rmcilroy,4680): Pass on debug, fail on release. 839 # TODO(rmcilroy,4680): Pass on debug, fail on release.
879 'compiler/regress-stacktrace-methods': [PASS, FAIL], 840 'compiler/regress-stacktrace-methods': [PASS, FAIL],
880 841
881 # TODO(rmcilroy,4680): Test assert failures. 842 # TODO(rmcilroy,4680): Test assert failures.
882 'array-literal-feedback': [FAIL], 843 'array-literal-feedback': [FAIL],
883 'undetectable-compare': [FAIL], 844 'undetectable-compare': [FAIL],
884 'debug-liveedit-2': [FAIL], 845 'debug-liveedit-2': [FAIL],
885 'compiler/deopt-tonumber-compare': [FAIL], 846 'compiler/deopt-tonumber-compare': [FAIL],
886 'es6/string-search': [FAIL], 847 'es6/string-search': [FAIL],
887 'es6/tail-call-proxies': [FAIL], 848 'es6/tail-call-proxies': [FAIL],
888 'es6/tail-call': [FAIL], 849 'es6/tail-call': [FAIL],
889 'es6/tail-call-simple': [FAIL], 850 'es6/tail-call-simple': [FAIL],
890 'es6/mirror-collections': [FAIL], 851 'es6/mirror-collections': [FAIL],
891 'es6/block-const-assign': [FAIL],
892 'es6/regress/regress-468661': [FAIL], 852 'es6/regress/regress-468661': [FAIL],
893 'harmony/string-replace': [FAIL], 853 'harmony/string-replace': [FAIL],
894 'harmony/string-match': [FAIL], 854 'harmony/string-match': [FAIL],
895 'harmony/string-split': [FAIL], 855 'harmony/string-split': [FAIL],
896 'harmony/block-const-assign-sloppy': [FAIL],
897 'regress/regress-2618': [FAIL], 856 'regress/regress-2618': [FAIL],
898 'regress/regress-4121': [FAIL], 857 'regress/regress-4121': [FAIL],
899 'regress/regress-4266': [FAIL], 858 'regress/regress-4266': [FAIL],
900 'harmony/simd': [FAIL], 859 'harmony/simd': [FAIL],
901 'regress/regress-crbug-109362': [FAIL], 860 'regress/regress-crbug-109362': [FAIL],
902 'regress/regress-1170187': [FAIL], 861 'regress/regress-1170187': [FAIL],
903 'regress/regress-131994': [FAIL], 862 'regress/regress-131994': [FAIL],
904 'regress/regress-crbug-568477-2': [FAIL], 863 'regress/regress-crbug-568477-2': [FAIL],
905 'regress/regress-crbug-568477-3': [FAIL], 864 'regress/regress-crbug-568477-3': [FAIL],
906 'regress/regress-crbug-568477-1': [FAIL], 865 'regress/regress-crbug-568477-1': [FAIL],
(...skipping 27 matching lines...) Expand all
934 'regress/regress-crbug-387599': [FAIL], 893 'regress/regress-crbug-387599': [FAIL],
935 'regress/regress-prepare-break-while-recompile': [FAIL], 894 'regress/regress-prepare-break-while-recompile': [FAIL],
936 'regress/regress-crbug-506443': [FAIL], 895 'regress/regress-crbug-506443': [FAIL],
937 'regress/regress-crbug-507070': [FAIL], 896 'regress/regress-crbug-507070': [FAIL],
938 }], # ignition == True and mode == debug 897 }], # ignition == True and mode == debug
939 898
940 ['ignition == True and arch == arm64', { 899 ['ignition == True and arch == arm64', {
941 # TODO(rmcilroy,4680): Arm64 specific failures. 900 # TODO(rmcilroy,4680): Arm64 specific failures.
942 'apply': [SKIP], 901 'apply': [SKIP],
943 'array-constructor': [SKIP], 902 'array-constructor': [SKIP],
944 'array-store-and-grow': [SKIP],
945 'array-functions-prototype-misc': [SKIP], 903 'array-functions-prototype-misc': [SKIP],
946 'array-sort': [SKIP], 904 'array-sort': [SKIP],
905 'array-store-and-grow': [SKIP],
947 'asm/construct-double': [SKIP], 906 'asm/construct-double': [SKIP],
948 'compiler/division-by-constant': [SKIP], 907 'compiler/division-by-constant': [SKIP],
949 'compiler/osr-big': [SKIP], 908 'compiler/osr-big': [SKIP],
950 'compiler/osr-nested': [SKIP], 909 'compiler/osr-nested': [SKIP],
951 'compiler/osr-one': [SKIP], 910 'compiler/osr-one': [SKIP],
952 'compiler/osr-two': [SKIP], 911 'compiler/osr-two': [SKIP],
953 'copy-on-write-assert': [SKIP], 912 'copy-on-write-assert': [SKIP],
954 'es6/block-conflicts': [SKIP], 913 'es6/block-conflicts': [SKIP],
914 'es6/block-const-assign': [SKIP],
955 'es6/block-let-declaration': [SKIP], 915 'es6/block-let-declaration': [SKIP],
956 'es6/block-scoping-top-level': [SKIP], 916 'es6/block-scoping-top-level': [SKIP],
917 'es6/classes-derived-return-type': [SKIP],
957 'es6/regress/regress-2506': [SKIP], 918 'es6/regress/regress-2506': [SKIP],
958 'es6/regress/regress-474783': [SKIP], 919 'es6/regress/regress-474783': [SKIP],
959 'es6/typedarray-proto': [SKIP], 920 'es6/typedarray-proto': [SKIP],
960 'es6/unscopables': [SKIP], 921 'es6/unscopables': [SKIP],
922 'harmony/arraybuffer-species': [SKIP],
923 'harmony/array-species': [SKIP],
961 'harmony/block-conflicts-sloppy': [SKIP], 924 'harmony/block-conflicts-sloppy': [SKIP],
925 'harmony/block-const-assign-sloppy': [SKIP],
962 'harmony/block-let-declaration-sloppy': [SKIP], 926 'harmony/block-let-declaration-sloppy': [SKIP],
963 'harmony/block-scoping-top-level-sloppy': [SKIP], 927 'harmony/block-scoping-top-level-sloppy': [SKIP],
964 'harmony/species': [SKIP], 928 'harmony/species': [SKIP],
929 'harmony/typedarray-species': [SKIP],
965 'mirror-object': [SKIP], 930 'mirror-object': [SKIP],
931 'mul-exhaustive-part*': [SKIP],
966 'readonly': [SKIP], 932 'readonly': [SKIP],
967 'regress/regress-165637': [SKIP], 933 'regress/regress-165637': [SKIP],
968 'regress/regress-2185': [SKIP], 934 'regress/regress-2185': [SKIP],
969 'regress/regress-2249': [SKIP], 935 'regress/regress-2249': [SKIP],
970 'regress/regress-298269': [SKIP], 936 'regress/regress-298269': [SKIP],
971 'regress/regress-319722-ArrayBuffer': [SKIP], 937 'regress/regress-319722-ArrayBuffer': [SKIP],
972 'regress/regress-347914': [SKIP], 938 'regress/regress-347914': [SKIP],
973 'regress/regress-411210': [SKIP], 939 'regress/regress-411210': [SKIP],
974 'regress/regress-4509-Class-constructor-typeerror-realm': [SKIP], 940 'regress/regress-4509-Class-constructor-typeerror-realm': [SKIP],
941 'regress/regress-4521': [SKIP],
975 'regress/regress-568765': [SKIP], 942 'regress/regress-568765': [SKIP],
976 'regress/regress-85177': [SKIP], 943 'regress/regress-85177': [SKIP],
977 'regress/regress-crbug-405517': [SKIP], 944 'regress/regress-crbug-405517': [SKIP],
978 'regress/regress-crbug-474297': [SKIP], 945 'regress/regress-crbug-474297': [SKIP],
946 'regress/regress-crbug-498022': [SKIP],
979 'regress/regress-crbug-505007-1': [SKIP], 947 'regress/regress-crbug-505007-1': [SKIP],
980 'regress/regress-crbug-505007-2': [SKIP], 948 'regress/regress-crbug-505007-2': [SKIP],
949 'regress/regress-crbug-513507': [SKIP],
981 'regress/regress-crbug-514081': [SKIP], 950 'regress/regress-crbug-514081': [SKIP],
982 'regress/regress-crbug-513507': [SKIP],
983 'regress/regress-deep-proto': [SKIP], 951 'regress/regress-deep-proto': [SKIP],
984 'regress/regress-put-prototype-transition': [SKIP], 952 'regress/regress-put-prototype-transition': [SKIP],
985 'regress/regress-transcendental': [SKIP], 953 'regress/regress-transcendental': [SKIP],
986 'stack-traces-overflow': [SKIP], 954 'stack-traces-overflow': [SKIP],
987 'try': [SKIP], 955 'try': [SKIP],
988 'mul-exhaustive-part*': [SKIP],
989 'unicodelctest': [SKIP], 956 'unicodelctest': [SKIP],
990 'unicodelctest-no-optimization': [SKIP], 957 'unicodelctest-no-optimization': [SKIP],
991 }], # ignition == True and arch == arm64 958 }], # ignition == True and arch == arm64
992 959
993 ['ignition == True and arch == arm', { 960 ['ignition == True and arch == arm', {
994 # TODO(rmcilroy,4680): Arm specific timeouts. 961 # TODO(rmcilroy,4680): Arm specific timeouts.
995 'asm/construct-double': [SKIP], 962 'asm/construct-double': [SKIP],
996 'compiler/osr-nested': [SKIP], 963 'compiler/osr-nested': [SKIP],
997 'compiler/osr-one': [SKIP], 964 'compiler/osr-one': [SKIP],
998 'compiler/osr-two': [SKIP], 965 'compiler/osr-two': [SKIP],
(...skipping 10 matching lines...) Expand all
1009 # Tests taking too long. 976 # Tests taking too long.
1010 'array-functions-prototype-misc': [SKIP], 977 'array-functions-prototype-misc': [SKIP],
1011 'strong/implicit-conversions': [SKIP], 978 'strong/implicit-conversions': [SKIP],
1012 'strong/load-element-mutate-backing-store': [SKIP], 979 'strong/load-element-mutate-backing-store': [SKIP],
1013 980
1014 # Stack overflow. 981 # Stack overflow.
1015 'big-array-literal': [SKIP], 982 'big-array-literal': [SKIP],
1016 }], # 'gcov_coverage' 983 }], # 'gcov_coverage'
1017 984
1018 ] 985 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698