From: christian.plesner.hansen@gmail.com Date: Wed, 21 Jan 2009 14:43:10 +0000 (+0000) Subject: Marked ascii-regexp-subject as flaky on arm for now. The cause of X-Git-Tag: upstream/4.7.83~24774 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e80102072469e792e6744633500f4123e886403b;p=platform%2Fupstream%2Fv8.git Marked ascii-regexp-subject as flaky on arm for now. The cause of this failure is that this test depends on a particular optimization in jscre that we don't yet have, but that we will get very soon. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1118 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index c354300..f15fc75 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -44,6 +44,10 @@ regexp-loop-capture: PASS || FAIL [ $arch == arm ] +# Optimize regexp search for non-multiline initial ^. +# http://code.google.com/p/v8/issues/detail?id=198 +ascii-regexp-subject: PASS || FAIL + # Slow tests which times out in debug mode. try: PASS, SKIP if $mode == debug debug-scripts-request: PASS, SKIP if $mode == debug