This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

unused testdata



The testsuite files iconvdata/testdata/IBM{922,1124,1129}* are currently not
used because it has been forgotten to add them to the TESTS list. Here is a
patch to make use of them, for a better testsuite.

2002-05-12  Bruno Haible  <bruno@clisp.org>

	* iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.

--- glibc-20020425/iconvdata/TESTS.bak	2002-01-02 16:04:41.000000000 +0100
+++ glibc-20020425/iconvdata/TESTS	2002-05-12 04:43:30.000000000 +0200
@@ -1,5 +1,5 @@
 # Available tests for iconv(1) (and therefore iconv(3)) in GNU libc.
-# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1998-2002 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 #
@@ -96,14 +96,17 @@
 BIG5HKSCS		BIG5HKSCS		Y	UTF8
 UTF-7			UTF-7			N	UTF8
 IBM856			IBM856			N	UTF8
+IBM922			IBM922			Y	UTF8
 IBM930			IBM930			N	UTF8
 IBM933			IBM933			N	UTF8
 IBM935			IBM935			N	UTF8
 IBM937			IBM937			N	UTF8
 IBM939			IBM939			N	UTF8
-IBM1046			IBM1046			Y	UTF8
 IBM932			IBM932			Y	UTF8
 IBM943			IBM943			Y	UTF8
+IBM1046			IBM1046			Y	UTF8
+IBM1124			IBM1124			Y	UTF8
+IBM1129			IBM1129			Y	UTF8
 IBM1160			IBM1160			N	UTF8
 IBM1161			IBM1161			Y	UTF8
 IBM1132			IBM1132                 N       UTF8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]