Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 1da92c8c864402dadf2145bff94a68785861dfbe..e1579b0462bd5323dc66914dacd7e5953f760202 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -63,6 +63,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 |
|
rmcilroy
2016/10/28 15:42:41
Do we have a separate bug on this? Would be good t
Michael Starzinger
2016/10/31 09:10:28
Done: https://bugs.chromium.org/p/v8/issues/detail
|
| + # 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]], |
| @@ -613,6 +617,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], |