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

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

Issue 1587033002: [Interpreter] Ensure we always have an outer register allocation scope. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_mythri
Patch Set: Similarity 20 Created 4 years, 11 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'array-elements-from-array-prototype-chain': [SKIP], 758 'array-elements-from-array-prototype-chain': [SKIP],
759 'array-functions-prototype-misc': [SKIP], 759 'array-functions-prototype-misc': [SKIP],
760 'array-join': [SKIP], 760 'array-join': [SKIP],
761 'array-literal-feedback': [SKIP], 761 'array-literal-feedback': [SKIP],
762 'array-literal-transitions': [SKIP], 762 'array-literal-transitions': [SKIP],
763 'array-reduce': [SKIP], 763 'array-reduce': [SKIP],
764 'array-tostring': [SKIP], 764 'array-tostring': [SKIP],
765 'break': [SKIP], 765 'break': [SKIP],
766 'call-runtime-tail': [SKIP], 766 'call-runtime-tail': [SKIP],
767 'compiler/compare-map-elim2': [SKIP], 767 'compiler/compare-map-elim2': [SKIP],
768 'compiler/countoperation': [SKIP],
769 'compiler/deopt-inlined-smi': [SKIP], 768 'compiler/deopt-inlined-smi': [SKIP],
770 'compiler/deopt-tonumber-compare': [SKIP], 769 'compiler/deopt-tonumber-compare': [SKIP],
771 'compiler/escape-analysis-arguments': [SKIP], 770 'compiler/escape-analysis-arguments': [SKIP],
772 'compiler/escape-analysis': [SKIP], 771 'compiler/escape-analysis': [SKIP],
773 'compiler/expression-trees': [SKIP], 772 'compiler/expression-trees': [SKIP],
774 'compiler/inline-arguments': [SKIP], 773 'compiler/inline-arguments': [SKIP],
775 'compiler/inline-arity-mismatch': [SKIP], 774 'compiler/inline-arity-mismatch': [SKIP],
776 'compiler/inline-construct': [SKIP], 775 'compiler/inline-construct': [SKIP],
777 'compiler/lazy-deopt-in-literal': [SKIP], 776 'compiler/lazy-deopt-in-literal': [SKIP],
778 'compiler/manual-concurrent-recompile': [SKIP], 777 'compiler/manual-concurrent-recompile': [SKIP],
779 'compiler/optimized-for-in': [SKIP], 778 'compiler/optimized-for-in': [SKIP],
780 'compiler/optimized-function-calls': [SKIP], 779 'compiler/optimized-function-calls': [SKIP],
781 'compiler/optimize_max': [SKIP], 780 'compiler/optimize_max': [SKIP],
782 'compiler/optimize_min': [SKIP], 781 'compiler/optimize_min': [SKIP],
783 'compiler/opt-next-call-turbo': [SKIP], 782 'compiler/opt-next-call-turbo': [SKIP],
784 'compiler/osr-forof': [SKIP], 783 'compiler/osr-forof': [SKIP],
785 'compiler/osr-manual2': [SKIP],
786 'compiler/phi-representations': [SKIP],
787 'compiler/property-refs': [SKIP], 784 'compiler/property-refs': [SKIP],
788 'compiler/regress-3786': [SKIP], 785 'compiler/regress-3786': [SKIP],
789 'compiler/regress-446647': [SKIP], 786 'compiler/regress-446647': [SKIP],
790 'compiler/regress-447567': [SKIP], 787 'compiler/regress-447567': [SKIP],
791 'compiler/regress-469089': [SKIP], 788 'compiler/regress-469089': [SKIP],
792 'compiler/regress-96989': [SKIP], 789 'compiler/regress-96989': [SKIP],
793 'compiler/regress-const': [SKIP], 790 'compiler/regress-const': [SKIP],
794 'compiler/regress-funarguments': [SKIP], 791 'compiler/regress-funarguments': [SKIP],
795 'compiler/regress-stacktrace-methods': [SKIP], 792 'compiler/regress-stacktrace-methods': [SKIP],
796 'compiler/regress-variable-liveness': [SKIP], 793 'compiler/regress-variable-liveness': [SKIP],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'regress/regress-1030466': [SKIP], 841 'regress/regress-1030466': [SKIP],
845 'regress/regress-1079': [SKIP], 842 'regress/regress-1079': [SKIP],
846 'regress/regress-109195': [SKIP], 843 'regress/regress-109195': [SKIP],
847 'regress/regress-1114040': [SKIP], 844 'regress/regress-1114040': [SKIP],
848 'regress/regress-1125': [SKIP], 845 'regress/regress-1125': [SKIP],
849 'regress/regress-1129': [SKIP], 846 'regress/regress-1129': [SKIP],
850 'regress/regress-1170187': [SKIP], 847 'regress/regress-1170187': [SKIP],
851 'regress/regress-117409': [SKIP], 848 'regress/regress-117409': [SKIP],
852 'regress/regress-1177809': [SKIP], 849 'regress/regress-1177809': [SKIP],
853 'regress/regress-119609': [SKIP], 850 'regress/regress-119609': [SKIP],
854 'regress/regress-1209': [SKIP],
855 'regress/regress-123919': [SKIP], 851 'regress/regress-123919': [SKIP],
856 'regress/regress-124594': [SKIP], 852 'regress/regress-124594': [SKIP],
857 'regress/regress-125515': [SKIP], 853 'regress/regress-125515': [SKIP],
858 'regress/regress-128018': [SKIP], 854 'regress/regress-128018': [SKIP],
859 'regress/regress-131994': [SKIP], 855 'regress/regress-131994': [SKIP],
860 'regress/regress-133211b': [SKIP], 856 'regress/regress-133211b': [SKIP],
861 'regress/regress-1365': [SKIP], 857 'regress/regress-1365': [SKIP],
862 'regress/regress-1369': [SKIP], 858 'regress/regress-1369': [SKIP],
863 'regress/regress-1403': [SKIP], 859 'regress/regress-1403': [SKIP],
864 'regress/regress-1412': [SKIP], 860 'regress/regress-1412': [SKIP],
(...skipping 10 matching lines...) Expand all
875 'regress/regress-1790': [SKIP], 871 'regress/regress-1790': [SKIP],
876 'regress/regress-1853': [SKIP], 872 'regress/regress-1853': [SKIP],
877 'regress/regress-1980': [SKIP], 873 'regress/regress-1980': [SKIP],
878 'regress/regress-2054': [SKIP], 874 'regress/regress-2054': [SKIP],
879 'regress/regress-2071': [SKIP], 875 'regress/regress-2071': [SKIP],
880 'regress/regress-2163': [SKIP], 876 'regress/regress-2163': [SKIP],
881 'regress/regress-220': [SKIP], 877 'regress/regress-220': [SKIP],
882 'regress/regress-2318': [SKIP], 878 'regress/regress-2318': [SKIP],
883 'regress/regress-2339': [SKIP], 879 'regress/regress-2339': [SKIP],
884 'regress/regress-2374': [SKIP], 880 'regress/regress-2374': [SKIP],
885 'regress/regress-2444': [SKIP],
886 'regress/regress-2593': [SKIP], 881 'regress/regress-2593': [SKIP],
887 'regress/regress-2618': [SKIP], 882 'regress/regress-2618': [SKIP],
888 'regress/regress-263': [SKIP], 883 'regress/regress-263': [SKIP],
889 'regress/regress-265': [SKIP], 884 'regress/regress-265': [SKIP],
890 'regress/regress-269': [SKIP], 885 'regress/regress-269': [SKIP],
891 'regress/regress-2790': [SKIP], 886 'regress/regress-2790': [SKIP],
892 'regress/regress-2825': [SKIP], 887 'regress/regress-2825': [SKIP],
893 'regress/regress-298269': [SKIP],
894 'regress/regress-3135': [SKIP], 888 'regress/regress-3135': [SKIP],
895 'regress/regress-3138': [SKIP], 889 'regress/regress-3138': [SKIP],
896 'regress/regress-318420': [SKIP], 890 'regress/regress-318420': [SKIP],
897 'regress/regress-320532': [SKIP], 891 'regress/regress-320532': [SKIP],
898 'regress/regress-3281': [SKIP], 892 'regress/regress-3281': [SKIP],
899 'regress/regress-331444': [SKIP], 893 'regress/regress-331444': [SKIP],
900 'regress/regress-343609': [SKIP], 894 'regress/regress-343609': [SKIP],
901 'regress/regress-347530': [SKIP], 895 'regress/regress-347530': [SKIP],
902 'regress/regress-347914': [SKIP], 896 'regress/regress-347914': [SKIP],
903 'regress/regress-351261': [SKIP], 897 'regress/regress-351261': [SKIP],
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 1125
1132 ############################################################################## 1126 ##############################################################################
1133 ['gcov_coverage', { 1127 ['gcov_coverage', {
1134 # Tests taking too long. 1128 # Tests taking too long.
1135 'array-functions-prototype-misc': [SKIP], 1129 'array-functions-prototype-misc': [SKIP],
1136 'strong/implicit-conversions': [SKIP], 1130 'strong/implicit-conversions': [SKIP],
1137 'strong/load-element-mutate-backing-store': [SKIP], 1131 'strong/load-element-mutate-backing-store': [SKIP],
1138 }], # 'gcov_coverage' 1132 }], # 'gcov_coverage'
1139 1133
1140 ] 1134 ]
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/unittests/interpreter/bytecode-array-builder-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698