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

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

Issue 1697223003: [Interpreter] GetExpression(0) in InterpretedFrames gets first local. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_push_bca
Patch Set: 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/frames.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
843 # TODO(rmcilroy,4680): Pass on debug, fail on release. 839 # TODO(rmcilroy,4680): Pass on debug, fail on release.
844 'compiler/regress-stacktrace-methods': [PASS, FAIL], 840 'compiler/regress-stacktrace-methods': [PASS, FAIL],
845 841
846 # TODO(rmcilroy,4680): Test assert failures. 842 # TODO(rmcilroy,4680): Test assert failures.
847 'array-literal-feedback': [FAIL], 843 'array-literal-feedback': [FAIL],
848 'undetectable-compare': [FAIL], 844 'undetectable-compare': [FAIL],
849 'debug-liveedit-2': [FAIL], 845 'debug-liveedit-2': [FAIL],
850 'compiler/deopt-tonumber-compare': [FAIL], 846 'compiler/deopt-tonumber-compare': [FAIL],
851 'es6/string-search': [FAIL], 847 'es6/string-search': [FAIL],
852 'es6/tail-call-proxies': [FAIL], 848 'es6/tail-call-proxies': [FAIL],
853 'es6/tail-call': [FAIL], 849 'es6/tail-call': [FAIL],
854 'es6/tail-call-simple': [FAIL], 850 'es6/tail-call-simple': [FAIL],
855 'es6/mirror-collections': [FAIL], 851 'es6/mirror-collections': [FAIL],
856 'es6/regress/regress-468661': [FAIL], 852 'es6/regress/regress-468661': [FAIL],
857 'harmony/string-replace': [FAIL], 853 'harmony/string-replace': [FAIL],
858 'harmony/string-match': [FAIL], 854 'harmony/string-match': [FAIL],
859 'harmony/string-split': [FAIL], 855 'harmony/string-split': [FAIL],
860 'regress/regress-2618': [FAIL], 856 'regress/regress-2618': [FAIL],
861 'regress/regress-4121': [FAIL], 857 'regress/regress-4121': [FAIL],
862 'regress/regress-4266': [FAIL], 858 'regress/regress-4266': [FAIL],
863 'harmony/simd': [FAIL], 859 'harmony/simd': [FAIL],
864 'regress/regress-crbug-109362': [FAIL], 860 'regress/regress-crbug-109362': [FAIL],
865 'regress/regress-1170187': [FAIL],
866 'regress/regress-131994': [FAIL], 861 'regress/regress-131994': [FAIL],
867 'regress/regress-crbug-568477-2': [FAIL], 862 'regress/regress-crbug-568477-2': [FAIL],
868 'regress/regress-crbug-568477-3': [FAIL], 863 'regress/regress-crbug-568477-3': [FAIL],
869 'regress/regress-crbug-568477-1': [FAIL], 864 'regress/regress-crbug-568477-1': [FAIL],
870 'regress/regress-2318': [FAIL], 865 'regress/regress-2318': [FAIL],
871 866
872 # TODO(rmcilroy,4680): Test crashes. 867 # TODO(rmcilroy,4680): Test crashes.
873 'compiler/regress-funarguments': [SKIP], 868 'compiler/regress-funarguments': [SKIP],
874 'regress/regress-3985': [SKIP], 869 'regress/regress-3985': [SKIP],
875 'regress/regress-457935': [SKIP], 870 'regress/regress-457935': [SKIP],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 # Tests taking too long. 975 # Tests taking too long.
981 'array-functions-prototype-misc': [SKIP], 976 'array-functions-prototype-misc': [SKIP],
982 'strong/implicit-conversions': [SKIP], 977 'strong/implicit-conversions': [SKIP],
983 'strong/load-element-mutate-backing-store': [SKIP], 978 'strong/load-element-mutate-backing-store': [SKIP],
984 979
985 # Stack overflow. 980 # Stack overflow.
986 'big-array-literal': [SKIP], 981 'big-array-literal': [SKIP],
987 }], # 'gcov_coverage' 982 }], # 'gcov_coverage'
988 983
989 ] 984 ]
OLDNEW
« no previous file with comments | « src/frames.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698