Marked ascii-regexp-subject as flaky on arm for now. The cause of
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 21 Jan 2009 14:43:10 +0000 (14:43 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 21 Jan 2009 14:43:10 +0000 (14:43 +0000)
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

test/mjsunit/mjsunit.status

index c354300..f15fc75 100644 (file)
@@ -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