| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index c35430045bc33cc94d0bfd921ca80c6c745a7f25..f15fc7545e7669e6d868ca21bbf385b86d2cbe41 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
|
|
|