Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: test/mjsunit/mjsunit.status

Issue 1751873003: [interpreter, debugger] Update mjsunit test expectations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@fixdebuggerif
Patch Set: fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index cfb3a8a1988fe7d692c9d95499df9b58dafe5a5e..8e5ad05253a683ed911730fc76764410cc3db594 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -776,16 +776,23 @@
}], # 'arch == ppc and simulator_run == 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.
'debug-allscopes-on-debugger': [FAIL],
- 'debug-liveedit-restart-frame': [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-3': [FAIL],
'debug-liveedit-1': [FAIL],
@@ -795,14 +802,9 @@
'debug-liveedit-newsource': [FAIL],
'debug-liveedit-stack-padding': [FAIL],
'debug-liveedit-breakpoints': [FAIL],
- 'debug-stepin-accessor-ic': [FAIL],
- 'debug-stepnext-do-while': [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],
+ 'es6/debug-liveedit-new-target-1': [FAIL],
+ 'es6/debug-liveedit-new-target-2': [FAIL],
+ 'es6/debug-liveedit-new-target-3': [FAIL],
# TODO(rmcilroy,4681): Requires support for generators.
'messages': [FAIL],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698