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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1968423002: [liveedit] support restarting interpreted frame and replacing bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: skip stack padding test. Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/debug/liveedit.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index a1b26d6d802dd5f90a1a79a4565e1b26c2faaad2..5a83b66b70780a1d1d838515a1c679ba33862a1b 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -288,21 +288,9 @@
# Ignition
# TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
- 'debug-liveedit-restart-frame': [PASS, NO_IGNITION],
- 'debug-liveedit-literals': [PASS, NO_IGNITION],
- 'debug-liveedit-3': [PASS, NO_IGNITION],
- 'debug-liveedit-1': [PASS, NO_IGNITION],
- 'debug-liveedit-2': [PASS, NO_IGNITION],
- 'debug-liveedit-patch-positions-replace': [PASS, NO_IGNITION],
- 'debug-liveedit-patch-positions': [PASS, NO_IGNITION],
'debug-liveedit-stepin': [PASS, NO_IGNITION],
- 'debug-liveedit-newsource': [PASS, NO_IGNITION],
'debug-liveedit-stack-padding': [PASS, NO_IGNITION],
'debug-liveedit-breakpoints': [PASS, NO_IGNITION],
- 'es6/debug-liveedit-new-target-1': [PASS, NO_IGNITION],
- 'es6/debug-liveedit-new-target-2': [PASS, NO_IGNITION],
- 'es6/debug-liveedit-new-target-3': [PASS, NO_IGNITION],
- 'es6/generators-debug-liveedit': [PASS, NO_IGNITION],
# TODO(mythria, 4780): Related to type feedback for calls in interpreter.
'array-literal-feedback': [PASS, NO_IGNITION],
@@ -855,21 +843,9 @@
##############################################################################
['ignition or ignition_turbofan', {
# TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
- 'debug-liveedit-restart-frame': [FAIL],
- 'debug-liveedit-literals': [FAIL],
- 'debug-liveedit-3': [FAIL],
- 'debug-liveedit-1': [FAIL],
- 'debug-liveedit-2': [FAIL],
- 'debug-liveedit-patch-positions-replace': [FAIL],
- 'debug-liveedit-patch-positions': [FAIL],
'debug-liveedit-stepin': [FAIL],
- 'debug-liveedit-newsource': [FAIL],
- 'debug-liveedit-stack-padding': [FAIL],
+ 'debug-liveedit-stack-padding': [SKIP],
'debug-liveedit-breakpoints': [FAIL],
- 'es6/debug-liveedit-new-target-1': [FAIL],
- 'es6/debug-liveedit-new-target-2': [FAIL],
- 'es6/debug-liveedit-new-target-3': [FAIL],
- 'es6/generators-debug-liveedit': [FAIL],
# TODO(mythria, 4780): Related to type feedback for calls in interpreter.
'array-literal-feedback': [FAIL],
« no previous file with comments | « src/debug/liveedit.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698