[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libtool 2.2.6] testsuite: 37 73 failed
From: |
Ralf Wildenhues |
Subject: |
Re: [libtool 2.2.6] testsuite: 37 73 failed |
Date: |
Sat, 2 May 2009 10:57:10 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
I've pushed this patch now.
Cheers,
Ralf
* Ralf Wildenhues wrote on Tue, Mar 17, 2009 at 09:06:24PM CET:
> Skip localization test when setlocale is not functional.
> * tests/localization.at (localized compiler messages): Skip
> test when there is a warning about `LC_ALL'.
> * THANKS: Update.
> Report by Maciej Helminiak.
>
> diff --git a/tests/localization.at b/tests/localization.at
> index 119b38d..1d689aa 100644
> --- a/tests/localization.at
> +++ b/tests/localization.at
> @@ -49,6 +49,9 @@ AT_CHECK([$LIBTOOL --mode=compile --tag=CC $CC $CPPFLAGS
> $CFLAGS -c a.c || exit
> [1], [stdout], [stderr])
> LT_AT_NORMALIZE_COMPILER_OUTPUT([stdout], [libtool-stdout])
> LT_AT_NORMALIZE_COMPILER_OUTPUT([stderr], [libtool-stderr])
> +# Avoid this error:
> +# /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE)
> +AT_CHECK([grep LC_ALL stdout stderr && exit 77], [1])
> AT_CHECK([diff expected-stderr libtool-stderr])
> AT_CHECK([diff expected-stdout libtool-stdout])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [libtool 2.2.6] testsuite: 37 73 failed,
Ralf Wildenhues <=