]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Revert "docs: parallel-tests is not experimental anymore"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 24 Jun 2011 07:15:14 +0000 (09:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 24 Jun 2011 07:15:14 +0000 (09:15 +0200)
This reverts commit a9eef973b5ea47cc3495f1a8307d4f7b85aea46f.

It turned out that the current work to introduce TAP and SubUnit
support in Automake-generated testsuite harnesses will probably
require the introduction of slight incompatibilities in the
'parallel-tests' behaviour, starting from release 1.12 onward.
So it's advisable to continue to characterize the 'parallel-tests'
support as "experimental" in maintenance release 1.11.2.

Suggestion from Ralf Wildenhues.

ChangeLog
doc/automake.texi

index f87c8bf460d90f2250cb145f186efba1ee1b8d43..e3108e0428ab096fa00fb13127f35eef3ca9d4da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        when cross compiling.
        (gfortran, g77, non-cross): New requirements.
 
-2011-05-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
-
-       docs: parallel-tests is not experimental anymore
-       The parallel-tests driver has now been used quite extensively
-       by a fair number of real-world applications (e.g., GNU coreutils,
-       GNU libtool, GNU grep, and various packages using Gnulib), and
-       thus exposed to adequate on-field testing.  So there's no point
-       in declaring it experimental anymore (which would risk to make
-       potential users shy away from it).
-       * doc/automake.texi (Simple Tests using parallel-tests): Do not
-       declare the parallel-tests driver as "experimental" anymore.
-
 2011-05-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        check: document and test $(TEST_SUITE_LOG) overriding
index e0b38fcfd896a19509e503935cfb78d3aeff0325..c28ef0a32892ffc9fd6414b531aeee84f34d07ae 100644 (file)
@@ -8681,6 +8681,9 @@ for exceptional failures.  Similar to the simple test driver,
 the @code{check_*} variables are honored, and the environment variable
 @env{srcdir} is set during test execution.
 
+This test driver is still experimental and may undergo changes in order
+to satisfy additional portability requirements.
+
 @vindex TEST_SUITE_LOG
 @vindex TESTS
 The driver operates by defining a set of @command{make} rules to create