libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-127-g8a08afa


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-127-g8a08afa
Date: Sun, 14 Jun 2009 09:37:49 +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 Libtool".

The branch, master has been updated
       via  8a08afac5d4f560a0fdd53611e9db680a3a5145c (commit)
      from  b04fe8e6da2b5bed914911bfd8567ba9e93da40b (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 8a08afac5d4f560a0fdd53611e9db680a3a5145c
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jun 14 11:35:59 2009 +0200

    Avoid spurious localization testsuite failure on HP-UX/ia64.
    
    * tests/localization.at (localized compiler messages): Skip test
    if the compiler warning output contains `locale', for HP-UX.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    6 ++++++
 tests/localization.at |   11 +++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0eedffd..fbc3537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-14  Ralf Wildenhues  <address@hidden>
+
+       Avoid spurious localization testsuite failure on HP-UX/ia64.
+       * tests/localization.at (localized compiler messages): Skip test
+       if the compiler warning output contains `locale', for HP-UX.
+
 2009-06-10  Ralf Wildenhues  <address@hidden>
 
        Fix concurrent extraction of convenience libraries on Darwin.
diff --git a/tests/localization.at b/tests/localization.at
index 1d689aa..71cdad4 100644
--- a/tests/localization.at
+++ b/tests/localization.at
@@ -49,9 +49,16 @@ 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:
+# Avoid these errors:
+# GNU/Linux:
 #   /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE)
-AT_CHECK([grep LC_ALL stdout stderr && exit 77], [1])
+# HP-UX:
+#   Warning! One or more of your selected locales are not available.
+#   Please invoke the commands "locale" and "locale -a" to verify your
+#   selections and the available locales.
+#
+#   Continuing processing using the "C" locale.
+AT_CHECK([grep locale stdout stderr && exit 77], [1])
 AT_CHECK([diff expected-stderr libtool-stderr])
 AT_CHECK([diff expected-stdout libtool-stdout])
 


hooks/post-receive
-- 
GNU Libtool




reply via email to

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