0.9.5 release plans

Daniel Serpell dserpell at gmail.com
Wed Oct 17 07:12:58 CDT 2007


Hi!

El Mon, Oct 15, 2007 at 05:31:02PM -0500, Matt Mackall escribio:
>
[...]
> Please test the current tip, especially if you're
> running on one of the less common platforms.

I'm on Debian/etch, ARM architecture (so, unaligned memory access are bad):

daniel at pclab02:~/src/hg-main$ cat /proc/cpuinfo       
Processor       : Arm920Tid(wb) rev 0 (v4l)
BogoMIPS        : 99.94
Features        : swp half thumb 
daniel at pclab02:~/src/hg-main$ uname -a
Linux pclab02 2.4.26-ts11 #22 Tue Jun 6 12:23:09 MST 2006 armv4l GNU/Linux
daniel at pclab02:~/src/hg-main$ time make tests
cd tests && python run-tests.py 
.......................................
Skipping test-convert-cvs: missing feature: cvsps utility
.
Skipping test-convert-darcs: missing feature: darcs client
..
Skipping test-convert-git: missing feature: git command line client
...
Skipping test-convert-svn: missing feature: subversion python bindings
..................................................................................................
Skipping test-no-symlinks: system supports symbolic links
...............................................................
# Ran 206 tests, 5 skipped, 0 failed.

real    145m50.900s
user    94m59.120s
sys     29m22.720s

I had to change the default timeout from 180 to 300 seconds because some
tests failed on the first run :-)

   Daniel.



More information about the Mercurial mailing list