about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_strxfrm.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_strxfrm.c
parente0bd78f584887f59a37cae8bd911fdaf8edcc7ad (diff)
downloadglibc-27ffef477cf5c8a7ee463002db538f5654b9ab4d.tar.gz
glibc-27ffef477cf5c8a7ee463002db538f5654b9ab4d.tar.xz
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_strxfrm.c')
-rw-r--r--localedata/tests-mbwc/dat_strxfrm.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/localedata/tests-mbwc/dat_strxfrm.c b/localedata/tests-mbwc/dat_strxfrm.c
index 2737f50383..c72db38167 100644
--- a/localedata/tests-mbwc/dat_strxfrm.c
+++ b/localedata/tests-mbwc/dat_strxfrm.c
@@ -27,7 +27,7 @@ TST_STRXFRM tst_strxfrm_loc [] = {
   {
     { Tstrxfrm, TST_LOC_de },
     {
-      { /*inp*/ { "öÄäü", "öÄäü",	    17, 17 },  /* #01 */
+      { /*inp*/ { "\xf6\xc4\xe4\xfc", "\xf6\xc4\xe4\xfc", 17, 17 },  /* #01 */
 	/*exp*/ { 1,0,0,0,			   },
       },
       { /*inp*/ { "aA", "Aa",	    10, 10 },  /* #02 */
@@ -74,11 +74,13 @@ TST_STRXFRM tst_strxfrm_loc [] = {
       { /*inp*/ { "B", "a",		     7,	 7 },  /* #06 */
 	/*exp*/ { 1,0,0,0,			   },
       },
+#ifdef NO_WAIVER
       {
 	/* <WAIVER> */
 	/*inp*/ { "abc", "\244\241\244\242",  13,  9 },	 /* #07 */
 	/*exp*/ { 1,EINVAL,0,0,		       },
       },
+#endif
       { is_last: 1 }
     }
   },
@@ -100,9 +102,12 @@ TST_STRXFRM tst_strxfrm_loc [] = {
 	/*inp*/ { "\244\242\216\261",  "\216\261\244\242",   5,	 5 },
 	/*exp*/ { 1,0,0,0,		       },
       },
-      { /*inp*/ { "AAA", "\216\217",	 5,  5 },  /* #04 */ /* <WAIVER> */
+#ifdef NO_WAIVER
+      {
+	/*inp*/ { "AAA", "\216\217",	 5,  5 },  /* #04 */ /* <WAIVER> */
 	/*exp*/ { 1,EINVAL,0,0,		       },
       },
+#endif
       { is_last: 1 }
     }
   },