Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: test/mjsunit/mjsunit.status

Issue 391012: Split long running test... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/string-indexof.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | test/mjsunit/string-indexof.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698