Index: test/debugger/debugger.status |
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status |
index e20372358c05816636b8d1f24649cd2cc2d71ba3..1bbfe19256f90281e1909bc163ffc90803bbb784 100644 |
--- a/test/debugger/debugger.status |
+++ b/test/debugger/debugger.status |
@@ -7,6 +7,24 @@ |
# Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
# 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], |
+ 'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL], |
+ 'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL], |
+ |
+ # Issue 5650: Unexpected order of break pauses with microtasks. |
+ 'debug/regress/regress-crbug-568477-2': [FAIL], |
+ 'debug/es6/debug-stepin-microtasks': [FAIL], |
+ |
+ # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default |
+ # parameter value |
+ 'debug/es6/debug-scope-default-param-with-eval': [FAIL], |
}], # ALWAYS |
############################################################################## |
@@ -30,10 +48,24 @@ |
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
'debug/debug-evaluate-closure': [FAIL], |
+ 'debug/debug-evaluate-locals': [FAIL], |
'debug/es6/debug-evaluate-blockscopes': [FAIL], |
+ 'debug/debug-liveedit-double-call': [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 |
+ |
+############################################################################## |
['gc_stress == True', { |
# Async function tests taking too long |
# https://bugs.chromium.org/p/v8/issues/detail?id=5411 |
@@ -57,6 +89,7 @@ |
# Stack manipulations in LiveEdit is not implemented for this arch. |
'debug/debug-liveedit-check-stack': [SKIP], |
+ 'debug/debug-liveedit-double-call': [SKIP], |
'debug/debug-liveedit-stack-padding': [SKIP], |
'debug/debug-liveedit-restart-frame': [SKIP], |
}], # 'arch == s390 or arch == s390x' |