Commit e4fcb348 authored by yangguo's avatar yangguo Committed by Commit bot

[interpreter, debugger] Update mjsunit test expectations.

R=vogelheim@chromium.org
BUG=v8:4690,v8:4765
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#34409}
parent 21574d99
...@@ -780,16 +780,23 @@ ...@@ -780,16 +780,23 @@
}], # 'arch == ppc and simulator_run == True' }], # 'arch == ppc and simulator_run == True'
['ignition == True', { ['ignition == True', {
# TODO(yangguo,4690): Requires debugger support.
'es6/debug*': [SKIP],
'harmony/debug*': [SKIP],
'regress/debug*': [SKIP],
'regress/regress-debug*': [SKIP],
# TODO(yangguo,4690): assertion failures in debugger tests. # TODO(yangguo,4690): assertion failures in debugger tests.
'debug-allscopes-on-debugger': [FAIL], 'debug-allscopes-on-debugger': [FAIL],
'debug-liveedit-restart-frame': [FAIL],
'debug-return-value': [FAIL], 'debug-return-value': [FAIL],
'debug-stepin-accessor-ic': [FAIL],
'debug-stepnext-do-while': [FAIL],
'es6/debug-stepnext-for': [FAIL],
'es6/debug-stepin-generators': [FAIL],
'es6/debug-stepin-string-template': [FAIL],
'es6/debug-promises/stepin-constructor': [FAIL],
'harmony/debug-stepin-proxies': [FAIL],
'regress/regress-debugger-redirect': [PASS, FAIL],
'regress/regress-crbug-119800': [FAIL],
'regress/regress-crbug-467180': [FAIL],
'regress/regress-opt-after-debug-deopt': [FAIL],
# TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
'debug-liveedit-restart-frame': [FAIL],
'debug-liveedit-literals': [FAIL], 'debug-liveedit-literals': [FAIL],
'debug-liveedit-3': [FAIL], 'debug-liveedit-3': [FAIL],
'debug-liveedit-1': [FAIL], 'debug-liveedit-1': [FAIL],
...@@ -799,14 +806,9 @@ ...@@ -799,14 +806,9 @@
'debug-liveedit-newsource': [FAIL], 'debug-liveedit-newsource': [FAIL],
'debug-liveedit-stack-padding': [FAIL], 'debug-liveedit-stack-padding': [FAIL],
'debug-liveedit-breakpoints': [FAIL], 'debug-liveedit-breakpoints': [FAIL],
'debug-stepin-accessor-ic': [FAIL], 'es6/debug-liveedit-new-target-1': [FAIL],
'debug-stepnext-do-while': [FAIL], 'es6/debug-liveedit-new-target-2': [FAIL],
'es6/debug-liveedit-new-target-3': [FAIL],
# TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
# DCHECK(IsDebugBreak() || IsDebuggerStatement());
'regress/regress-crbug-119800': [FAIL],
'regress/regress-crbug-467180': [FAIL],
'regress/regress-opt-after-debug-deopt': [FAIL],
# TODO(rmcilroy,4681): Requires support for generators. # TODO(rmcilroy,4681): Requires support for generators.
'messages': [FAIL], 'messages': [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