Revision: 3710
Author: [email protected]
Date: Tue Jan 26 03:45:53 2010
Log: Alow long running test to time out on ARM
This test have been timing out on ARM hardware from time to time.
Review URL: http://codereview.chromium.org/543206
http://code.google.com/p/v8/source/detail?r=3710
Modified:
/branches/bleeding_edge/test/mjsunit/mjsunit.status
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Dec 17 00:53:18
2009
+++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Jan 26 03:45:53
2010
@@ -45,8 +45,8 @@
# Very slow on ARM, contains no architecture dependent code.
unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
-# Skip long running test in debug.
-regress/regress-524: PASS, SKIP if $mode == debug
+# Skip long running test in debug and allow it to timeout in release mode.
+regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
[ $arch == arm ]
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev