Call for testing: mercurial 1.1

Frank A. Kingswood frank at kingswood-consulting.co.uk
Mon Dec 1 08:46:17 CST 2008


Benoit Boissinot wrote:
> Since the 1.1 release is approaching, it would be nice to have some additional
> testing, preferably using crew repo:
> http://hg.intevation.org/mercurial/crew

Mercurial Distributed SCM (version 4fd92687f331)
Running this on an XScale box (Thecus N2100, Debian stable, Python 
2.4.4, 2.6.24-etchnhalf.1-iop32x, ext3).

$ make local
No warnings or errors.

$ make tests


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: not executable
Skipped test-convert-git: missing feature: git command line client
Skipped test-convert-hg-svn: missing feature: subversion python bindings
Skipped test-convert-mtn: missing feature: monotone client (> 0.31)
Skipped test-convert-svn-branches: missing feature: subversion python 
bindings
Skipped test-convert-svn-move: missing feature: subversion python bindings
Skipped test-convert-svn-sink: missing feature: subversion python bindings
Skipped test-convert-svn-source: missing feature: subversion python bindings
Skipped test-convert-svn-startrev: missing feature: subversion python 
bindings
Skipped test-convert-svn-tags: missing feature: subversion python bindings
Skipped test-convert-tla: missing feature: GNU Arch tla client
Skipped test-highlight: missing feature: Pygments source highlighting 
library
Skipped test-imerge: not executable
Skipped test-inotify: missing feature: inotify extension support
Skipped test-inotify-issue1208: missing feature: inotify extension support
Skipped test-inotify-issue1371: missing feature: inotify extension support
Skipped test-inotify-lookup: missing feature: inotify extension support
Skipped test-no-symlinks: system supports symbolic links
Failed test-archive: output changed
Failed test-convert-cvs-branch: output changed
Failed test-import: output changed and returned error code 15
Failed test-mq: output changed and returned error code 15
Failed test-mv-cp-st-diff: output changed and returned error code 15
Failed test-pull-pull-corruption2: output changed
Failed test-rebase-parameters: output changed and returned error code 15
Failed test-rebase-scenario-global: output changed and returned error 
code 15
Failed test-rename-merge2: output changed and returned error code 15
# Ran 309 tests, 26 skipped, 9 failed.


ERROR: test-convert-cvs-branch output changed
--- Expected output
+++ Test output
@@ -1,7 +1,7 @@
  % create cvs repository
  % Create a new project
+N src/b
  N src/a
-N src/b

this is a non-issue caused by cvs import listing files in the order
that they are returned by the OS instead of alphabetically.
I also note that the script does
    echo "1" > a > b
which of course does not put anything in b. I have a submitted a patch 
for both.



Frank



More information about the Mercurial mailing list