tests/parallel-tests-dry-run-2.test


Log

Author Commit Date CI Message
Stefano Lattarini 641a5a4b 2012-02-16T10:46:23 maint: run "make update-copyright"
Stefano Lattarini 3522166d 2012-02-06T19:43:34 tests: workaround for shells with broken 'set -e' * tests/defs (gmake, native, rst2html): Some versions of the BSD shell wrongly bail out when the 'errexit' shell flag is active and the left-hand command in a "&&" list fails, if that list is the *last* command of a "for" or "while" loop. Work around this issue. * tests/lex3.test: Likewise. * tests/check12.test: Likewise. * tests/yacc-basic.test: Likewise. * tests/lex-noyywrap.test: Likewise. * tests/parallel-tests2.test: Likewise. * tests/lex-lib-external.test: Likewise. * tests/check-no-test-driver.test: Likewise. * tests/test-metadata-recheck.test: Likewise. * tests/parallel-tests-dry-run-1.test: Likewise. * tests/parallel-tests-dry-run-2.test: Likewise. * tests/parallel-tests-unreadable.test: Likewise. * tests/test-driver-custom-no-extra-driver.test: Likewise. Problem revealed by spurious testsuite failures on a NetBSD 5.1 system and an OpenBSD 5.0 system.
Stefano Lattarini b94e8bb6 2012-01-18T14:47:10 tests: better name for a couple of tests Two tests checking "make -n" behaviour with the parallel-tests harness has been introduced in the Automake repository in the past: one of them ('parallel-tests-dryrun.test') in the maint branch, the other one ('parallel-tests-dry-run.test') in the master branch. Needless to say, their too-much-similar names can be a great source of confusion now. Moreover, the two tests have been written during distinct refactorings, and are meant to exercise different code paths and/or usage scenarios, so that no one of them subsumes the other, and they should be both kept. Thus we simply rename both of them to avoid future confusion. * tests/parallel-tests-dryrun.test: Renamed ... * tests/parallel-tests-dry-run-1.test: .. to this. * tests/parallel-tests-dry-run.test: Renamed ... * tests/parallel-tests-dry-run-2.test: .. to this. Add cross-reference among them. * tests/list-of-tests.mk: Adjust.