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

Unified Diff: test/debugger/debugger.status

Issue 2636913002: [liveedit] reimplement frame restarting. (Closed)
Patch Set: rebase Created 3 years, 11 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 | « test/debugger/debug/es8/debug-async-liveedit.js ('k') | test/mjsunit/regress/regress-crbug-505007-2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debugger.status
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
index 5a16190c3da23404f1dee3c3b82383adda48743c..a3110ab1c7e4845a79dc9365a905029d3615ec7a 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -11,10 +11,6 @@
# not work, but we expect it to not crash.
'debug/debug-step-turbofan': [PASS, FAIL],
- # Issue 5587: The eval'ed code is piped through Ignition and fails when being
- # live edited. This needs investigation.
- 'debug/debug-liveedit-double-call': [SKIP],
-
# Issue 3641: The new 'then' semantics suppress some exceptions.
# These tests may be changed or removed when 'chain' is deprecated.
'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL],
@@ -72,24 +68,11 @@
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug/debug-evaluate-closure': [FAIL],
'debug/debug-evaluate-locals': [FAIL],
- 'debug/debug-liveedit-double-call': [FAIL],
'debug/debug-set-variable-value': [FAIL],
'debug/es6/debug-evaluate-blockscopes': [FAIL],
}], # variant == turbofan_opt
##############################################################################
-['variant == ignition or variant == ignition_staging', {
- # TODO(5587): fails to liveedit evaled code.
- 'debug/debug-liveedit-double-call': [FAIL],
-}], # variant == ignition
-
-##############################################################################
-['variant == ignition_turbofan', {
- # TODO(5587): fails to liveedit evaled code.
- 'debug/debug-liveedit-double-call': [FAIL],
-}], # variant == ignition_turbofan
-
-##############################################################################
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
« no previous file with comments | « test/debugger/debug/es8/debug-async-liveedit.js ('k') | test/mjsunit/regress/regress-crbug-505007-2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698