From: erik.corry@gmail.com Date: Mon, 27 Oct 2008 15:53:29 +0000 (+0000) Subject: It seems we haven't nailed the unaligned string compare problem yet. X-Git-Tag: upstream/4.7.83~25104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f4c9b09601e959bb8f892a106f0c5a5412b0a28;p=platform%2Fupstream%2Fv8.git It seems we haven't nailed the unaligned string compare problem yet. Review URL: http://codereview.chromium.org/8622 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@610 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 6a97c7f16..22d9354f7 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -61,3 +61,7 @@ debug-step: FAIL debug-breakpoints: PASS || FAIL regress/regress-998565: FAIL + +# Bug number 130 http://code.google.com/p/v8/issues/detail?id=130 +# Fails on ARM. +string-compare-alignment: FAIL