Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| =================================================================== |
| --- test/mjsunit/mjsunit.status (revision 3266) |
| +++ test/mjsunit/mjsunit.status (working copy) |
| @@ -62,6 +62,6 @@ |
| # Times out often in release mode on ARM. |
| array-splice: PASS || TIMEOUT |
| -# Issue 500 |
| -string-indexof: PASS || TIMEOUT |
| +# Skip long running test in debug mode on ARM. |
| +string-indexof-2: PASS, SKIP if $mode == debug |
|
Christian Plesner Hansen
2009/11/11 09:32:20
If you want to skip it only on arm shouldn't it be
Søren Thygesen Gjesse
2009/11/11 09:39:39
These is a [ $arch == arm ] on line 48.
Christian Plesner Hansen
2009/11/11 09:48:44
I see. That's confusing -- who came up with this
|