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

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

Issue 1689993002: [Interpreter] Remove some Ignition skips from mjsunit and cctest (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove cctest skips too 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
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 # TODO(yangguo,4690): Failing in debugger DebuggerInspectableFrame. 765 # TODO(yangguo,4690): Failing in debugger DebuggerInspectableFrame.
766 'for-in-opt': [FAIL], 766 'for-in-opt': [FAIL],
767 'regress/regress-4309-2': [FAIL], 767 'regress/regress-4309-2': [FAIL],
768 'regress/regress-4309-3': [FAIL], 768 'regress/regress-4309-3': [FAIL],
769 'regress/regress-4309-1': [FAIL], 769 'regress/regress-4309-1': [FAIL],
770 770
771 # TODO(yangguo,4690): debug-scopes.cc failure in ScopeIterator::Type 771 # TODO(yangguo,4690): debug-scopes.cc failure in ScopeIterator::Type
772 # DCHECK(context_->IsFunctionContext() || !scope_info->HasContext()); 772 # DCHECK(context_->IsFunctionContext() || !scope_info->HasContext());
773 'regress/regress-crbug-582051': [SKIP], 773 'regress/regress-crbug-582051': [SKIP],
774 774
775 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
776 # DCHECK(IsDebugBreak() || IsDebuggerStatement());
777 'regress/regress-1523': [FAIL],
778 'regress/regress-102153': [FAIL],
779 'regress/regress-1586': [FAIL],
780 'regress/regress-2825': [FAIL],
781 'regress/regress-3960': [FAIL],
782 'regress/regress-crbug-119800': [FAIL],
783 'regress/regress-crbug-467180': [FAIL],
784 'regress/regress-998565': [FAIL],
785 'regress/regress-crbug-432493': [FAIL],
786 'regress/regress-opt-after-debug-deopt': [FAIL],
787 'regress/regress-crbug-481896': [FAIL],
788
775 # TODO(rmcilroy,4681): Requires support for generators. 789 # TODO(rmcilroy,4681): Requires support for generators.
776 'messages': [FAIL], 790 'messages': [FAIL],
777 'es6/array-from': [FAIL], 791 'es6/array-from': [FAIL],
778 'regress-3225': [FAIL], 792 'regress-3225': [FAIL],
779 'es6/classes-subclass-builtins': [FAIL], 793 'es6/classes-subclass-builtins': [FAIL],
780 'es6/computed-property-names-classes': [FAIL], 794 'es6/computed-property-names-classes': [FAIL],
781 'es6/computed-property-names-object-literals-methods': [FAIL], 795 'es6/computed-property-names-object-literals-methods': [FAIL],
782 'es6/function-length-configurable': [FAIL], 796 'es6/function-length-configurable': [FAIL],
783 'es6/generators-poisoned-properties': [FAIL], 797 'es6/generators-poisoned-properties': [FAIL],
784 'es6/generators-runtime': [FAIL], 798 'es6/generators-runtime': [FAIL],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'es6/spread-call-super-property': [FAIL], 865 'es6/spread-call-super-property': [FAIL],
852 'es6/super': [FAIL], 866 'es6/super': [FAIL],
853 'es6/regress/regress-4097': [FAIL], 867 'es6/regress/regress-4097': [FAIL],
854 'es6/regress/regress-4466': [FAIL], 868 'es6/regress/regress-4466': [FAIL],
855 'es6/regress/regress-4522': [FAIL], 869 'es6/regress/regress-4522': [FAIL],
856 'es6/regress/regress-cr493566': [FAIL], 870 'es6/regress/regress-cr493566': [FAIL],
857 'harmony/regress/regress-4395': [FAIL], 871 'harmony/regress/regress-4395': [FAIL],
858 'regress/regress-4525': [FAIL], 872 'regress/regress-4525': [FAIL],
859 'regress/regress-4521': [FAIL], 873 'regress/regress-4521': [FAIL],
860 874
861 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
862 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
863 'regress/regress-1523': [SKIP],
864 'regress/regress-102153': [SKIP],
865 'regress/regress-1639-2': [SKIP],
866 'regress/regress-109195': [SKIP],
867 'regress/regress-1586': [SKIP],
868 'regress/regress-1639': [SKIP],
869 'regress/regress-2825': [SKIP],
870 'regress/regress-419663': [SKIP],
871 'regress/regress-4320': [SKIP],
872 'regress/regress-998565': [SKIP],
873 'regress/regress-94873': [SKIP],
874 'regress/regress-crbug-387599': [SKIP],
875 'regress/regress-crbug-119800': [SKIP],
876 'regress/regress-crbug-432493': [SKIP],
877 'regress/regress-crbug-467180': [SKIP],
878 'regress/regress-crbug-424142': [SKIP],
879 'regress/regress-opt-after-debug-deopt': [SKIP],
880 'regress/regress-prepare-break-while-recompile': [SKIP],
881 'regress/regress-crbug-481896': [SKIP],
882 'regress/regress-crbug-506443': [SKIP],
883 'regress/regress-3960': [SKIP],
884 'regress/regress-crbug-507070': [SKIP],
885 'regress/regress-3969': [SKIP],
886 'regress/regress-2318': [SKIP],
887 'regress/regress-crbug-568477-3': [SKIP],
888 'regress/regress-crbug-568477-1': [SKIP],
889 'regress/regress-crbug-405922': [SKIP],
890 'regress/regress-147497': [SKIP],
891 'regress/regress-crbug-568477-4': [SKIP],
892 'regress/regress-269': [SKIP],
893 'regress/regress-crbug-409614': [SKIP],
894 'regress/regress-1853': [SKIP],
895
896 # TODO(yangguo,4690): Check failure on SourcePositionTable::AssertMonotonic
897 'regress/regress-1200351': [FAIL],
898
899 # TODO(rmcilroy,4680): Check failed in 875 # TODO(rmcilroy,4680): Check failed in
900 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). 876 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
901 'regress/regress-crbug-429159': [FAIL], 877 'regress/regress-crbug-429159': [FAIL],
902 878
903 # TODO(rmcilroy,4680): Hits unreachable in 879 # TODO(rmcilroy,4680): Hits unreachable in
904 # BytecodeArrayBuilder::GetJumpWithConstantWideOperand(). 880 # BytecodeArrayBuilder::GetJumpWithConstantWideOperand().
905 'regress/regress-455207': [FAIL], 881 'regress/regress-455207': [FAIL],
906 882
907 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. 883 # TODO(rmcilroy,4680): Check failed: osr_normal_entry.
908 'regress/regress-123919': [FAIL], 884 'regress/regress-123919': [FAIL],
(...skipping 18 matching lines...) Expand all
927 'harmony/string-split': [FAIL], 903 'harmony/string-split': [FAIL],
928 'harmony/block-const-assign-sloppy': [FAIL], 904 'harmony/block-const-assign-sloppy': [FAIL],
929 'regress/regress-2618': [FAIL], 905 'regress/regress-2618': [FAIL],
930 'regress/regress-4121': [FAIL], 906 'regress/regress-4121': [FAIL],
931 'regress/regress-4266': [FAIL], 907 'regress/regress-4266': [FAIL],
932 'harmony/simd': [FAIL], 908 'harmony/simd': [FAIL],
933 'regress/regress-crbug-109362': [FAIL], 909 'regress/regress-crbug-109362': [FAIL],
934 'regress/regress-1170187': [FAIL], 910 'regress/regress-1170187': [FAIL],
935 'regress/regress-131994': [FAIL], 911 'regress/regress-131994': [FAIL],
936 'regress/regress-crbug-568477-2': [FAIL], 912 'regress/regress-crbug-568477-2': [FAIL],
913 'regress/regress-crbug-568477-3': [FAIL],
914 'regress/regress-crbug-568477-1': [FAIL],
915 'regress/regress-2318': [FAIL],
937 916
938 # TODO(rmcilroy,4680): Test crashes. 917 # TODO(rmcilroy,4680): Test crashes.
939 'compiler/regress-funarguments': [SKIP], 918 'compiler/regress-funarguments': [SKIP],
940 'regress/regress-3985': [SKIP], 919 'regress/regress-3985': [SKIP],
941 'regress/regress-457935': [SKIP], 920 'regress/regress-457935': [SKIP],
942 'regress/regress-arg-materialize-store': [SKIP], 921 'regress/regress-arg-materialize-store': [SKIP],
943 'regress/regress-514362': [SKIP], 922 'regress/regress-514362': [SKIP],
944 923
945 # TODO(rmcilroy,4680): Test timeouts. 924 # TODO(rmcilroy,4680): Test timeouts.
946 'array-literal-transitions': [SKIP], 925 'array-literal-transitions': [SKIP],
947 'regress/regress-crbug-517592': [SKIP], 926 'regress/regress-crbug-517592': [SKIP],
927 'regress/regress-crbug-568477-4': [SKIP],
928 'regress/regress-crbug-409614': [SKIP],
929 'regress/regress-crbug-42414': [SKIP],
930 'regress/regress-1853': [SKIP],
931 'regress/regress-crbug-424142': [SKIP],
948 }], # ignition == True 932 }], # ignition == True
949 933
950 ['ignition == True and mode == debug', { 934 ['ignition == True and (mode == debug or dcheck_always_on == True)', {
951 # TODO(rmcilroy,4680): BytecodeGraphBuilder::FrameStateBeforeAndAfter DCHECK 935 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
952 # failure for DCHECK(added_to_node_). 936 # DCHECK(IsDebugBreak() || IsDebuggerStatement());
953 'es6/block-scoping': [PASS, FAIL], 937 'regress/regress-419663': [FAIL],
954 'harmony/block-scoping-sloppy': [PASS, FAIL], 938 'regress/regress-4320': [FAIL],
939 'regress/regress-1639': [FAIL],
940 'regress/regress-94873': [FAIL],
941 'regress/regress-1639-2': [FAIL],
942 'regress/regress-crbug-387599': [FAIL],
943 'regress/regress-prepare-break-while-recompile': [FAIL],
944 'regress/regress-crbug-506443': [FAIL],
945 'regress/regress-crbug-507070': [FAIL],
955 }], # ignition == True and mode == debug 946 }], # ignition == True and mode == debug
956 947
957 ['ignition == True and arch == arm64', { 948 ['ignition == True and arch == arm64', {
958 # TODO(rmcilroy,4680): Arm64 specific failures. 949 # TODO(rmcilroy,4680): Arm64 specific failures.
959 'apply': [SKIP], 950 'apply': [SKIP],
960 'array-constructor': [SKIP], 951 'array-constructor': [SKIP],
961 'array-store-and-grow': [SKIP], 952 'array-store-and-grow': [SKIP],
962 'array-functions-prototype-misc': [SKIP], 953 'array-functions-prototype-misc': [SKIP],
963 'array-sort': [SKIP], 954 'array-sort': [SKIP],
964 'asm/construct-double': [SKIP], 955 'asm/construct-double': [SKIP],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 # Tests taking too long. 1017 # Tests taking too long.
1027 'array-functions-prototype-misc': [SKIP], 1018 'array-functions-prototype-misc': [SKIP],
1028 'strong/implicit-conversions': [SKIP], 1019 'strong/implicit-conversions': [SKIP],
1029 'strong/load-element-mutate-backing-store': [SKIP], 1020 'strong/load-element-mutate-backing-store': [SKIP],
1030 1021
1031 # Stack overflow. 1022 # Stack overflow.
1032 'big-array-literal': [SKIP], 1023 'big-array-literal': [SKIP],
1033 }], # 'gcov_coverage' 1024 }], # 'gcov_coverage'
1034 1025
1035 ] 1026 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698