]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
fix: two recent ChangeLog entries
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 12 Aug 2011 15:17:48 +0000 (17:17 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 12 Aug 2011 15:18:04 +0000 (17:18 +0200)
ChangeLog

index 93764b73fecf65b04cfb67d20664e727c2014fa0..8b4ab342a302b37a4d088bff4665967ac21b39fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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  <stefano.lattarini@gmail.com>
 
-       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  <stefano.lattarini@gmail.com>