0.9.5 release plans

Mark Reinhold mr at Sun.COM
Tue Oct 16 16:48:38 CDT 2007


> Date: Mon, 15 Oct 2007 17:31:02 -0500
> From: Matt Mackall <mpm at selenic.com>

> I'm hoping to finally cut the 0.9.5 release on Friday. We've hopefully
> fixed up the compilation problems for the new C extensions reported a
> couple days ago. Please test the current tip, especially if you're
> running on one of the less common platforms.

main tip (3b204881f959) builds and tests fine on Solaris 10 using Python
2.5.1 from blastwave.org, except for some networked tests that appear to
be a little too picky about the error message they receive (log below).

- Mark


casco % python -V
Python 2.5.1
casco % PATH=.:$PATH make tests
cd tests && python run-tests.py 
...............
ERROR: test-bad-pull output changed
--- Expected output 
+++ Test output 
@@ -1,4 +1,4 @@
-abort: error: Connection refused
+abort: error: Network is unreachable
 255
 copy: No such file or directory
 abort: HTTP Error 404
........................
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
.............................................
ERROR: test-http-proxy output changed
--- Expected output 
+++ Test output 
@@ -43,4 +43,4 @@
 added 1 changesets with 1 changes to 1 files
 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 %% bad host:port for proxy
-abort: error: Connection refused
+abort: error: Network is unreachable
.....................................................
Skipping test-no-symlinks: system supports symbolic links
..............................................
ERROR: test-static-http output changed
--- Expected output 
+++ Test output 
@@ -1,4 +1,4 @@
-abort: Connection refused
+abort: Network is unreachable
 255
 copy: No such file or directory
 changeset:   0:53e17d176ae6
.................
# Ran 206 tests, 5 skipped, 3 failed.
make: *** [tests] Error 1
casco % 


More information about the Mercurial mailing list