Reviewers: Christian Plesner Hansen, Description: Test mjsunit/string-indexof times out on ARM simulator
Removal of string slices made this test time out on the ARM simulator. Temporaly mark this as pass or timeout. BUG=http://code.google.com/p/v8/issues/detail?id=500 [email protected] Please review this at http://codereview.chromium.org/390002 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 3263) +++ test/mjsunit/mjsunit.status (working copy) @@ -61,3 +61,7 @@ # Times out often in release mode on ARM. array-splice: PASS || TIMEOUT + +# Issue 500 +string-indexof: PASS || TIMEOUT + --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
