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

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: disabled the check to see if result is available on stack overflow. 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
« src/interpreter/bytecode-generator.cc ('K') | « 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 4fec8ae5e227b51cfde8b4200a7c1b81e27ec0d0..23fb6d094f0bff3e35eef4c517197d9beeec8238 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -831,11 +831,9 @@
'es6/promises': [FAIL],
'deserialize-optimize-inner': [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.
« src/interpreter/bytecode-generator.cc ('K') | « src/interpreter/interpreter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698