Chromium Code Reviews| Index: test/debugger/debugger.status |
| diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status |
| index 1bbfe19256f90281e1909bc163ffc90803bbb784..249deb7105efd1fb363b417b06b0ce808326b8db 100644 |
| --- a/test/debugger/debugger.status |
| +++ b/test/debugger/debugger.status |
| @@ -28,6 +28,13 @@ |
| }], # ALWAYS |
| ############################################################################## |
| +['variant == stress', { |
| + # TODO(jarin/mstarzinger): Functions with eval or debugger now get optimized |
| + # with Turbofan, which has issues with the debugger issues. |
| + 'debug/debug-evaluate-locals': [FAIL], |
|
rmcilroy
2016/11/22 14:03:44
This fails in the same way as turbo_opt below. It
|
| +}], # 'stress == True' |
| + |
| +############################################################################## |
| ['gc_stress == True', { |
| # Skip tests not suitable for GC stress. |
| # Tests taking too long |