aboutsummaryrefslogtreecommitdiff
path: root/localedata/tests-mbwc/dat_mbstowcs.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-29 23:35:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-29 23:35:35 +0000
commit27ffef477cf5c8a7ee463002db538f5654b9ab4d (patch)
tree8fc0d9a66f7fa2a16a488d72656221d2b915069b /localedata/tests-mbwc/dat_mbstowcs.c
parente0bd78f584887f59a37cae8bd911fdaf8edcc7ad (diff)
downloadglibc-27ffef477cf5c8a7ee463002db538f5654b9ab4d.tar
glibc-27ffef477cf5c8a7ee463002db538f5654b9ab4d.tar.gz
glibc-27ffef477cf5c8a7ee463002db538f5654b9ab4d.tar.bz2
glibc-27ffef477cf5c8a7ee463002db538f5654b9ab4d.zip
Update.
2000-06-29 Ulrich Drepper <drepper@redhat.com> * tst-fmon.data: Until we know what is correct, but the spaces after DEM back in. * tests-mbwc/dat_mbstowcs.c: Fix various bugs. Comment out unresolved issues. * tests-mbwc/dat_mbtowc.c: Likewise. * tests-mbwc/dat_strcoll.c: Likewise. * tests-mbwc/dat_strfmon.c: Likewise. * tests-mbwc/dat_strxfrm.c: Likewise. * tests-mbwc/tst_mbtowc.c: Likewise. ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
Diffstat (limited to 'localedata/tests-mbwc/dat_mbstowcs.c')
-rw-r--r--localedata/tests-mbwc/dat_mbstowcs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/localedata/tests-mbwc/dat_mbstowcs.c b/localedata/tests-mbwc/dat_mbstowcs.c
index 67a621682b..4b88fbb8e6 100644
--- a/localedata/tests-mbwc/dat_mbstowcs.c
+++ b/localedata/tests-mbwc/dat_mbstowcs.c
@@ -107,9 +107,19 @@ TST_MBSTOWCS tst_mbstowcs_loc [] = {
{ /*----------------- #02 -----------------*/
{
{
+#ifdef SHOJI_IS_RIGHT
+ /* XXX I really don't understand the first and third line.
+ the result of the first line is the same as the first
+ in the last test (i.e., returns 6). Also, the third
+ test will simply convert everything. */
{ 1, 1, "\244\242\244\244\244\246ABC", 7 },
{ 1, 1, "", 1 },
{ 0, 1, "\244\242\244\244\244\246ABC", 7 },
+#else
+ { 1, 1, "\244\242\244\244\244\246ABC", 4 },
+ { 1, 1, "", 1 },
+ { 0, 1, "\244\242\244\244\244\246ABC", 0 },
+#endif
}
},
{