bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils: tac test failure on Linux


From: Bruno Haible
Subject: Re: coreutils: tac test failure on Linux
Date: Mon Sep 30 11:37:02 2002

> > On Linux/x86 with glibc-2.2.91:
> >
> > make  check-TESTS
> > make[3]: Entering directory `/packages/coreutils-4.5.1/build/tests/tac'
> > *** opt-r.O     Sat Sep  7 14:40:53 2002
> > --- ../../../tests/tac/opt-r.X  Mon Jul  1 11:26:28 2002
> > ***************
> > *** 1 ****
> > ! 1._2.__3.___4._
> > \ No newline at end of file
> > --- 1 ----
> > ! 4._3.___2.__1._
> > \ No newline at end of file
> > *** opt-r.O     Sat Sep  7 14:40:53 2002
> > --- ../../../tests/tac/opt-r.X  Mon Jul  1 11:26:28 2002
> [...lots more of the same...]

More details:

The reason is that in tac.c:256 the fifth argument to re_search is negative
(= -15), which is outside the specification. glibc-2.3 has a completely new
regex implementation.

Bruno




reply via email to

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