changeset 8586:1b8abd967723

Avoid test failures on OSF/1, AIX, IRIX, HP-UX.
author Bruno Haible <bruno@clisp.org>
date Thu, 29 Mar 2007 23:43:36 +0000
parents 0290e58a0863
children 688b0729c8c0
files ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>.