Reviewers: Mads Ager, Message: Changing the test to run faster may be a bad idea since one of the constants is 4 billion, and smaller numbers may not hit the same issues.
Description: Allow a slow test, array-splice, to timeout on ARM. Please review this at http://codereview.chromium.org/155500 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mjsunit/mjsunit.status Index: test/mjsunit/mjsunit.status =================================================================== --- test/mjsunit/mjsunit.status (revision 2457) +++ test/mjsunit/mjsunit.status (working copy) @@ -69,6 +69,8 @@ # Fails on real ARM hardware but not on the simulator. string-compare-alignment: PASS || FAIL +# Times out often in release mode on ARM. +array-splice: PASS || TIMEOUT [ $arch == x64 ] --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
