Commit 113d3035 authored by yangguo's avatar yangguo Committed by Commit bot

[interpreter,debugger] Unskip debug tests for ignition.

TBR=rmcilroy@chromium.org
BUG=v8:4690
LOG=N

Review URL: https://codereview.chromium.org/1727453003

Cr-Commit-Position: refs/heads/master@{#34214}
parent 4ddf252e
......@@ -499,8 +499,28 @@
}], # 'arch == ppc64 and simulator_run == True'
['ignition == True', {
# TODO(yangguo,4690): Enable debugger support for Ignition.
'test-debug/*' : [SKIP],
# TODO(yangguo,4690): Test failures in debugger tests.
'test-debug/DebugStepLocals': [FAIL],
'test-debug/DebugStepKeyedLoadLoop': [FAIL],
'test-debug/DebugStepKeyedStoreLoop': [FAIL],
'test-debug/DebugStepIf': [FAIL],
'test-debug/DebugStepNamedLoadLoop': [FAIL],
'test-debug/DebugStepDeclarations': [FAIL],
'test-debug/BreakPointConstructCallWithGC': [PASS, FAIL],
'test-debug/DebugStepNamedStoreLoop': [FAIL],
'test-debug/DebugStepLinearMixedICs': [FAIL],
'test-debug/DebugStepSwitch': [FAIL],
'test-debug/DebugStepWhile': [FAIL],
'test-debug/DebugStepFor': [FAIL],
'test-debug/DebugStepForContinue': [FAIL],
'test-debug/DebugStepForIn': [FAIL],
'test-debug/DebugStepDoWhile': [FAIL],
'test-debug/DebugConditional': [FAIL],
'test-debug/DebugStepForBreak': [FAIL],
'test-debug/DebugStepWith': [FAIL],
'test-debug/DebugStepFunctionApply': [FAIL],
'test-debug/StepInOutBranch': [FAIL],
'test-debug/DebugStepFunctionCall': [FAIL],
# TODO(yangguo,4690): Required DebuggerStatement support.
'test-profile-generator/BailoutReason': [FAIL],
......
......@@ -768,12 +768,38 @@
'strong/*': [SKIP],
# TODO(yangguo,4690): Requires debugger support.
'debug-*': [SKIP],
'es6/debug*': [SKIP],
'harmony/debug*': [SKIP],
'regress/debug*': [SKIP],
'regress/regress-debug*': [SKIP],
# TODO(yangguo,4690): assertion failures in debugger tests.
'debug-allscopes-on-debugger': [FAIL],
'debug-liveedit-restart-frame': [FAIL],
'debug-return-value': [FAIL],
'debug-liveedit-literals': [FAIL],
'debug-liveedit-3': [FAIL],
'debug-liveedit-1': [FAIL],
'debug-step-into-json': [FAIL],
'debug-liveedit-patch-positions-replace': [FAIL],
'debug-step-into-valueof': [FAIL],
'debug-liveedit-patch-positions': [FAIL],
'debug-liveedit-stepin': [FAIL],
'debug-step-4': [FAIL],
'debug-liveedit-newsource': [FAIL],
'debug-liveedit-stack-padding': [FAIL],
'debug-stepframe': [FAIL],
'debug-negative-break-points': [FAIL],
'debug-stepin-accessor': [FAIL],
'debug-step-stub-callfunction': [FAIL],
'debug-liveedit-breakpoints': [FAIL],
'debug-stepin-accessor-ic': [FAIL],
'debug-stepin-builtin': [FAIL],
'debug-stepin-foreach': [FAIL],
'debug-stepnext-do-while': [FAIL],
'debug-stepin-builtin-callback-opt': [FAIL],
'debug-stepin-function-call': [FAIL],
# TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
# DCHECK(IsDebugBreak() || IsDebuggerStatement());
'regress/regress-1523': [FAIL],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment