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

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: Update test262.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
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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'es6/generators-poisoned-properties': [FAIL], 777 'es6/generators-poisoned-properties': [FAIL],
778 'es6/generators-runtime': [FAIL], 778 'es6/generators-runtime': [FAIL],
779 'es6/generators-objects': [FAIL], 779 'es6/generators-objects': [FAIL],
780 'es6/generators-parsing': [FAIL], 780 'es6/generators-parsing': [FAIL],
781 'es6/generators-iteration': [FAIL], 781 'es6/generators-iteration': [FAIL],
782 'es6/generators-states': [FAIL], 782 'es6/generators-states': [FAIL],
783 'es6/iteration-semantics': [FAIL], 783 'es6/iteration-semantics': [FAIL],
784 'es6/iterator-prototype': [FAIL], 784 'es6/iterator-prototype': [FAIL],
785 'es6/generators-mirror': [FAIL], 785 'es6/generators-mirror': [FAIL],
786 'es6/object-literals-method': [FAIL], 786 'es6/object-literals-method': [FAIL],
787 'es6/object-literals-super': [FAIL],
787 'es6/generators-relocation': [FAIL], 788 'es6/generators-relocation': [FAIL],
788 'es6/spread-array': [FAIL], 789 'es6/spread-array': [FAIL],
789 'es6/generators-debug-liveedit': [FAIL], 790 'es6/generators-debug-liveedit': [FAIL],
790 'es6/spread-call': [FAIL], 791 'es6/spread-call': [FAIL],
791 'es6/typedarray-from': [FAIL], 792 'es6/typedarray-from': [FAIL],
792 'es6/typedarray': [FAIL], 793 'es6/typedarray': [FAIL],
793 'es6/regress/regress-2681': [FAIL], 794 'es6/regress/regress-2681': [FAIL],
794 'es6/regress/regress-2691': [FAIL], 795 'es6/regress/regress-2691': [FAIL],
795 'es6/regress/regress-455141': [FAIL], 796 'es6/regress/regress-455141': [FAIL],
796 'es6/regress/regress-3280': [FAIL], 797 'es6/regress/regress-3280': [FAIL],
797 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL], 798 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL],
798 'harmony/destructuring-assignment': [FAIL], 799 'harmony/destructuring-assignment': [FAIL],
799 'harmony/function-sent': [FAIL], 800 'harmony/function-sent': [FAIL],
800 'harmony/private-symbols': [FAIL], 801 'harmony/private-symbols': [FAIL],
801 'harmony/reflect-enumerate-delete': [FAIL], 802 'harmony/reflect-enumerate-delete': [FAIL],
802 'harmony/reflect-enumerate-special-cases': [FAIL], 803 'harmony/reflect-enumerate-special-cases': [FAIL],
803 'harmony/proxies-enumerate': [FAIL], 804 'harmony/proxies-enumerate': [FAIL],
804 'harmony/reflect-enumerate-opt': [FAIL], 805 'harmony/reflect-enumerate-opt': [FAIL],
805 'harmony/reflect-enumerate': [FAIL], 806 'harmony/reflect-enumerate': [FAIL],
806 'harmony/destructuring': [FAIL], 807 'harmony/destructuring': [FAIL],
807 'harmony/regress/regress-4482': [FAIL], 808 'harmony/regress/regress-4482': [FAIL],
808 'harmony/reflect': [FAIL], 809 'harmony/reflect': [FAIL],
809 'harmony/generators': [FAIL], 810 'harmony/generators': [FAIL],
810 'regress/regress-572589': [FAIL], 811 'regress/regress-572589': [FAIL],
811 'harmony/reflect-construct': [FAIL], 812 'harmony/reflect-construct': [FAIL],
812 'es6/promises': [FAIL], 813 'es6/promises': [FAIL],
813 'deserialize-optimize-inner': [FAIL], 814 'deserialize-optimize-inner': [FAIL],
814 815
815 # TODO(oth,4682): Requires VisitThisFunctionVariable support.
816 'es6/classes-maps': [FAIL],
817 'es6/array-concat': [FAIL],
818 'es6/classes-subclass-arrays': [FAIL],
819 'es6/classes-derived-return-type': [FAIL],
820 'es6/classes-experimental': [FAIL],
821 'es6/legacy-subclassing': [FAIL],
822 'es6/new-target': [FAIL],
823 'es6/promise-internal-setter': [FAIL],
824 'es6/regexp-constructor': [FAIL],
825 'es6/rest-params': [FAIL],
826 'es6/spread-call-new-class': [FAIL],
827 'es6/typedarray-of': [FAIL],
828 'harmony/array-species': [FAIL],
829 'harmony/arraybuffer-species': [FAIL],
830 'harmony/promise-species': [FAIL],
831 'es6/debug-break-default-constructor': [FAIL],
832 'harmony/typedarray-species': [FAIL],
833 'regress/regress-544991': [FAIL],
834 'regress/regress-crbug-498022': [FAIL],
835 'regress/regress-crbug-575080': [FAIL],
836 'regress/regress-crbug-580506': [FAIL],
837 'regress/regress-typedarray-length': [FAIL],
838
839 # TODO(oth,4682): Requires VisitSetHomeObject support.
840 'es6/class-computed-property-names-super': [FAIL],
841 'es6/classes-lazy-parsing': [FAIL],
842 'es6/computed-property-names-super': [FAIL],
843 'es6/classes': [FAIL],
844 'es6/object-literals-super': [FAIL],
845 'es6/spread-call-super-property': [FAIL],
846 'es6/super': [FAIL],
847 'es6/regress/regress-4097': [FAIL],
848 'es6/regress/regress-4466': [FAIL],
849 'es6/regress/regress-4522': [FAIL],
850 'es6/regress/regress-cr493566': [FAIL],
851 'harmony/regress/regress-4395': [FAIL],
852 'regress/regress-4525': [FAIL],
853 'regress/regress-4521': [FAIL],
854
855 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in 816 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
856 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. 817 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
857 'regress/regress-1523': [SKIP], 818 'regress/regress-1523': [SKIP],
858 'regress/regress-102153': [SKIP], 819 'regress/regress-102153': [SKIP],
859 'regress/regress-1639-2': [SKIP], 820 'regress/regress-1639-2': [SKIP],
860 'regress/regress-109195': [SKIP], 821 'regress/regress-109195': [SKIP],
861 'regress/regress-1586': [SKIP], 822 'regress/regress-1586': [SKIP],
862 'regress/regress-1639': [SKIP], 823 'regress/regress-1639': [SKIP],
863 'regress/regress-2825': [SKIP], 824 'regress/regress-2825': [SKIP],
864 'regress/regress-419663': [SKIP], 825 'regress/regress-419663': [SKIP],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'array-literal-feedback': [FAIL], 869 'array-literal-feedback': [FAIL],
909 'undetectable-compare': [FAIL], 870 'undetectable-compare': [FAIL],
910 'stack-traces': [FAIL], 871 'stack-traces': [FAIL],
911 'debug-liveedit-2': [FAIL], 872 'debug-liveedit-2': [FAIL],
912 'compiler/deopt-tonumber-compare': [FAIL], 873 'compiler/deopt-tonumber-compare': [FAIL],
913 'es6/string-search': [FAIL], 874 'es6/string-search': [FAIL],
914 'es6/tail-call-proxies': [FAIL], 875 'es6/tail-call-proxies': [FAIL],
915 'es6/tail-call': [FAIL], 876 'es6/tail-call': [FAIL],
916 'es6/tail-call-simple': [FAIL], 877 'es6/tail-call-simple': [FAIL],
917 'es6/mirror-collections': [FAIL], 878 'es6/mirror-collections': [FAIL],
918 'es6/block-const-assign': [FAIL],
919 'es6/regress/regress-468661': [FAIL], 879 'es6/regress/regress-468661': [FAIL],
920 'harmony/string-replace': [FAIL], 880 'harmony/string-replace': [FAIL],
921 'harmony/string-match': [FAIL], 881 'harmony/string-match': [FAIL],
922 'harmony/string-split': [FAIL], 882 'harmony/string-split': [FAIL],
923 'harmony/block-const-assign-sloppy': [FAIL],
924 'regress/regress-2618': [FAIL], 883 'regress/regress-2618': [FAIL],
925 'regress/regress-4121': [FAIL], 884 'regress/regress-4121': [FAIL],
926 'regress/regress-4266': [FAIL], 885 'regress/regress-4266': [FAIL],
927 'harmony/simd': [FAIL], 886 'harmony/simd': [FAIL],
928 'regress/regress-crbug-109362': [FAIL], 887 'regress/regress-crbug-109362': [FAIL],
929 'regress/regress-1170187': [FAIL], 888 'regress/regress-1170187': [FAIL],
930 'regress/regress-131994': [FAIL], 889 'regress/regress-131994': [FAIL],
931 'regress/regress-crbug-568477-2': [FAIL], 890 'regress/regress-crbug-568477-2': [FAIL],
932 891
933 # TODO(rmcilroy,4680): Test crashes. 892 # TODO(rmcilroy,4680): Test crashes.
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 # Tests taking too long. 980 # Tests taking too long.
1022 'array-functions-prototype-misc': [SKIP], 981 'array-functions-prototype-misc': [SKIP],
1023 'strong/implicit-conversions': [SKIP], 982 'strong/implicit-conversions': [SKIP],
1024 'strong/load-element-mutate-backing-store': [SKIP], 983 'strong/load-element-mutate-backing-store': [SKIP],
1025 984
1026 # Stack overflow. 985 # Stack overflow.
1027 'big-array-literal': [SKIP], 986 'big-array-literal': [SKIP],
1028 }], # 'gcov_coverage' 987 }], # 'gcov_coverage'
1029 988
1030 ] 989 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698