From: feng@chromium.org Date: Mon, 8 Sep 2008 18:56:27 +0000 (+0000) Subject: Mark number-string-index-call.js as FAIL on ARM because it depends on the new calling... X-Git-Tag: upstream/4.7.83~25428 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3f42673db97b8dc103b9c6a995f1f7366630c29;p=platform%2Fupstream%2Fv8.git Mark number-string-index-call.js as FAIL on ARM because it depends on the new calling convention. TBR=iposva@chromium.org git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@216 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 39aecc2..6ab9de7 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -63,3 +63,5 @@ debug-stepin-constructor: FAIL debug-step: FAIL regress/regress-998565: FAIL regress/regress-1081309: FAIL +# Call as function does not always work on ARM port yet. +number-string-index-call.js: FAIL