autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-13-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-13-g08fdbe9
Date: Fri, 10 Apr 2009 19:18:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=08fdbe95ea1ccddd40357b75e2c746e35f9ba47c

The branch, master has been updated
       via  08fdbe95ea1ccddd40357b75e2c746e35f9ba47c (commit)
      from  7cff5c97873d95837d07e95798088ae29fa35990 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 08fdbe95ea1ccddd40357b75e2c746e35f9ba47c
Author: Eric Blake <address@hidden>
Date:   Fri Apr 10 12:09:41 2009 -0600

    Test parallel handling of syntax error.
    
    * tests/autotest.at (parallel syntax error): New test.
    Suggested by Ralf Wildenhues
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/autotest.at |   12 ++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a381a38..0e18a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-10  Eric Blake  <address@hidden>
+
+       Test parallel handling of syntax error.
+       * tests/autotest.at (parallel syntax error): New test.
+       Suggested by Ralf Wildenhues.
+
 2009-04-10  Ralf Wildenhues  <address@hidden>
 
        Document awk and config.status line length limitations.
diff --git a/tests/autotest.at b/tests/autotest.at
index c5a8b58..d9c6081 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -959,6 +959,18 @@ AT_CHECK_AT_TEST([parallel skip],
   [], [], [], [], [AT_SKIP_PARALLEL_TESTS],
   [AT_CHECK([grep skipped micro-suite.log], [], [ignore])], [-j])
 
+AT_CHECK_AT_TEST([parallel syntax error],
+  [AT_CHECK([:])
+   AT_CLEANUP
+   AT_SETUP([syntax])
+   AT_CHECK([if])
+   AT_CLEANUP
+   AT_SETUP([another test])
+   AT_CHECK([:])],
+  [], [1], [], [stderr], [AT_SKIP_PARALLEL_TESTS],
+  [AT_CHECK([grep "unable to parse test group: 2" stderr], [0], [ignore])
+   AT_CHECK([$CONFIG_SHELL ./micro-suite -j 3], [0], [ignore])], [-j])
+
 AT_CHECK_AT_TEST([parallel errexit],
   [AT_CHECK([false])
    AT_CLEANUP


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]