bug-findutils
[Top][All Lists]
Advanced

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

Re: Failing Test in findutils-4.2.16


From: Dmitry V. Levin
Subject: Re: Failing Test in findutils-4.2.16
Date: Tue, 8 Feb 2005 00:37:03 +0300

On Mon, Feb 07, 2005 at 07:25:55PM +0000, James Youngman wrote:
> On Mon, Feb 07, 2005 at 02:16:13PM -0500, Vin Shelton wrote:
> >  make check
> > 
> > Results in the following failure on both Solaris 2.5.1 and 2.8:
> > 
> > Running 
> > /home/boise/tester/acs/findutils-4.2.16/find/testsuite/find.gnu/name-period.exp
> >  ...
> > FAIL: name-period, --- find.out 2005-02-07 14:09:52.009249000 -0500
> > +++ 
> > /home/boise/tester/acs/findutils-4.2.16/find/testsuite/find.gnu/name-period.xo
> >       2005-01-31 1
> > 6:04:51.000000000 -0500
> > @@ -1,2 +1,2 @@
> > -tmp/top/.one
> >  tmp/top/bane
> > +tmp/top/.one
> > child process exited abnormally
> 
> I believe that this is fixed in CVS - the output of "find" is now
> piped through sort before being compared with the expected result.

No, it is not fixed yet.  The problem is that expected result should be
sorted in same locale as find output.  Right now we have:

$ TZ=UTC diff -u
find/testsuite/find.gnu/name-period.xo <(env -i LC_ALL=en_US sort 
find/testsuite/find.gnu/name-period.xo)
$ TZ=UTC diff -u
find/testsuite/find.gnu/name-period.xo <(env -i sort 
find/testsuite/find.gnu/name-period.xo)
--- find/testsuite/find.gnu/name-period.xo      2005-02-01 12:14:49 +0000
+++ /dev/fd/63  2005-02-07 21:36:06 +0000
@@ -1,2 +1,2 @@
-tmp/top/bane
 tmp/top/.one
+tmp/top/bane


-- 
ldv

Attachment: pgpOFIt5m7GER.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]