autoconf-patches
[Top][All Lists]
Advanced

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

Testsuite fails


From: Pavel Roskin
Subject: Testsuite fails
Date: Wed, 8 Nov 2000 16:30:52 -0500 (EST)

Hello, Akim!

Your latest changes break the testsuite:

2. ./m4sugar.at:62      FAILED near `m4sugar.at:94'

I assume that you want to dump the stack whenever "autoconf -Werror"
detects a warning since it's interpreted as an error in this case.

If that's correct (it may be not), let's apply the following patch:

        * tests/m4sugar.at (m4_warn): Adjusted to accept stack dump when
        -Werror is used.

__________________________
Index: tests/m4sugar.at
--- tests/m4sugar.at    Fri Nov  3 11:47:33 2000
+++ tests/m4sugar.at    Wed Nov  8 16:26:49 2000
@@ -91,6 +91,7 @@
 AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir -o- -Wnone,bar,error],
          1, [],
 [configure.in:2: error: bar
+configure.in:2: the top level
 ])
 
 AT_CLEANUP()
__________________________

-- 
Regards,
Pavel Roskin




reply via email to

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