From d3f42673db97b8dc103b9c6a995f1f7366630c29 Mon Sep 17 00:00:00 2001 From: "feng@chromium.org" Date: Mon, 8 Sep 2008 18:56:27 +0000 Subject: [PATCH] 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 --- test/mjsunit/mjsunit.status | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4