pkgsrc-Bugs archive

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

Re: pkg/49502: py-mercurial fails some unit tests



The following reply was made to PR pkg/49502; it has been noted by GNATS.

From: Thomas Klausner <tk%giga.or.at@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/49502: py-mercurial fails some unit tests
Date: Thu, 25 Dec 2014 18:13:18 +0100

 On Wed, Dec 24, 2014 at 04:30:00PM +0000, martin%NetBSD.org@localhost wrote:
 > 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),
 
 I've filed
 
 http://bz.selenic.com/show_bug.cgi?id=4482
 
 for the cvs setup differences.
 
 I've filed
 
 http://bz.selenic.com/show_bug.cgi?id=4483
 
 for the unzip whitespace differences.
 
 > 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.
 
 I've filed
 
 http://bz.selenic.com/show_bug.cgi?id=4484
 
 for this one.
 
 Thanks,
  Thomas
 


Home | Main Index | Thread Index | Old Index