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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1721983005: [Interpreter] Handles stack overflow in interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed comments. 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 | « src/interpreter/interpreter.cc ('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 b56cad9656b79e836a3c09096b58cf2769fd5eac..d69a53b10d5e36feb85a727ab947c852201049ea 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -773,10 +773,6 @@
# Skip strong mode tests since strong mode is unsupported on ignition.
'strong/*': [SKIP],
- # TODO(mstarzinger): Flushes out a similar, but different issue to what the
- # regression test was designed to test against. Investigate separately.
- 'regress/regress-crbug-589472': [SKIP],
-
# TODO(yangguo,4690): Requires debugger support.
'es6/debug*': [SKIP],
'harmony/debug*': [SKIP],
@@ -861,11 +857,9 @@
'harmony/reflect-construct': [FAIL],
'es6/promises': [FAIL],
- # TODO(rmcilroy,4680): Check failed in
- # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
- 'regress/regress-crbug-429159': [FAIL],
-
- # TODO(rmcilroy,4680): Pass on debug, fail on release.
+ # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes.
+ # the line numbers in the stack trace are incorrect. In debug mode somehow
+ # does not get flagged as a failure.
'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
# TODO(rmcilroy,4680): Test assert failures.
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698