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
parent 140f687b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment