[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU Autoconf 2.61a] testsuite: 287 failed
From: |
Paul Eggert |
Subject: |
Re: [GNU Autoconf 2.61a] testsuite: 287 failed |
Date: |
Fri, 01 Dec 2006 11:37:34 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Ralf Menzel <address@hidden> writes:
> A recent checkout of autoconf fails for me at test 287.
Thanks for reporting that. I installed this patch:
2006-12-01 Paul Eggert <address@hidden>
* tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
* tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
Index: tests/mktests.sh
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/mktests.sh,v
retrieving revision 1.57
diff -p -u -r1.57 mktests.sh
--- tests/mktests.sh 9 Nov 2006 21:03:54 -0000 1.57
+++ tests/mktests.sh 1 Dec 2006 19:35:30 -0000
@@ -118,6 +118,7 @@ ac_exclude_list='
# Obsolete, checked in semantics.
/^AC_FUNC_WAIT3$/ {next}
+ /^AC_FUNC_SETVBUF_REVERSED$/ {next}
/^AC_SYS_RESTARTABLE_SYSCALLS$/ {next}
# Not intended to be invoked at the top level.
Index: tests/semantics.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/semantics.at,v
retrieving revision 1.58
diff -p -u -r1.58 semantics.at
--- tests/semantics.at 26 Sep 2006 20:42:43 -0000 1.58
+++ tests/semantics.at 1 Dec 2006 19:35:30 -0000
@@ -566,4 +566,5 @@ AT_CLEANUP
AT_CHECK_MACRO([AC_SYS_RESTARTABLE_SYSCALLS], , ,[-W no-obsolete])
+AT_CHECK_MACRO([AC_FUNC_SETVBUF_REVERSED], , ,[-W no-obsolete])
AT_CHECK_MACRO([AC_FUNC_WAIT3], , ,[-W no-obsolete])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [GNU Autoconf 2.61a] testsuite: 287 failed,
Paul Eggert <=