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

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

Issue 1648263002: [debugger] correctly find function context. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comments 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/runtime/runtime-debug.cc ('k') | test/mjsunit/regress/regress-crbug-582051.js » ('j') | 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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'regress/regress-crbug-517592': [SKIP], 933 'regress/regress-crbug-517592': [SKIP],
934 'regress/regress-crbug-522895': [SKIP], 934 'regress/regress-crbug-522895': [SKIP],
935 'regress/regress-crbug-527364': [SKIP], 935 'regress/regress-crbug-527364': [SKIP],
936 'regress/regress-crbug-546968': [SKIP], 936 'regress/regress-crbug-546968': [SKIP],
937 'regress/regress-crbug-568477-1': [SKIP], 937 'regress/regress-crbug-568477-1': [SKIP],
938 'regress/regress-crbug-568477-2': [SKIP], 938 'regress/regress-crbug-568477-2': [SKIP],
939 'regress/regress-crbug-568477-3': [SKIP], 939 'regress/regress-crbug-568477-3': [SKIP],
940 'regress/regress-crbug-568477-4': [SKIP], 940 'regress/regress-crbug-568477-4': [SKIP],
941 'regress/regress-crbug-575080': [SKIP], 941 'regress/regress-crbug-575080': [SKIP],
942 'regress/regress-crbug-580506': [SKIP], 942 'regress/regress-crbug-580506': [SKIP],
943 'regress/regress-crbug-582051': [SKIP],
943 'regress/regress-deopt-in-array-literal-spread': [SKIP], 944 'regress/regress-deopt-in-array-literal-spread': [SKIP],
944 'regress/regress-fast-literal-transition': [SKIP], 945 'regress/regress-fast-literal-transition': [SKIP],
945 'regress/regress-function-constructor-receiver': [SKIP], 946 'regress/regress-function-constructor-receiver': [SKIP],
946 'regress/regress-handle-illegal-redeclaration': [SKIP], 947 'regress/regress-handle-illegal-redeclaration': [SKIP],
947 'regress/regress-inline-class-constructor': [SKIP], 948 'regress/regress-inline-class-constructor': [SKIP],
948 'regress/regress-opt-after-debug-deopt': [SKIP], 949 'regress/regress-opt-after-debug-deopt': [SKIP],
949 'regress/regress-osr-in-case-label': [SKIP], 950 'regress/regress-osr-in-case-label': [SKIP],
950 'regress/regress-osr-in-literal': [SKIP], 951 'regress/regress-osr-in-literal': [SKIP],
951 'regress/regress-prepare-break-while-recompile': [SKIP], 952 'regress/regress-prepare-break-while-recompile': [SKIP],
952 'regress/regress-typedarray-length': [SKIP], 953 'regress/regress-typedarray-length': [SKIP],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 # Tests taking too long. 1017 # Tests taking too long.
1017 'array-functions-prototype-misc': [SKIP], 1018 'array-functions-prototype-misc': [SKIP],
1018 'strong/implicit-conversions': [SKIP], 1019 'strong/implicit-conversions': [SKIP],
1019 'strong/load-element-mutate-backing-store': [SKIP], 1020 'strong/load-element-mutate-backing-store': [SKIP],
1020 1021
1021 # Stack overflow. 1022 # Stack overflow.
1022 'big-array-literal': [SKIP], 1023 'big-array-literal': [SKIP],
1023 }], # 'gcov_coverage' 1024 }], # 'gcov_coverage'
1024 1025
1025 ] 1026 ]
OLDNEW
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/mjsunit/regress/regress-crbug-582051.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698