| 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 | 
|  |