Re: [PATCH] {msvc} tests: few improvements to some `ar-lib' related tests

2011-10-25 Thread Stefano Lattarini
On Tuesday 25 October 2011, Peter Rosin wrote: > Stefano Lattarini skrev 2011-10-25 13:44: > > I'd like to push the attached patch to the `msvc' branch. > > > > Peter, could you take a look at the patch, and preferably also > > test it? I want to have your ACK before proceeding. > > I tested it

[FYI] {testsuite-work} test defs: new function 'am_keeping_testdirs', for better APIs

2011-10-25 Thread Stefano Lattarini
This change is meant to make it easier for TAP-based test scripts to remove files left over by completed (sub)tests, while still honoring the user-provided `$keep_testdirs' setting. * tests/defs (am_keeping_testdirs): New function, telling whether we should keep the test directories around, even i

Re: [PATCH] {msvc} tests: few improvements to some `ar-lib' related tests

2011-10-25 Thread Peter Rosin
Stefano Lattarini skrev 2011-10-25 13:44: > I'd like to push the attached patch to the `msvc' branch. > > Peter, could you take a look at the patch, and preferably also > test it? I want to have your ACK before proceeding. I tested it and have some comments, inline in below snipped patch: > dif

[PATCH] {compilers-for-testsuite} tests: no need to unset CFLAGS in tests requiring 'gcc' anymore

2011-10-25 Thread Stefano Lattarini
On Tuesday 25 October 2011, Stefano Lattarini wrote: > I've rebased this branch on the latest `testsuite-work' branch > (v1.11-1520-gcc29c61), and pushed. > And I've also pushed the attached patch, which removes few lines of obsolete code from a couple of tests. Regards, Stefano From d8943dc8ce

[PATCH] {msvc} tests: few improvements to some `ar-lib' related tests

2011-10-25 Thread Stefano Lattarini
I'd like to push the attached patch to the `msvc' branch. Peter, could you take a look at the patch, and preferably also test it? I want to have your ACK before proceeding. Thanks. Stefano From 4407ee34026b3eebeca5ff9d3e737f3f4a4b7bdf Mon Sep 17 00:00:00 2001 Message-Id: <4407ee34026b3eebeca5f

[FYI] branch rebased on latest testsuite-work (v1.11-1520-gcc29c61)

2011-10-25 Thread Stefano Lattarini
On Friday 21 October 2011, Stefano Lattarini wrote: > Hello automakers. > > I've pushed a handful of patches aimed at improving support for non-GNU > compilers in the automake testsuite to the new rewindable branch > `experimental/compilers-for-testsuite'. I've decide to keep this branch > rewind

[FYI] {testsuite-work} tests: remove redundant `set -e', and other minor improvements

2011-10-25 Thread Stefano Lattarini
* tests/dejagnu-absolute-builddir.test: Do not set the `errexit' shell flag, as it is already set by `tests/defs'. * tests/dejagnu-relative-srcdir.test: Likewise. * tests/dejagnu-siteexp-append.test: Likewise. * tests/dejagnu-siteexp-useredit.test: Likewise, and fix a typo in comments. * tests/deja

[FYI] Maint merged into master, master merged into testsuite-work

2011-10-25 Thread Stefano Lattarini
commit 8c695f69de9a6d8114ca3672de5ad303faa2c700 Merge: 80d2ed7 cb9f2c2 Author: Stefano Lattarini AuthorDate: Tue Oct 25 11:34:11 2011 +0200 Commit: Stefano Lattarini CommitDate: Tue Oct 25 11:34:11 2011 +0200 Merge branch 'maint' * maint: dejagnu: allow the package dev

Re: [PATCH] {master} tests: fix spurious failures due to missing 'yywrap()' function

2011-10-25 Thread Stefano Lattarini
On Tuesday 25 October 2011, Jim Meyering wrote: > > On Thursday 20 October 2011, Jim Meyering wrote: > ... > >> Here you go, this is with the very latest autoconf early in my path, > >> but that seems not to matter. These are all due to lack of yylex. > > > > Of yywrap, actually :-) > > > > Could y

Re: [PATCH] {master} tests: fix spurious failures due to missing 'yywrap()' function

2011-10-25 Thread Jim Meyering
Stefano Lattarini wrote: > Hi Jim, sorry for the delay. No problem, of course. > On Thursday 20 October 2011, Jim Meyering wrote: ... >> Here you go, this is with the very latest autoconf early in my path, >> but that seems not to matter. These are all due to lack of yylex. > > Of yywrap, actuall

[PATCH] {master} tests: fix spurious failures due to missing 'yywrap()' function (was: Re: testsuite on master)

2011-10-25 Thread Stefano Lattarini
Hi Jim, sorry for the delay. On Thursday 20 October 2011, Jim Meyering wrote: > Stefano Lattarini wrote: > > On Thursday 20 October 2011, Jim Meyering wrote: > >> Stefano Lattarini wrote: > >> > >> > Feel free to push the patch to master. > >> > >> Done. > >> > > Thank you. > > > >> I saw 5 other