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

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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'es6/generators-poisoned-properties': [FAIL], 799 'es6/generators-poisoned-properties': [FAIL],
800 'es6/generators-runtime': [FAIL], 800 'es6/generators-runtime': [FAIL],
801 'es6/generators-objects': [FAIL], 801 'es6/generators-objects': [FAIL],
802 'es6/generators-parsing': [FAIL], 802 'es6/generators-parsing': [FAIL],
803 'es6/generators-iteration': [FAIL], 803 'es6/generators-iteration': [FAIL],
804 'es6/generators-states': [FAIL], 804 'es6/generators-states': [FAIL],
805 'es6/iteration-semantics': [FAIL], 805 'es6/iteration-semantics': [FAIL],
806 'es6/iterator-prototype': [FAIL], 806 'es6/iterator-prototype': [FAIL],
807 'es6/generators-mirror': [FAIL], 807 'es6/generators-mirror': [FAIL],
808 'es6/object-literals-method': [FAIL], 808 'es6/object-literals-method': [FAIL],
809 'es6/object-literals-super': [FAIL],
809 'es6/generators-relocation': [FAIL], 810 'es6/generators-relocation': [FAIL],
810 'es6/spread-array': [FAIL], 811 'es6/spread-array': [FAIL],
811 'es6/generators-debug-liveedit': [FAIL], 812 'es6/generators-debug-liveedit': [FAIL],
812 'es6/spread-call': [FAIL], 813 'es6/spread-call': [FAIL],
813 'es6/typedarray-from': [FAIL], 814 'es6/typedarray-from': [FAIL],
814 'es6/typedarray': [FAIL], 815 'es6/typedarray': [FAIL],
815 'es6/regress/regress-2681': [FAIL], 816 'es6/regress/regress-2681': [FAIL],
816 'es6/regress/regress-2691': [FAIL], 817 'es6/regress/regress-2691': [FAIL],
817 'es6/regress/regress-455141': [FAIL], 818 'es6/regress/regress-455141': [FAIL],
818 'es6/regress/regress-3280': [FAIL], 819 'es6/regress/regress-3280': [FAIL],
819 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL], 820 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL],
820 'harmony/destructuring-assignment': [FAIL], 821 'harmony/destructuring-assignment': [FAIL],
821 'harmony/function-sent': [FAIL], 822 'harmony/function-sent': [FAIL],
822 'harmony/private-symbols': [FAIL], 823 'harmony/private-symbols': [FAIL],
823 'harmony/reflect-enumerate-delete': [FAIL], 824 'harmony/reflect-enumerate-delete': [FAIL],
824 'harmony/reflect-enumerate-special-cases': [FAIL], 825 'harmony/reflect-enumerate-special-cases': [FAIL],
825 'harmony/proxies-enumerate': [FAIL], 826 'harmony/proxies-enumerate': [FAIL],
826 'harmony/reflect-enumerate-opt': [FAIL], 827 'harmony/reflect-enumerate-opt': [FAIL],
827 'harmony/reflect-enumerate': [FAIL], 828 'harmony/reflect-enumerate': [FAIL],
828 'harmony/destructuring': [FAIL], 829 'harmony/destructuring': [FAIL],
829 'harmony/regress/regress-4482': [FAIL], 830 'harmony/regress/regress-4482': [FAIL],
830 'harmony/reflect': [FAIL], 831 'harmony/reflect': [FAIL],
831 'harmony/generators': [FAIL], 832 'harmony/generators': [FAIL],
832 'regress/regress-572589': [FAIL], 833 'regress/regress-572589': [FAIL],
833 'harmony/reflect-construct': [FAIL], 834 'harmony/reflect-construct': [FAIL],
834 'es6/promises': [FAIL], 835 'es6/promises': [FAIL],
835 'deserialize-optimize-inner': [FAIL], 836 'deserialize-optimize-inner': [FAIL],
836 837
837 # TODO(oth,4682): Requires VisitThisFunctionVariable support.
838 'es6/classes-maps': [FAIL],
839 'es6/array-concat': [FAIL],
840 'es6/classes-subclass-arrays': [FAIL],
841 'es6/classes-derived-return-type': [FAIL],
842 'es6/classes-experimental': [FAIL],
843 'es6/legacy-subclassing': [FAIL],
844 'es6/new-target': [FAIL],
845 'es6/promise-internal-setter': [FAIL],
846 'es6/regexp-constructor': [FAIL],
847 'es6/rest-params': [FAIL],
848 'es6/spread-call-new-class': [FAIL],
849 'es6/typedarray-of': [FAIL],
850 'harmony/array-species': [FAIL],
851 'harmony/arraybuffer-species': [FAIL],
852 'harmony/promise-species': [FAIL],
853 'es6/debug-break-default-constructor': [FAIL],
854 'harmony/typedarray-species': [FAIL],
855 'regress/regress-544991': [FAIL],
856 'regress/regress-crbug-498022': [FAIL],
857 'regress/regress-crbug-575080': [FAIL],
858 'regress/regress-crbug-580506': [FAIL],
859 'regress/regress-typedarray-length': [FAIL],
860
861 # TODO(oth,4682): Requires VisitSetHomeObject support.
862 'es6/class-computed-property-names-super': [FAIL],
863 'es6/classes-lazy-parsing': [FAIL],
864 'es6/computed-property-names-super': [FAIL],
865 'es6/classes': [FAIL],
866 'es6/object-literals-super': [FAIL],
867 'es6/spread-call-super-property': [FAIL],
868 'es6/super': [FAIL],
869 'es6/regress/regress-4097': [FAIL],
870 'es6/regress/regress-4466': [FAIL],
871 'es6/regress/regress-4522': [FAIL],
872 'es6/regress/regress-cr493566': [FAIL],
873 'harmony/regress/regress-4395': [FAIL],
874 'regress/regress-4525': [FAIL],
875 'regress/regress-4521': [FAIL],
876
877 # TODO(rmcilroy,4680): Check failed in 838 # TODO(rmcilroy,4680): Check failed in
878 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). 839 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
879 'regress/regress-crbug-429159': [FAIL], 840 'regress/regress-crbug-429159': [FAIL],
880 841
881 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. 842 # TODO(rmcilroy,4680): Check failed: osr_normal_entry.
882 'regress/regress-123919': [FAIL], 843 'regress/regress-123919': [FAIL],
883 844
884 # TODO(rmcilroy,4680): Pass on debug, fail on release. 845 # TODO(rmcilroy,4680): Pass on debug, fail on release.
885 'compiler/regress-stacktrace-methods': [PASS, FAIL], 846 'compiler/regress-stacktrace-methods': [PASS, FAIL],
886 847
887 # TODO(rmcilroy,4680): Test assert failures. 848 # TODO(rmcilroy,4680): Test assert failures.
888 'array-literal-feedback': [FAIL], 849 'array-literal-feedback': [FAIL],
889 'undetectable-compare': [FAIL], 850 'undetectable-compare': [FAIL],
890 'debug-liveedit-2': [FAIL], 851 'debug-liveedit-2': [FAIL],
891 'compiler/deopt-tonumber-compare': [FAIL], 852 'compiler/deopt-tonumber-compare': [FAIL],
892 'es6/string-search': [FAIL], 853 'es6/string-search': [FAIL],
893 'es6/tail-call-proxies': [FAIL], 854 'es6/tail-call-proxies': [FAIL],
894 'es6/tail-call': [FAIL], 855 'es6/tail-call': [FAIL],
895 'es6/tail-call-simple': [FAIL], 856 'es6/tail-call-simple': [FAIL],
896 'es6/mirror-collections': [FAIL], 857 'es6/mirror-collections': [FAIL],
897 'es6/block-const-assign': [FAIL],
898 'es6/regress/regress-468661': [FAIL], 858 'es6/regress/regress-468661': [FAIL],
899 'harmony/string-replace': [FAIL], 859 'harmony/string-replace': [FAIL],
900 'harmony/string-match': [FAIL], 860 'harmony/string-match': [FAIL],
901 'harmony/string-split': [FAIL], 861 'harmony/string-split': [FAIL],
902 'harmony/block-const-assign-sloppy': [FAIL],
903 'regress/regress-2618': [FAIL], 862 'regress/regress-2618': [FAIL],
904 'regress/regress-4121': [FAIL], 863 'regress/regress-4121': [FAIL],
905 'regress/regress-4266': [FAIL], 864 'regress/regress-4266': [FAIL],
906 'harmony/simd': [FAIL], 865 'harmony/simd': [FAIL],
907 'regress/regress-crbug-109362': [FAIL], 866 'regress/regress-crbug-109362': [FAIL],
908 'regress/regress-1170187': [FAIL], 867 'regress/regress-1170187': [FAIL],
909 'regress/regress-131994': [FAIL], 868 'regress/regress-131994': [FAIL],
910 'regress/regress-crbug-568477-2': [FAIL], 869 'regress/regress-crbug-568477-2': [FAIL],
911 'regress/regress-crbug-568477-3': [FAIL], 870 'regress/regress-crbug-568477-3': [FAIL],
912 'regress/regress-crbug-568477-1': [FAIL], 871 'regress/regress-crbug-568477-1': [FAIL],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 # Tests taking too long. 974 # Tests taking too long.
1016 'array-functions-prototype-misc': [SKIP], 975 'array-functions-prototype-misc': [SKIP],
1017 'strong/implicit-conversions': [SKIP], 976 'strong/implicit-conversions': [SKIP],
1018 'strong/load-element-mutate-backing-store': [SKIP], 977 'strong/load-element-mutate-backing-store': [SKIP],
1019 978
1020 # Stack overflow. 979 # Stack overflow.
1021 'big-array-literal': [SKIP], 980 'big-array-literal': [SKIP],
1022 }], # 'gcov_coverage' 981 }], # 'gcov_coverage'
1023 982
1024 ] 983 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698