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
This commit is contained in:
parent
140f687b96
commit
e801020724
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user