Re: [PATCH 0/2] Tests initialization: put default definition of AC_CONFIG_AUX_DIR in the pre-populated configure.in.

2010-12-13 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Dec 13, 2010 at 09:42:08PM CET: > On Monday 13 December 2010, Ralf Wildenhues wrote: > > I'm undecided on this one. On the one hand, the safety increase is a > > plus, but on the other hand, the tests become less readable, if only > > because it is less obvious wh

[FYI] Libobj tests: refer to automake bug tracker for limitations.

2010-12-13 Thread Stefano Lattarini
* tests/libobj15b.test (configure.in): In the comment explaining why an apparently redundant AC_OUTPUT is indeed needed, refer to the relevant entry in the Automake bug tracker rather than describing the bug in detail with a FIXME-style comment. * tests/libobj15c.test: Likewise. * tests/libobj20b.t

[FYI] Tests: do not use `##' automake comments in-line

2010-12-13 Thread Stefano Lattarini
* tests/libobj19.test (Makefile.am): Do not use inline `##' comments in the definition of AUTOMAKE_OPTIONS. * tests/libobj20c.test: Likewise. Report by Ralf Wildenhues. --- ChangeLog|8 tests/libobj19.test |2 +- tests/libobj20c.test |2 +- 3 files changed, 10 in

[FYI] Tests defs: requirement 'xsi-shell' must be synced with libtool.

2010-12-13 Thread Stefano Lattarini
* tests/defs (xsi-shell): Add comment telling to keep the XSI-conformance checks in sync with libtool. --- ChangeLog |7 +++ tests/defs |1 + 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ef1e4e..ad68203 100644 --- a/ChangeLog +++ b/Change

Re: [PATCH] Improvements and extend tests on canonicalization.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Sat, Dec 11, 2010 at 06:41:46PM CET: > > Ping on this? Reference: > > > > > > The updated patch is attached. I will push it in 72 hours (by

Re: [PATCH 0/2] Tests initialization: put default definition of AC_CONFIG_AUX_DIR in the pre-populated configure.in.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Sat, Dec 11, 2010 at 02:52:18PM CET: > > This is a reproposal of an older patch of mine: > > > >

Re: [PATCH] Extend tests on AC_LIBOBJ and friends.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > Hello Stefano, > > * Stefano Lattarini wrote on Thu, Dec 09, 2010 at 09:41:46PM CET: > > From 88c5437de865d8d5574d12c1ba6256743987efc0 Mon Sep 17 00:00:00 2001 > > From: Stefano Lattarini > > Date: Tue, 31 Aug 2010 15:14:29 +0200 > > Subject: [

Re: Fix testsuite failure of check12.test without DejaGNU.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > Merged to master. > > Cheers, > Ralf > > Fix testsuite failure of check12.test without DejaGNU. > > * tests/check12.test: Require runtest. > > diff --git a/tests/check12.test b/tests/check12.test > index caa8e0f..34c8409 100755 >

Fix testsuite failure of check12.test without DejaGNU.

2010-12-13 Thread Ralf Wildenhues
Merged to master. Cheers, Ralf Fix testsuite failure of check12.test without DejaGNU. * tests/check12.test: Require runtest. diff --git a/tests/check12.test b/tests/check12.test index caa8e0f..34c8409 100755 --- a/tests/check12.test +++ b/tests/check12.test @@ -17,6 +17,7 @@ # Test

Re: [PATCH] {tests-init} Tests defs: de-uglify code for requiring an XSI-capable shell.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Dec 13, 2010 at 08:16:47PM CET: > > On Monday 13 December 2010, Ralf Wildenhues wrote: > > > * Stefano Lattarini wrote on Sun, Dec 12, 2010 at 10:06:58PM CET: > > > > This is just a cosmetic patch. I will push i

Re: [PATCH] {tests-init} Tests defs: de-uglify code for requiring an XSI-capable shell.

2010-12-13 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Dec 13, 2010 at 08:16:47PM CET: > On Monday 13 December 2010, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Sun, Dec 12, 2010 at 10:06:58PM CET: > > > This is just a cosmetic patch. I will push in 72 hours > > > (Wednesday evening) if nobody objects. > >

Re: [PATCH 0/2] Tests initialization: put default definition of AC_CONFIG_AUX_DIR in the pre-populated configure.in.

2010-12-13 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Dec 11, 2010 at 02:52:18PM CET: > This is a reproposal of an older patch of mine: > > > I see that some tests ex

Re: [PATCH] {tests-init} Tests defs: de-uglify code for requiring an XSI-capable shell.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Sun, Dec 12, 2010 at 10:06:58PM CET: > > This is just a cosmetic patch. I will push in 72 hours > > (Wednesday evening) if nobody objects. > > Please don't. It's a feature that the code is the same as the one > tes

Re: [PATCH] {master} More uses of AS_HELP_STRING in automake macros.

2010-12-13 Thread Stefano Lattarini
On Monday 13 December 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Sun, Dec 12, 2010 at 02:47:35PM CET: > > * m4/depend.m4 (AM_DEP_TRACK): Use `AS_HELP_STRING' to format > > the help message added to the generated configure. > > * m4/dmalloc.m4 (AM_WITH_DMALLOC): Lik

Re: [PATCH] {tests-init} Tests defs: de-uglify code for requiring an XSI-capable shell.

2010-12-13 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Dec 12, 2010 at 10:06:58PM CET: > This is just a cosmetic patch. I will push in 72 hours > (Wednesday evening) if nobody objects. Please don't. It's a feature that the code is the same as the one tested in Libtool _LT_CHECK_SHELL_FEATURES: bug-tested and all. I

Re: [PATCH] Extend tests on AC_LIBOBJ and friends.

2010-12-13 Thread Ralf Wildenhues
Hello Stefano, * Stefano Lattarini wrote on Thu, Dec 09, 2010 at 09:41:46PM CET: > From 88c5437de865d8d5574d12c1ba6256743987efc0 Mon Sep 17 00:00:00 2001 > From: Stefano Lattarini > Date: Tue, 31 Aug 2010 15:14:29 +0200 > Subject: [PATCH] Extend tests on AC_LIBOBJ and friends. > > * tests/aclibo

Re: [PATCH] Improvements and extend tests on canonicalization.

2010-12-13 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Dec 11, 2010 at 06:41:46PM CET: > Ping on this? Reference: > > > The updated patch is attached. I will push it in 72 hours (by tuesday > evening) unless there are objections. OK but ...

[PATCH] {master} Extend, fix and improve tests on Lex and Yacc support.

2010-12-13 Thread Stefano Lattarini
Hello automakers. This is a reproposal of an older patch of mine: I've rebased the patch on current maint, and thrown in a couple of fixes/improvements (in particular, I've renamed the new test `yacc1.test' to the more pr

Re: [PATCH] {master} More uses of AS_HELP_STRING in automake macros.

2010-12-13 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sun, Dec 12, 2010 at 02:47:35PM CET: > * m4/depend.m4 (AM_DEP_TRACK): Use `AS_HELP_STRING' to format > the help message added to the generated configure. > * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise. > * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise. > * m4/ma