automake-patches
[Top][All Lists]
Advanced

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

Re: [FYI] {testsuite-work} lex tests: avoid possible hang, fix, and exte


From: Stefano Lattarini
Subject: Re: [FYI] {testsuite-work} lex tests: avoid possible hang, fix, and extend
Date: Wed, 1 Jun 2011 18:03:06 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

On Wednesday 01 June 2011, Stefano Lattarini wrote:
> * tests/lex3.test (foo.l:yywrap): Return 1, not 0, to avoid hangs.
> Bug introduced in commit 'v1.11-871-geb147a1'.
> (Makefile.am): Do not add address@hidden@' to `$(LDADD)', as we define
> our own `yywrap' function.
> * tests/lex.test (tscan.l): In `yywrap', return 1, not 0, for
> consistency with the default flex implementation.
> * tests/lex-libobj.test (yywrap.c): Likewise.
> * tests/lex-subobj-nodep.test (s1.l): Likewise.
> * tests/lexvpath.test (foo.c): Likewise.
> * tests/silent-lex-gcc (foo.l): Likewise.
> * tests/silent-lex-generic (foo.l): Likewise.
> * tests/silent-many-gcc (foo5.l): Likewise.
> * tests/silent-many-generic (foo5.l): Likewise.
> * tests/lex-lib.test (mu.c): Likewise.
> Update heading comments, to refer to ...
> * tests/lex-lib-external.test: ... this new test, which checks
> that we can get use the `yywrap' function from a system-wide
> library, if that's available.
> ---
>  ChangeLog                      |   22 ++++++++++++
>  tests/Makefile.am              |    1 +
>  tests/cond35.test              |    2 +-
>
Oops, I had forgotten to regenerated `tests/Makefile.in'.  Luckily I spot
that before pushing, and here is what I've squashed in:

 diff --git a/tests/Makefile.in b/tests/Makefile.in
 index 875b06e..4e4d4a9 100644
 --- a/tests/Makefile.in
 +++ b/tests/Makefile.in
 @@ -846,6 +846,7 @@ lexcpp.test \
  lexvpath.test \
  lex-subobj-nodep.test \
  lex-lib.test \
 +lex-lib-external.test \
  lex-libobj.test \
  lex-noyywrap.test \
  lflags.test \

Sorry for the noise,
  Stefano



reply via email to

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