[FYI] Merge branch 'maint' into master

2012-01-16 Thread Stefano Lattarini
commit b58150287f3a87981d5ba21b023e18265f66644d Merge: 083a75b 3d6197f Author: Stefano Lattarini AuthorDate: Mon Jan 16 20:06:08 2012 +0100 Commit: Stefano Lattarini CommitDate: Mon Jan 16 23:11:01 2012 +0100 Merge branch 'maint' * maint: recheck: fix interaction with "mak

[FYI] Merge branch 'maint' into branch-1.11

2012-01-16 Thread Stefano Lattarini
commit 693557ce7fcd728fa9e7b5d60713b4caefc39e78 Merge: 9df60a3 3d6197f Author: Stefano Lattarini AuthorDate: Mon Jan 16 18:43:28 2012 +0100 Commit: Stefano Lattarini CommitDate: Mon Jan 16 18:43:28 2012 +0100 Merge branch 'maint' into branch-1.11 * maint: recheck: fix inte

Re: [PATCH 0/4] {maint} parallel-tests: remove check-html target and ".log -> .html" conversion

2012-01-16 Thread Stefano Lattarini
On 01/15/2012 05:15 PM, Stefano Lattarini wrote: > On 01/13/2012 10:46 PM, Stefano Lattarini wrote: >> Reference: >> >> >> Stefano Lattarini (4): >> docs: deprecate .log -> .html conversion by parallel-tests >> check: separate

[FYI 1/2] {maint} vala: enhance tests

2012-01-16 Thread Stefano Lattarini
* tests/vala.test: Extend test. Throw in some cosmetic and consistency changes since we are at it. * tests/vala5.test: Avoid uselessly requiring libtool. Ensure a failure happens in case VALAFLAGS are not supported as expected. Extend test in some ways. Throw in some cosmetic and consistency cha

[FYI 0/2] {maint} vala: fix minor issue with useless remakes

2012-01-16 Thread Stefano Lattarini
Two patches: the first one enhances testsuite coverage on Vala support a little, the second one fixes a minor bug in the vala remake rules. Stefano Lattarini (2): vala: enhance tests vala: avoid potential useless remakes (minor bugfix) automake.in|9 +++- tests/list-of-tests.

[FYI 2/2] {maint} vala: avoid potential useless remakes (minor bugfix)

2012-01-16 Thread Stefano Lattarini
* automake.in (lang_vala_finish_target): Ensure the timestamp file from which the C files generated from Vala sources depend on gets created with a modification time that is truly older than those of said generated C files. This prevents make from attempting useless rebuilds (which were bound to h

[FYI] {maint} tests: list some forgotten test cases in $(TESTS)

2012-01-16 Thread Stefano Lattarini
This way, they will be properly executed by "make check", and properly distributed. Our previous commit 'v1.11-647-g27f1a1c' is already paying its dividends! * tests/list-of-tests.mk (handwritten_TESTS): Add check12.test, dist-missing-included-m4.test, dist-missing-am.test, and dist-missing-m4.te

[FYI] {maint} maintcheck: consistency of list of test scripts

2012-01-16 Thread Stefano Lattarini
This is basically a backport of commit 'v1.11-358-g7b6ab07' and its follow-ups. The possibility of easily checking that the list of test scripts listed in a Makefile equals that of the tests on the filesystem has proved itself so useful that it's worth taking the annoyance of backporting it to mai

[FYI] {master} maintcheck: completeness check on list of tests simplified

2012-01-16 Thread Stefano Lattarini
* CheckListOfTests.am: Simplify the recipe, accordingly to the assumption that all the entries in $(TEST_EXTENSIONS) and in $(TESTS) have an associated real test script. This was not the case when we used to have some entries in $(TESTS) that were not real files, but rather "parameters" (sort of)