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 d01aaba4ef1e1e8a5d23b7ca119165e68d7963de..9853046dba86ba5e0060e25a9dc64bb42b7c7894 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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>.