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

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

Issue 1699013002: [Interpreter] Push BytecodeArray onto interpreted stack frames. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Modify EnterBytecodeDispatch 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 | « src/x87/builtins-x87.cc ('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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'es6/promises': [FAIL], 829 'es6/promises': [FAIL],
830 'deserialize-optimize-inner': [FAIL], 830 'deserialize-optimize-inner': [FAIL],
831 831
832 # TODO(rmcilroy,4680): Check failed in 832 # TODO(rmcilroy,4680): Check failed in
833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). 833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
834 'regress/regress-crbug-429159': [FAIL], 834 'regress/regress-crbug-429159': [FAIL],
835 835
836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. 836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry.
837 'regress/regress-123919': [FAIL], 837 'regress/regress-123919': [FAIL],
838 838
839 # TODO(rmcilroy,4680): Fails due to debugger loading bytecodearray as an
840 # expression local.
841 'harmony/default-parameters-debug': [FAIL],
842
839 # TODO(rmcilroy,4680): Pass on debug, fail on release. 843 # TODO(rmcilroy,4680): Pass on debug, fail on release.
840 'compiler/regress-stacktrace-methods': [PASS, FAIL], 844 'compiler/regress-stacktrace-methods': [PASS, FAIL],
841 845
842 # TODO(rmcilroy,4680): Test assert failures. 846 # TODO(rmcilroy,4680): Test assert failures.
843 'array-literal-feedback': [FAIL], 847 'array-literal-feedback': [FAIL],
844 'undetectable-compare': [FAIL], 848 'undetectable-compare': [FAIL],
845 'debug-liveedit-2': [FAIL], 849 'debug-liveedit-2': [FAIL],
846 'compiler/deopt-tonumber-compare': [FAIL], 850 'compiler/deopt-tonumber-compare': [FAIL],
847 'es6/string-search': [FAIL], 851 'es6/string-search': [FAIL],
848 'es6/tail-call-proxies': [FAIL], 852 'es6/tail-call-proxies': [FAIL],
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 # Tests taking too long. 980 # Tests taking too long.
977 'array-functions-prototype-misc': [SKIP], 981 'array-functions-prototype-misc': [SKIP],
978 'strong/implicit-conversions': [SKIP], 982 'strong/implicit-conversions': [SKIP],
979 'strong/load-element-mutate-backing-store': [SKIP], 983 'strong/load-element-mutate-backing-store': [SKIP],
980 984
981 # Stack overflow. 985 # Stack overflow.
982 'big-array-literal': [SKIP], 986 'big-array-literal': [SKIP],
983 }], # 'gcov_coverage' 987 }], # 'gcov_coverage'
984 988
985 ] 989 ]
OLDNEW
« no previous file with comments | « src/x87/builtins-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698