svn commit: branches/uClibc-nptl/test: locale locale-mbwc

carmelo at uclibc.org carmelo at uclibc.org
Wed Jul 9 14:19:38 UTC 2008


Author: carmelo
Date: 2008-07-09 07:19:37 -0700 (Wed, 09 Jul 2008)
New Revision: 22707

Log:
Added new tests for 'locale' support- taken from glibc; added new part for testing UTF-8 encoding

Added:
   branches/uClibc-nptl/test/locale-mbwc/
   branches/uClibc-nptl/test/locale-mbwc/Makefile
   branches/uClibc-nptl/test/locale-mbwc/dat_isw-funcs.h
   branches/uClibc-nptl/test/locale-mbwc/dat_iswalnum.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswalpha.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswcntrl.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswctype.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswdigit.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswgraph.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswlower.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswprint.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswpunct.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswspace.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswupper.c
   branches/uClibc-nptl/test/locale-mbwc/dat_iswxdigit.c
   branches/uClibc-nptl/test/locale-mbwc/dat_mblen.c
   branches/uClibc-nptl/test/locale-mbwc/dat_mbrlen.c
   branches/uClibc-nptl/test/locale-mbwc/dat_mbrtowc.c
   branches/uClibc-nptl/test/locale-mbwc/dat_mbsrtowcs.c
   branches/uClibc-nptl/test/locale-mbwc/dat_mbstowcs.c
   branches/uClibc-nptl/test/locale-mbwc/dat_mbtowc.c
   branches/uClibc-nptl/test/locale-mbwc/dat_strcoll.c
   branches/uClibc-nptl/test/locale-mbwc/dat_strfmon.c
   branches/uClibc-nptl/test/locale-mbwc/dat_strxfrm.c
   branches/uClibc-nptl/test/locale-mbwc/dat_swscanf.c
   branches/uClibc-nptl/test/locale-mbwc/dat_tow-funcs.h
   branches/uClibc-nptl/test/locale-mbwc/dat_towctrans.c
   branches/uClibc-nptl/test/locale-mbwc/dat_towlower.c
   branches/uClibc-nptl/test/locale-mbwc/dat_towupper.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcrtomb.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcscat.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcschr.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcscmp.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcscoll.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcscpy.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcscspn.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcslen.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsncat.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsncmp.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsncpy.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcspbrk.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsrtombs.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsspn.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsstr.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcstod.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcstok.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcstombs.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcswidth.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcsxfrm.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wctob.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wctomb.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wctrans.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wctype.c
   branches/uClibc-nptl/test/locale-mbwc/dat_wcwidth.c
   branches/uClibc-nptl/test/locale-mbwc/tgn_funcdef.h
   branches/uClibc-nptl/test/locale-mbwc/tgn_locdef.h
   branches/uClibc-nptl/test/locale-mbwc/tsp_common.c
   branches/uClibc-nptl/test/locale-mbwc/tst_funcs.h
   branches/uClibc-nptl/test/locale-mbwc/tst_iswalnum.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswalpha.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswcntrl.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswctype.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswdigit.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswgraph.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswlower.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswprint.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswpunct.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswspace.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswupper.c
   branches/uClibc-nptl/test/locale-mbwc/tst_iswxdigit.c
   branches/uClibc-nptl/test/locale-mbwc/tst_mblen.c
   branches/uClibc-nptl/test/locale-mbwc/tst_mbrlen.c
   branches/uClibc-nptl/test/locale-mbwc/tst_mbrlen.i
   branches/uClibc-nptl/test/locale-mbwc/tst_mbrlen.s
   branches/uClibc-nptl/test/locale-mbwc/tst_mbrtowc.c
   branches/uClibc-nptl/test/locale-mbwc/tst_mbsrtowcs.c
   branches/uClibc-nptl/test/locale-mbwc/tst_mbstowcs.c
   branches/uClibc-nptl/test/locale-mbwc/tst_mbtowc.c
   branches/uClibc-nptl/test/locale-mbwc/tst_strcoll.c
   branches/uClibc-nptl/test/locale-mbwc/tst_strfmon.c
   branches/uClibc-nptl/test/locale-mbwc/tst_strxfrm.c
   branches/uClibc-nptl/test/locale-mbwc/tst_swscanf.c
   branches/uClibc-nptl/test/locale-mbwc/tst_towctrans.c
   branches/uClibc-nptl/test/locale-mbwc/tst_towlower.c
   branches/uClibc-nptl/test/locale-mbwc/tst_towupper.c
   branches/uClibc-nptl/test/locale-mbwc/tst_types.h
   branches/uClibc-nptl/test/locale-mbwc/tst_wcrtomb.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcscat.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcschr.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcscmp.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcscoll.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcscpy.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcscspn.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcslen.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsncat.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsncmp.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsncpy.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcspbrk.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsrtombs.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsspn.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsstr.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcstod.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcstok.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcstombs.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcswidth.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcsxfrm.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wctob.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wctomb.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wctrans.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wctype.c
   branches/uClibc-nptl/test/locale-mbwc/tst_wcwidth.c
   branches/uClibc-nptl/test/locale/
   branches/uClibc-nptl/test/locale/Makefile
   branches/uClibc-nptl/test/locale/bug-iconv-trans.c
   branches/uClibc-nptl/test/locale/bug-usesetlocale.c
   branches/uClibc-nptl/test/locale/collate-test.c
   branches/uClibc-nptl/test/locale/dump-ctype.c
   branches/uClibc-nptl/test/locale/gen-unicode-ctype.c
   branches/uClibc-nptl/test/locale/show-ucs-data.c
   branches/uClibc-nptl/test/locale/tst-C-locale.c
   branches/uClibc-nptl/test/locale/tst-ctype-de_DE.ISO-8859-1.in
   branches/uClibc-nptl/test/locale/tst-ctype.c
   branches/uClibc-nptl/test/locale/tst-digits.c
   branches/uClibc-nptl/test/locale/tst-fmon.c
   branches/uClibc-nptl/test/locale/tst-langinfo.c
   branches/uClibc-nptl/test/locale/tst-langinfo.input
   branches/uClibc-nptl/test/locale/tst-leaks.c
   branches/uClibc-nptl/test/locale/tst-mbswcs1.c
   branches/uClibc-nptl/test/locale/tst-mbswcs2.c
   branches/uClibc-nptl/test/locale/tst-mbswcs3.c
   branches/uClibc-nptl/test/locale/tst-mbswcs4.c
   branches/uClibc-nptl/test/locale/tst-mbswcs5.c
   branches/uClibc-nptl/test/locale/tst-mbswcs6.c
   branches/uClibc-nptl/test/locale/tst-numeric.c
   branches/uClibc-nptl/test/locale/tst-rpmatch.c
   branches/uClibc-nptl/test/locale/tst-setlocale.c
   branches/uClibc-nptl/test/locale/tst-sscanf.c
   branches/uClibc-nptl/test/locale/tst-strfmon1.c
   branches/uClibc-nptl/test/locale/tst-trans.c
   branches/uClibc-nptl/test/locale/tst-wctype.c
   branches/uClibc-nptl/test/locale/tst-xlocale1.c
   branches/uClibc-nptl/test/locale/tst-xlocale2.c
   branches/uClibc-nptl/test/locale/tst_nl_langinfo.c
   branches/uClibc-nptl/test/locale/xfrm-test.c


Changeset:

Sorry, the patch is too large to include (34801 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=22707



More information about the uClibc-cvs mailing list