Lots of test failures in 1.2 rc

Neal Becker ndbecker2 at gmail.com
Fri Feb 27 09:32:26 CST 2009


Linux fedora F10

hg clone http://selenic.com/hg hg-1.2
python setup.py build
sudo python setup.py install

make tests
cd tests && python run-tests.py 
# Testing unexpected mercurial: /usr/lib64/python2.5/site-packages/mercurial
.............................s...................ssssss.s
ERROR: test-convert-cvs-branch output changed
--- Expected output 
+++ Test output 
@@ -13,9 +13,10 @@
 T a
 T b
 cvs update: Updating .
+U a
+U b
 % Modify file a, then b, then a
 cvs commit: Examining .
-checking in src/a,v
 cvs commit: Examining .
 checking in src/b,v
 cvs commit: Examining .
@@ -25,27 +26,24 @@
 initializing destination src-hg repository
 using builtin cvsps
 collecting CVS rlog
-7 log entries
+6 log entries
 creating changesets
-5 changeset entries
+4 changeset entries
 connecting to cvsrepo
 scanning source...
 sorting...
 converting...
-4 Initial revision
-3 init
-2 mod a
+3 Initial revision
+2 init
 1 mod b
 0 mod a again
 updating tags
 % Check the result
-o  5 () update tags files: .hgtags
+o  4 () update tags files: .hgtags
 |
-| o  4 (BRANCH) mod a again files: a
+| o  3 (BRANCH) mod a again files: a
 | |
-| o  3 (BRANCH) mod b files: b
-| |
-| o  2 (BRANCH) mod a files: a
+| o  2 (BRANCH) mod b files: b
 | |
 | o  1 (v0) init files:
 |/
!
ERROR: test-convert-cvs-builtincvsps output changed
--- Expected output 
+++ Test output 
@@ -91,6 +91,7 @@
 U b/c
 T a
 T b/c
+U a
 checking in src/b/c,v
 % convert again
 using builtin cvsps
!s.......s......s.......................................................................................................................................................s...........................................................................................
Skipped test-casefolding: missing feature: case insensitive file system
Skipped test-convert-baz: missing feature: GNU Arch baz client
Skipped test-convert-bzr: missing feature: Canonical's Bazaar client
Skipped test-convert-bzr-directories: missing feature: Canonical's Bazaar 
client
Skipped test-convert-bzr-ghosts: missing feature: Canonical's Bazaar client
Skipped test-convert-bzr-merges: missing feature: Canonical's Bazaar client
Skipped test-convert-bzr-treeroot: missing feature: Canonical's Bazaar 
client
Skipped test-convert-cvs: missing feature: cvsps utility
Skipped test-convert-darcs: missing feature: darcs client
Skipped test-convert-mtn: missing feature: monotone client (> 0.31)
Skipped test-convert-tla: missing feature: GNU Arch tla client
Skipped test-imerge: not executable
Skipped test-issue1438: not executable
Skipped test-no-symlinks: system supports symbolic links
Failed test-convert-cvs-branch: output changed
Failed test-convert-cvs-builtincvsps: output changed
# Tested unexpected mercurial: /usr/lib64/python2.5/site-packages/mercurial
# Ran 320 tests, 14 skipped, 2 failed.
make: *** [tests] Error 1
[nbecker at nbecker5 hg-1.2]$ 




More information about the Mercurial mailing list