Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 376bedfb51e34103cbdaf29a004f19aff77a9eae..2638851b69ca1622591a75a93d560f70a474ad21 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -59,6 +59,10 @@ |
# not work, but we expect it to not crash. |
'debug-step-turbofan': [PASS, FAIL], |
+ # Issue 4680: The eval'ed code is piped through Ignition and fails when being |
+ # live edited. This needs investigation. |
+ 'debug-liveedit-double-call': [PASS, FAIL], |
+ |
############################################################################## |
# Too slow in debug mode with --stress-opt mode. |
'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
@@ -619,14 +623,6 @@ |
}], # variant == stress |
############################################################################## |
-['variant == turbofan', { |
- |
- # Assumptions about optimization need investigation in TurboFan. |
- 'regress-sync-optimized-lists': [FAIL], |
- |
-}], # variant == turbofan |
- |
-############################################################################## |
['variant == turbofan_opt', { |
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
@@ -637,6 +633,7 @@ |
'debug-evaluate-locals-optimized-double': [FAIL], |
'debug-liveedit-double-call': [FAIL], |
'es6/debug-evaluate-blockscopes': [FAIL], |
+ 'ignition/debug-break-on-stack': [FAIL], |
# TODO(jgruber): Fails in --turbo --always-opt mode. |
'regress/regress-105': [FAIL], |