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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1688283003: [Interpreter] Implements calls through CallICStub in the interpreter. (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
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 05d35313484f0c49ec7fba70e26e40f28e90ac14..bfe89358f5f3f6f9502b7be505119f8aa6073c21 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -916,6 +916,17 @@
'regress/regress-crbug-568477-1': [FAIL],
'regress/regress-2318': [FAIL],
+ # TODO(mythria,4680): Stack call size exceeds limit.
+ # Try to tail call CallICStub from PushArgsAndCallIC builtin.
+ 'regress/regress-353551': [FAIL],
+
+ # TODO(rmcilroy,4680): Related to inlining. Fails to get
+ # the arguments info when functions are inlined.
+ # TranslatedState::GetArgumentsInfoFromJSFrameIndex()
+ 'regress/regress-347262': [SKIP],
+ 'compiler/inline-arguments': [SKIP],
+ 'compiler/escape-analysis-arguments': [SKIP],
+
# TODO(rmcilroy,4680): Test crashes.
'compiler/regress-funarguments': [SKIP],
'regress/regress-3985': [SKIP],

Powered by Google App Engine
This is Rietveld 408576698