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], |