CVS commit: src/tests/lib/libc/locale

2017-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:23:14 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: Update this test to expect the output that is supposed to be produced by strfmon() rather than the output the old buggy implementation

CVS commit: src/tests/lib/libc/locale

2017-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 1 01:08:35 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Since the C standard allows for intermediate floating results to contain more precision bits than the data type expects, but (kind of

CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 28 23:26:01 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Revert 1.4 (perhaps temporarily) and add even more diagnostics to those added in 1.3 to see if it is possible to determine why the

CVS commit: src/tests/lib/libc/locale

2017-11-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Nov 24 21:30:43 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: When comparing doubles (any floating point values) which have been computed using different methods, don't expect to achieve identical

CVS commit: src/tests/lib/libc/locale

2017-08-10 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Thu Aug 10 19:08:43 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_btowc.c Log Message: Separate the C/POSIX locale test from the rest; make it more thorough and more correct. This fixes a problem reported by martin@

CVS commit: src/tests/lib/libc/locale

2017-07-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 14 14:09:53 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: VAX doesn't have the test cases, so stub the body as well. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/locale

2017-07-12 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jul 12 17:32:51 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_btowc.c t_io.c t_mbrtowc.c t_mbstowcs.c t_sprintf.c t_wcstod.c t_wctomb.c t_wctype.c Log Message: Add ISO10646 versions of these tests,

CVS commit: src/tests/lib/libc/locale

2017-06-07 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jun 7 22:59:42 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Change t_sprintf to an expected failure, since we don't respect the empty thousands separator of the C/POSIX locale (PR

CVS commit: src/tests/lib/libc/locale

2017-05-30 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 23:44:02 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_digittoint.c t_sprintf.c t_wctype.c Log Message: Add test cases for sprintf/sscanf/strto{d,l}

CVS commit: src/tests/lib/libc/locale

2017-05-29 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 02:11:03 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_toupper.c Log Message: Add simple test case for toupper/tolower To generate a diff of this

CVS commit: src/tests/lib/libc/locale

2017-05-25 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Thu May 25 18:28:54 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_mbtowc.c t_wctomb.c Log Message: Add a member to the test data structure that indicates whether the given encoding is state-dependent, and test the

CVS commit: src/tests/lib/libc/locale

2014-05-05 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue May 6 00:41:26 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_mbsnrtowcs.c Log Message: include string.h for memset To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_mbsnrtowcs.c

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 20 14:14:56 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: - fix funopen usage - some more checks - remove a bogus test case (bad_eucJP_getwc) PR/47660 (Julio Merino) - add XXX comments To

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Jan 21 00:32:16 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: fix comment typos pointed out by uebayasi To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/locale/t_io.c

CVS commit: src/tests/lib/libc/locale

2013-03-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Mar 25 15:31:03 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_wctomb.c Log Message: Don't size an array using MB_CUR_MAX while one locale is in effect and then use it with another locale having a larger MB_CUR_MAX.

CVS commit: src/tests/lib/libc/locale

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:02:14 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: Mark two routinely-broken tests as expected failures referencing PR lib/47660. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/libc/locale

2013-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 28 21:52:02 UTC 2013 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_io.c Log Message: regression tests for wide char i/o. Currently there are failures. To

CVS commit: src/tests/lib/libc/locale

2011-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 17:54:13 UTC 2011 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: no more ifdef vax To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_wcstod.c Please note

CVS commit: src/tests/lib/libc/locale

2011-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 17:56:11 UTC 2011 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: Undo previous, Checking for vax is more appropriate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/locale

2011-04-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Apr 11 17:16:43 UTC 2011 Modified Files: src/tests/lib/libc/locale: Makefile Log Message: Fix build with stack smash protection enabled. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2