pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49502: py-mercurial fails some unit tests



>Number:         49502
>Category:       pkg
>Synopsis:       py-mercurial fails some unit tests
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 24 16:30:00 +0000 2014
>Originator:     Martin Husemann
>Release:        NetBSD 7.99.2
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD night-owl.duskware.de 7.99.2 NetBSD 7.99.2 (NIGHT-OWL) #290: Mon Dec 1 12:37:01 CET 2014 martin%night-owl.duskware.de@localhost:/usr/src/sys/arch/amd64/compile/NIGHT-OWL amd64
Architecture: x86_64
Machine: amd64
>Description:

Running the unit tests in pkgsrc/devel/py-mercurial shows a few failures
on amd64:

Failed test-run-tests.t: output changed
Failed test-convert-cvs.t: output changed and returned error code 1
Failed test-convert-cvs-detectmerge.t: output changed and returned error code 1
Failed test-convert-cvs-synthetic.t: output changed and returned error code 1
Failed test-convert-cvsnt-mergepoints.t: output changed and returned error code 1
Failed test-convert-cvs-branch.t: output changed

All the cvs ones are due to my user id not bein in group cvsadmin (so can
probably be ignored), but the first one is real:

--- /usr/pkgobj/devel/py-mercurial/work/mercurial-3.2.3/tests/test-run-tests.t
+++ /usr/pkgobj/devel/py-mercurial/work/mercurial-3.2.3/tests/test-run-tests.t.err
@@ -181,21 +181,21 @@
 ======================
 
   $ $TESTDIR/run-tests.py --with-hg=`which hg` --debug 2>&1 | grep -v pwd
-  + echo SALT* 0 0 (glob)
+  + echo 'SALT1419433417.1' 0 0
   SALT* 0 0 (glob)
   + echo babar
   babar
-  + echo SALT* 4 0 (glob)
+  + echo 'SALT1419433417.1' 4 0
   SALT* 4 0 (glob)
-  .+ echo SALT* 0 0 (glob)
+  .+ echo 'SALT1419433417.12' 0 0
   SALT* 0 0 (glob)
   + echo babar
   babar
-  + echo SALT* 2 0 (glob)
+  + echo 'SALT1419433417.12' 2 0
   SALT* 2 0 (glob)
   + echo xyzzy
   xyzzy
-  + echo SALT* 4 0 (glob)
+  + echo 'SALT1419433417.12' 4 0
   SALT* 4 0 (glob)
   .
   # Ran 2 tests, 0 skipped, 0 warned, 0 failed.


>How-To-Repeat:

cd devel/py-mercurial
make test

>Fix:
n/a



Home | Main Index | Thread Index | Old Index