Reviewers: Mads Ager, Description: Alow long running test to time out on ARM
This test have been timing out on ARM hardware from time to time. Please review this at http://codereview.chromium.org/543206 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 3670) +++ test/mjsunit/mjsunit.status (working copy) @@ -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
