Revision: 3264 Author: [email protected] Date: Tue Nov 10 07:50:23 2009 Log: 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] Review URL: http://codereview.chromium.org/390002 http://code.google.com/p/v8/source/detail?r=3264 Modified: /branches/bleeding_edge/test/mjsunit/mjsunit.status ======================================= --- /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Nov 10 04:19:36 2009 +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Nov 10 07:50:23 2009 @@ -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 -~----------~----~----~----~------~----~------~--~---
