Re: Spurious failures of some silent*.test tests when cc != gcc (was: Testsuite failures on Tru64 OSF 5.1)

2010-11-25 Thread Stefano Lattarini
JFTR, I committed a patch for this issue; see: Regards, Stefano

Re: Spurious failures of some silent*.test tests when cc != gcc (was: Testsuite failures on IRIX 6.5)

2010-11-25 Thread Stefano Lattarini
JFTR, I committed a patch for this issue; see: Regards, Stefano

[FYI] {maint} Tests: fix spurious failures in silent*.test for $CC != gcc

2010-11-25 Thread Stefano Lattarini
I pushed the attached patch to maint, and merged into master and branch-1.11. See "real-world" motivations for this patch at: Regards, Stefano

[PATCH] {master} Improve and extend tests on `:=' variable assignments.

2010-11-25 Thread Stefano Lattarini
The attached patch is based off of maint, and intended for master. OK to apply? Regards, Stefano -*-*-*- Improve and extend tests on `:=' variable assignments. * tests/colneq.test: Avoid useless use of wildcards and extra variable assignments in Makefile.am. Use command-line automake option

[FYI] {master} Fix some typos in ChangeLog

2010-11-25 Thread Stefano Lattarini
I've applied the attached patch to master as obvious, and pushed. Regards, Stefano From 736bf0144f7b540d391b56990077ae51d193b3c6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 25 Nov 2010 12:34:59 +0100 Subject: [PATCH] Fix some typos in ChangeLog --- ChangeLog | 10 +-

[FYI] {maint} Fix many typos in ChangeLog

2010-11-25 Thread Stefano Lattarini
I applied the attached patch to maint as abvious, merged into master and branch-1.11, and pushed. Regards, Stefano From 2601fd8f5688a2e9cb4c723c1c42007d3c019fca Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 25 Nov 2010 12:16:45 +0100 Subject: [PATCH] Fix many typos in ChangeLog

[PATCH] Separate checks on target overriding into multiple test scripts.

2010-11-25 Thread Stefano Lattarini
Separate checks on target overriding into multiple test scripts. * tests/overrid.test: Deleted, it's contents separated into ... * tests/override-suggest-local.test: ... this new test ... * tests/override-html.test: ... and this new test ... * tests/override-conditional-1.test: ... and this new te