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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1703563002: [Interpreter] Remove some cctest and mjsunit test skips. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « test/cctest/cctest.status ('k') | 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 3c390b698c01c59cd8270ce9506fd65abbf2d9e2..fc948846d659bd036272d3f7c8f40cd1355ea446 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -768,10 +768,6 @@
'regress/debug*': [SKIP],
'regress/regress-debug*': [SKIP],
- # TODO(yangguo,4690): debug-scopes.cc failure in ScopeIterator::Type
- # DCHECK(context_->IsFunctionContext() || !scope_info->HasContext());
- 'regress/regress-crbug-582051': [SKIP],
-
# TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
# DCHECK(IsDebugBreak() || IsDebuggerStatement());
'regress/regress-1523': [FAIL],
@@ -841,7 +837,7 @@
'regress/regress-123919': [FAIL],
# TODO(rmcilroy,4680): Pass on debug, fail on release.
- 'compiler/regress-stacktrace-methods': [PASS, FAIL],
+ 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
# TODO(rmcilroy,4680): Test assert failures.
'array-literal-feedback': [FAIL],
@@ -867,6 +863,7 @@
'regress/regress-crbug-568477-3': [FAIL],
'regress/regress-crbug-568477-1': [FAIL],
'regress/regress-2318': [FAIL],
+ 'regress/regress-crbug-582051': [FAIL],
# TODO(rmcilroy,4680): Test crashes.
'compiler/regress-funarguments': [SKIP],
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698