Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 283036b7498d3182242ffd17b1eba0349a27af8c..4cebabce00e1cbb49677d01bf220492f67d8b816 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -913,6 +913,12 @@ |
'unicodelctest-no-optimization': [SKIP], |
}], # ignition == True and (arch == arm or arch == arm64) |
+['ignition == True and arch == x64', { |
+ # TODO(mythria,4680): Stack call size exceeds limit. |
+ # Try to tail call CallICStub from PushArgsAndCallIC builtin. |
+ 'regress/regress-353551': [FAIL], |
+}], # ignition == True and arch == x64 |
+ |
############################################################################## |
['gcov_coverage', { |
# Tests taking too long. |