Avoid test failures on OSF/1, AIX, IRIX, HP-UX.
authorBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 23:43:36 +0000 (23:43 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 23:43:36 +0000 (23:43 +0000)
ChangeLog

index d01aaba..9853046 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2007-03-29  Bruno Haible  <bruno@clisp.org>
 
+       * tests/test-striconveh.c (main): Don't assume that a direct conversion
+       between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
+       and possibly also HP-UX.
+       * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
+       work on AIX, IRIX, HP-UX, OSF/1.
+       * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
+       * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
+       * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
+       * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
+       * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
+       * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
+
+2007-03-29  Bruno Haible  <bruno@clisp.org>
+
        * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
 
 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>