autoconf-patches
[Top][All Lists]
Advanced

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

Re: Testsuite fails


From: Akim Demaille
Subject: Re: Testsuite fails
Date: 09 Nov 2000 10:25:53 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| 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.

Yes, that's the plan indeed.  And I have to document this (we've once
have this discussion with Alexandre, and it's only recently that I
realized the feature was already implemented: if you want the
backtrace of a warning, run it again with -Werror).

| 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()
| __________________________

It's fine.



reply via email to

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