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

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

Issue 1665853002: [Interpreter] Add explicit StackCheck bytecodes on function entry and back branches. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix unittests. 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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'es6/*': [SKIP], 752 'es6/*': [SKIP],
753 'es7/*': [SKIP], 753 'es7/*': [SKIP],
754 'strong/*': [SKIP], 754 'strong/*': [SKIP],
755 'harmony/*': [SKIP], 755 'harmony/*': [SKIP],
756 'regress/debug*': [SKIP], 756 'regress/debug*': [SKIP],
757 'regress/regress-debug*': [SKIP], 757 'regress/regress-debug*': [SKIP],
758 758
759 # TODO(4674): This might be failing because of missing context switch. 759 # TODO(4674): This might be failing because of missing context switch.
760 'with-leave': [FAIL], 760 'with-leave': [FAIL],
761 761
762 # TODO(4690): Failing in debugger DebuggerInspectableFrame.
763 'for-in-opt': [FAIL],
764
762 'arguments-load-across-eval': [SKIP], 765 'arguments-load-across-eval': [SKIP],
763 'array-constructor': [PASS, SLOW], 766 'array-constructor': [PASS, SLOW],
764 'array-functions-prototype-misc': [SKIP], 767 'array-functions-prototype-misc': [SKIP],
765 'array-join': [SKIP], 768 'array-join': [SKIP],
766 'array-literal-feedback': [SKIP], 769 'array-literal-feedback': [SKIP],
767 'array-literal-transitions': [SKIP], 770 'array-literal-transitions': [SKIP],
768 'break': [SKIP], 771 'break': [SKIP],
769 'call-runtime-tail': [SKIP], 772 'call-runtime-tail': [SKIP],
770 'compiler/deopt-inlined-smi': [SKIP], 773 'compiler/deopt-inlined-smi': [SKIP],
771 'compiler/deopt-tonumber-compare': [SKIP], 774 'compiler/deopt-tonumber-compare': [SKIP],
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 # Tests taking too long. 968 # Tests taking too long.
966 'array-functions-prototype-misc': [SKIP], 969 'array-functions-prototype-misc': [SKIP],
967 'strong/implicit-conversions': [SKIP], 970 'strong/implicit-conversions': [SKIP],
968 'strong/load-element-mutate-backing-store': [SKIP], 971 'strong/load-element-mutate-backing-store': [SKIP],
969 972
970 # Stack overflow. 973 # Stack overflow.
971 'big-array-literal': [SKIP], 974 'big-array-literal': [SKIP],
972 }], # 'gcov_coverage' 975 }], # 'gcov_coverage'
973 976
974 ] 977 ]
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-bytecode-generator.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