[FYI] {test-protocols} tap: check that also a trailing TAP plan can hold a skip directive

2011-08-03 Thread Stefano Lattarini
* tests/tap-skip-whole-lastline.test: New test. * tests/Makefile.am (tap_with_common_setup_tests): Add it. --- ChangeLog |6 tests/Makefile.am |1 + tests/Makefile.in |1 + tests/tap-skip-whole-lastline.test | 59 +++

[FYI] maint merged into branch-1.11

2011-08-03 Thread Stefano Lattarini
I've merged 'maint' into 'banch-1.11', run the testsuite on Solaris with both "make check" and "make distcheck", and pushed. Regards, Stefano

Re: [FYI] {GSoC} Temporary branch made permanent

2011-08-03 Thread Stefano Lattarini
On Wednesday 03 August 2011, Stefano Lattarini wrote: > Hello automakers. > > I've pushed into the permanent, non-rewindable branch `test-protocols' > branch all the changes that have been applied to the temporary branch > `origin/GSoC/experimental/test-results-work' in the last weeks. This > mea

Re: [FYI] {test-protocols} maintcheck: fix more maintainer-check failures

2011-08-03 Thread Stefano Lattarini
On Wednesday 03 August 2011, Stefano Lattarini wrote: > * tests/test-driver-custom-no-html.test (no-rst): Use `EOF', > not `EoL', as the here-document delimiter. > * tests/test-trs-basic.test: Use `cat + here-doc' rather > than `echo' when creating the dummy test scripts, to please > maintainer-che

[FYI] various merges

2011-08-03 Thread Stefano Lattarini
I've merged maint into master, master into testsuite-work and test-protocols, and pushed. Regards, Stefano

[FYI] {test-protocols} maintcheck: fix more maintainer-check failures

2011-08-03 Thread Stefano Lattarini
* tests/test-driver-custom-no-html.test (no-rst): Use `EOF', not `EoL', as the here-document delimiter. * tests/test-trs-basic.test: Use `cat + here-doc' rather than `echo' when creating the dummy test scripts, to please maintainer-check. * tests/test-trs-recover.test: Use creative quoting where ne

[FYI] {GSoC} Temporary branch made permanent

2011-08-03 Thread Stefano Lattarini
Hello automakers. I've pushed into the permanent, non-rewindable branch `test-protocols' branch all the changes that have been applied to the temporary branch `origin/GSoC/experimental/test-results-work' in the last weeks. This means that improvements and fixes for (or reversions of) those patche

[FYI] {maint} maintcheck: fix maintainer-check failures, some real, some spurious

2011-08-03 Thread Stefano Lattarini
* tests/amhello-binpkg.test: Use "$MAKE", not bare "make". * Makefile.am (sc_perl_local): Also allow perl special variable `$~' to be localized. And be slightly laxer in the regexp, to allow for usages like "local $_ = $foo;". (sc_tests_overriding_macros_on_cmdline): Also allow for command line ov

[FYI] {GSoC} gitignore: ignore `*.trs' files in lib/Automake/tests

2011-08-03 Thread Stefano Lattarini
* lib/Automake/tests/.gitignore: Add `*.trs' pattern. --- ChangeLog |5 + lib/Automake/tests/.gitignore |1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5672585..8dfb869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +

[FYI] {GSoC} testsuite: list another "forgotten" test script in Makefile.am

2011-08-03 Thread Stefano Lattarini
* tests/Makefile.am (TESTS): Also list test script `test-driver-trs-suffix-registered.test'; it had been introduced in commit `v1.11-910-g0c81b43', but by mistake it wasn't added to the list of tests in the Makefile back then. --- ChangeLog |8 tests/Makefile.am |1 + test

[FYI] {GSoC} testsuite: list "forgotten" test script in Makefile.am

2011-08-03 Thread Stefano Lattarini
* tests/Makefile.am (TESTS): Also list the test script `parallel-tests-no-color-in-log.test'; it had been introduced in commit `v1.11-899-geaac33f', but by mistake it wasn't added to the list of tests in the Makefile back then. --- ChangeLog |8 tests/Makefile.am |1 + tes

[FYI] {GSoC} testsuite: remove duplicated mention of a test in Makefile.am

2011-08-03 Thread Stefano Lattarini
* tests/Makefile.am (tap_other_tests): Remove `tap-empty.test', it is already listed in `$(tap_with_common_setup_tests)'. --- ChangeLog |6 ++ tests/Makefile.am |1 - tests/Makefile.in |1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLo

Re: documentation about AM_CPPFLAGS and VPATH builds

2011-08-03 Thread Stefano Lattarini
Attached is what I've finally pushed in Bruno's name. Both the generated HTML and PDF look good to me. Thanks again to Bruno and to all the other people involved in the creation of this patch. Regards, Stefano From 5d4dc886c0863ed2a4fdec933a1bded31402094b Mon Sep 17 00:00:00 2001 Message-Id: <

[FYI] {GSoC} testsuite: one more use of TAP in our own tests

2011-08-03 Thread Stefano Lattarini
* tests/tap-bad-prog.test, tests/tap-bad-prog2.test: Merged into ... * tests/tap-bad-prog.tap: ... this TAP-generating test. * tests/Makefile.am (tap_other_tests): Remove plan-bad-prog.test and plan-bad-prog2.test. (XFAIL_TESTS): Remove plan-bad-prog2.test. (plan-bad-prog2.log): Remove. --- Change

[FYI] {GSoC} testsuite: scaffolding to allow use of TAP in our own tests

2011-08-03 Thread Stefano Lattarini
Now that Automake has initial support for the TAP test protocol, we can start "eating our own dog food" and rewrite some tests to use TAP; this should allow for better granularity, especially in the control of skips and expected failures. With this change, we set up the initial scaffolding require