tjr
d61cbe3ed8
Add regression tests for sgetrune() and sputrune().
2003-10-30 11:51:36 +00:00
das
9f4938168b
Add regression tests for floating point parsing in scanf(3).
2003-06-28 09:03:44 +00:00
tjr
8dfc0712c7
Regression tests for wctype(), iswctype(), wctrans(), towctrans().
2003-06-06 09:42:21 +00:00
das
3214ca63ea
Add a dozen new tests with the general theme of getting trailing
...
zeroes right.
2003-04-19 23:53:34 +00:00
das
2fd827a8bc
Add a test case for printf("%5.0f", 0.001).
2003-04-14 11:26:32 +00:00
das
baf74df098
Additional regression tests for grouping, parsing of '.*', and printing
...
of %f formats where the number of significant digits is < expt.
2003-04-07 00:42:49 +00:00
tjr
3b10d8d86d
Test for bug in revision 1.54 of vfprintf.c.
2003-04-06 08:02:20 +00:00
das
38500c73db
Regression tests for printf()'s floating point formats.
...
Tests for correct printing of subnormals are lacking.
2003-04-05 22:13:01 +00:00
das
4f4d465008
Write negative zero as '-0.0'. Otherwise, it is parsed as an integer
...
before being cast to a floating point type, and the sign is lost.
2003-03-27 05:32:28 +00:00
mike
d5b741d9d9
Add more tests. Specifically, infinity cast from other types should
...
always be classified as infinity.
2003-02-08 20:45:48 +00:00
mike
a56314b4dc
Add regression test for soon-to-be-committed fpclassify().
2003-02-05 16:40:18 +00:00
tjr
3ef27dc5c5
Add a regression test for wordexp() and wordfree().
2003-01-04 05:50:35 +00:00
tjr
a585a3e1d1
Add a test program for perror() that demonstrates two bugs in the
...
current implementation.
2002-12-19 09:46:10 +00:00
tjr
2aa20c1a1e
Test that if the buffer argument (`s') to wcrtomb() is NULL then
...
the value of the supplied wide character is ignored and L'\0' is used
instead. Remove incorrect comments about "internal buffer" since wcrtomb()
does not have one (wctomb() does).
2002-12-19 02:01:39 +00:00
mike
6ff2965718
Add regression test for strerror()/strerror_r().
...
Based on: src/lib/libc/string/strerror.c (rev 1.8)
2002-12-18 16:59:08 +00:00
tjr
b3f140b069
Add test cases for btowc() and wctob() in multibyte locales.
2002-11-10 11:03:32 +00:00
tjr
ca621988d2
Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.
2002-11-10 10:50:42 +00:00
tjr
5349a8bc12
Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and
...
wcstombs(). These tests have already found two libc bugs.
2002-11-09 04:33:02 +00:00
tjr
2b2cb081a8
Add missing #includes of <stdio.h>. Correct a few typos in comments.
2002-11-06 09:37:47 +00:00
tjr
2e56144367
Simplify by using inference rules properly.
2002-10-28 09:05:43 +00:00
tjr
9cf397c653
Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().
2002-10-26 07:56:47 +00:00
tjr
399bd27ee2
Add regression tests for mbrtowc(3) and wcrtomb(3).
2002-10-26 04:40:16 +00:00