[PATCH] Modernize, improve and extend tests `suffix*.test'.

2010-06-19 Thread Stefano Lattarini
Yet another testsuite-tweaking patch (the last one for today). Regards, Stefano -*-*-*- Modernize, improve and extend tests `suffix*.test'. * tests/suffix3.test: Enable `errexit' shell flag, and related changes. * tests/suffix4.test: Likewise. * tests/suffix6.test: Likewise, and do not crea

[PATCH] Modernize and improve test scripts `subdir*.test'.

2010-06-19 Thread Stefano Lattarini
And yet another testsuite-tweaking patch. Regards, Stefano -*-*-*- Modernize and improve test scripts `subdir*.test'. * tests/subdir.test: Enable `errexit' shell flag, and related changes. Use the `configure.in' stub created by `./defs', rather than writing one from scratch. * tests/subdir

Re: pr-msvc-support merge

2010-06-19 Thread Charles Wilson
On 6/16/2010 8:30 AM, Peter Rosin wrote: > It was the easiest I could come up with after experimenting a lot. That > wasn't yesterday though, but IIRC if you want to convert paths with > spaces, you need to quote the $path for cmd, hence the quotes in the > echo "$path " construct. The space before

Re: [PATCH] New test: distributed broken symlinks cause failure.

2010-06-19 Thread Stefano Lattarini
Hello Ralf. I ping this again, since I'm pretty sure it has fallen off your radar. I say so because, since the last ping, you have applied (or at least commented) much bigger and potentially more invasive patches of mine, but not this one. BTW, In the meantime, I've also made some small improv

[PATCH] Modernize and improve test scripts `dist*.test'.

2010-06-19 Thread Stefano Lattarini
Yet another testsuite-tweaking patch. Regards, Stefano -*-*- Modernize and improve test scripts `dist*.test'. * tests/distcleancheck.test: Do not add useless `-e' option to a $MAKE call. Extend test by grepping stderr of make. * tests/distcom2.test: Do not run the same test script on the M

[PATCH] Tests `ansi*.test': some improvements and extensions.

2010-06-19 Thread Stefano Lattarini
Another testsuite-tweaking patch. Regards, Stefano --- Tests `ansi*.test': some improvements and extensions. * tests/ansi2.test: Add a trailing `:' command. * tests/ansi9.test: Likewise. * tests/ansi10.test: Likewise. * tests/ansi3.test: Make grepping of Automake's stderr stricter. Do not e

[PATCH 3/3] Regenerate autoools files

2010-06-19 Thread Stefano Lattarini
[[No ChangeLog entry]] --- Makefile.in | 15 ++- aclocal.m4 |4 ++-- configure| 39 +++ doc/Makefile.in | 15 ++- lib/Automake/Makefile.in | 15 ++- lib/Makefile.

[PATCH 2/3] Fix cscope w.r.t. VPATH rewrites.

2010-06-19 Thread Stefano Lattarini
* lib/am/tags.am (cscopelist): Take into account the possibility that a source file is an absolute path, due to VPATH rewrite. This fixes bugs on Solaris make, so that the tests cscope.test, cscopec.test and cscopecxx.test now works with that make too. --- ChangeLog |6 ++ lib/am/tags

[PATCH 1/3] Refactor and extend tests on cscope functionality.

2010-06-19 Thread Stefano Lattarini
* tests/cscope.test: Improve and normalize generation and names of source files. Do not use hackish, belated SKIPs anymore. Slighty extend existing tests. (configure.in): Do not call macro `AM_PROG_GCJ' anymore. ($required): Set properly. ($EMACS): Intialize and export, for use by configure. * test

[PATCH 0/3] Some improvments to cscope support and testing

2010-06-19 Thread Stefano Lattarini
Hello automakers. In this thread, I'm going to post a patch series consisting of three patches, aiming to improve (a little) the Automake's cscope functionality, and (more seriously) its testsuite coverage. These patches are against the *dr-cscope branch*. -*-*- PATCH 1: Refactors and extends