bug-bison
[Top][All Lists]
Advanced

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

Re: One failed self test on Alpine Linux


From: Akim Demaille
Subject: Re: One failed self test on Alpine Linux
Date: Thu, 14 Jan 2021 06:44:11 +0100

Hi Jeffrey,

> Le 13 janv. 2021 à 07:24, Jeffrey Walton <noloader@gmail.com> a écrit :
> 
> On Wed, Jan 13, 2021 at 12:34 AM Jeffrey Walton <noloader@gmail.com> wrote:
> 
> OK, so I am seeing the issue on Alpine in different configurations.
> The additional configurations include:
> 
>  1. machine with no changes to /usr/local
>  2. machine with properly built GetText
> 
> For (1), I deleted /usr/local and rebooted. That should remove any
> contamination I provided.
> 
> For (2), I built GetText tarball, and did not use --with-included-XXX.
> --with-included-XXX means to use the system gear, not the gear from
> the tarball.

Thanks for exploring these scenarios.  But I think it is really
something that goes wrong in bison's own behavior.  It might be
related to an Alpine bug, or in bison itself, I have no idea.

The logs you sent are inconvenient to use because bison was
mixing stdout and stderr output so the result is out of order,
and very hard to compare between two different machines.  I
have fixed this, and also added some support to be able to
change the timeout that is fired in that test (the default,
5s, is way too much here).

Could you please try with this new tarball?

https://www.lrde.epita.fr/~akim/private/bison/bison-3.7.4.258-82133.tar.gz
https://www.lrde.epita.fr/~akim/private/bison/bison-3.7.4.258-82133.tar.lz
https://www.lrde.epita.fr/~akim/private/bison/bison-3.7.4.258-82133.tar.xz

The quick way to run just the one test we need is:

make check-local TESTSUITEFLAGS='271 -d'
TIME_LIMIT=1 ./src/bison -Tcex -Wcex 
./_build/g9d/tests/testsuite.dir/271/input.y >/tmp/271.log 2>&1

Thanks in advance!


reply via email to

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