[FYI] {yacc-work} tests: do not force yacc-requiring tests to use bison

2011-01-11 Thread Stefano Lattarini
Pushing this patch as pre-approved -- see here: Applied to temporary branch yacc-work, and merged into master. I've tested it on GNU/Linux with YACC=no, YACC=heirloom-yacc, and YACC=''. The modified testcases behaved as e

Re: [PATCH] {maint} tests: add checks on automatically-distributed files

2011-01-11 Thread Stefano Lattarini
On Tuesday 11 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 12:05:20AM CET: > > tests: add checks on automatically-distributed files > > > > Related to automake bug#7819. > > > > * tests/autodist.test: New test. > > * tests/autodist-subdir.test: Likewise

Re: [PATCH] {master} tests: enable 'errexit' shell flag by default.

2011-01-11 Thread Stefano Lattarini
On Tuesday 11 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 09:32:39PM CET: > > On Tuesday 11 January 2011, Ralf Wildenhues wrote: > > > Remains only bumping copyrights. > > > > > Hmm... Honestly, I left that out deliberately, since the edits done by > > t

Re: [PATCH] {master} tests: enable 'errexit' shell flag by default.

2011-01-11 Thread Stefano Lattarini
On Tuesday 11 January 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 03:02:09AM CET: > > Finally, here is the patch that moves the setting of the `errexit' > > shell flag in the `tests/defs' script. > > > Here are the steps I followed to write the

Re: [PATCH] {maint} tests: add checks on automatically-distributed files

2011-01-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jan 11, 2011 at 12:05:20AM CET: > tests: add checks on automatically-distributed files > > Related to automake bug#7819. > > * tests/autodist.test: New test. > * tests/autodist-subdir.test: Likewise. > * tests/autodist-acconfig.test: Likewise. > * tests/autodist-

Re: [PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jan 11, 2011 at 09:22:26PM CET: > On Tuesday 11 January 2011, Ralf Wildenhues wrote: > > > AUTOMAKE_fails -Wno-error --output-dir=foo > > > -$EGREP '(invalid|unrecognized) option.*--output-dir' stderr > > > +grep 'unrecognized option.*--output-dir' stderr > > > >

Re: [PATCH] {master} tests: enable 'errexit' shell flag by default.

2011-01-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jan 11, 2011 at 09:32:39PM CET: > On Tuesday 11 January 2011, Ralf Wildenhues wrote: > > Remains only bumping copyrights. > > > Hmm... Honestly, I left that out deliberately, since the edits done by > this patch to the test scripts are very obvious, and because I u

Re: [PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Stefano Lattarini
On Tuesday 11 January 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 01:48:41PM CET: > > Another (minor) testsuite patch. > > Discouraged, but OK with nit addressed. > > Thanks, > Ralf > > > * tests/aclocal.test: Grepping of automake stderr for

Re: [PATCH] {master} tests: enable 'errexit' shell flag by default.

2011-01-11 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 03:02:09AM CET: > Finally, here is the patch that moves the setting of the `errexit' > shell flag in the `tests/defs' script. > Here are the steps I followed to write the patch: > > [1] I got the list of non-generated test scripts: >

Re: [FYI] {maint} tests: work around a texi+cygnus bug causing a spurious XFAIL

2011-01-11 Thread Stefano Lattarini
On Tuesday 11 January 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 01:30:28PM CET: > > I've applied the patch below to maint as obvious, merged maint > > into master, and pushed. > > Obvious to you maybe, but not obvious to me. > Sorry. > What

Re: [PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 01:48:41PM CET: > Another (minor) testsuite patch. Discouraged, but OK with nit addressed. Thanks, Ralf > * tests/aclocal.test: Grepping of automake stderr for messages > reporting invalid options made stricter. > * tests/no-outdir-o

Re: [FYI] {maint} tests: work around a texi+cygnus bug causing a spurious XFAIL

2011-01-11 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 01:30:28PM CET: > I've applied the patch below to maint as obvious, merged maint > into master, and pushed. Obvious to you maybe, but not obvious to me. What is the bug you are working around? And if there was an XFAIL before, wouldn

[PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Stefano Lattarini
Another (minor) testsuite patch. I will push to master in 72 hours if there are no objections. Regards, Stefano -*-*- * tests/aclocal.test: Grepping of automake stderr for messages reporting invalid options made stricter. * tests/no-outdir-option.test: Likewise. Also, create a dummy `Makefil

[FYI] {maint} tests: work around a texi+cygnus bug causing a spurious XFAIL

2011-01-11 Thread Stefano Lattarini
I've applied the patch below to maint as obvious, merged maint into master, and pushed. Regards, Stefano -*-*- tests: work around a texi+cygnus bug causing a spurious XFAIL * tests/txinfo5b.test: New test, like txinfo5.test but calling automake with the `-Wno-override' option to work around a