From: Stefano Lattarini Date: Fri, 12 Aug 2011 15:17:48 +0000 (+0200) Subject: fix: two recent ChangeLog entries X-Git-Tag: ng-0.5a~89^2~101^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5967708814027981d910e6fed4f7789eba23f8;p=thirdparty%2Fautomake.git fix: two recent ChangeLog entries --- diff --git a/ChangeLog b/ChangeLog index 93764b73f..8b4ab342a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -131,17 +131,13 @@ * lib/am/check.am (am--redo-logs): Detect possible infinite recursion due to a test log in $(TEST_LOGS) being the same as $(TEST_SUITE_LOG). - * tests/parallel-tests-fork-bomb.test: Enhance and extend a - little now that we have more explicit semantics. 2011-08-09 Stefano Lattarini - coverage: possible infinite recursion in the test harness - Motivated by a regression in the 'test-protocols' branch. - * tests/parallel-tests-fork-bomb.test: New test, checking that - if $(TEST_SUITE_LOG) is in $(TEST_LOGS), we obtain a diagnosed - error rather than a make hang or a fork bomb. - * tests/Makefile.am (TESTS): Update. + coverage: enhance test against infinite recursion in test harness + * tests/parallel-tests-fork-bomb.test: Enhance and extend a + little now, for soon-to-be-implemented more explicit and safer + semantics. 2011-08-09 Stefano Lattarini