summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add regression tests for sgetrune() and sputrune().tjr2003-10-303-1/+269
|
* Add regression tests for floating point parsing in scanf(3).das2003-06-282-1/+181
|
* Regression tests for wctype(), iswctype(), wctrans(), towctrans().tjr2003-06-063-1/+191
|
* Add a dozen new tests with the general theme of getting trailingdas2003-04-191-0/+12
| | | | zeroes right.
* Add a test case for printf("%5.0f", 0.001).das2003-04-141-0/+2
|
* Additional regression tests for grouping, parsing of '.*', and printingdas2003-04-071-0/+9
| | | | of %f formats where the number of significant digits is < expt.
* Test for bug in revision 1.54 of vfprintf.c.tjr2003-04-061-0/+3
|
* Regression tests for printf()'s floating point formats.das2003-04-052-1/+168
| | | | Tests for correct printing of subnormals are lacking.
* Write negative zero as '-0.0'. Otherwise, it is parsed as an integerdas2003-03-271-2/+2
| | | | before being cast to a floating point type, and the sign is lost.
* Add more tests. Specifically, infinity cast from other types shouldmike2003-02-081-0/+6
| | | | always be classified as infinity.
* Add regression test for soon-to-be-committed fpclassify().mike2003-02-052-1/+70
|
* Add a regression test for wordexp() and wordfree().tjr2003-01-042-0/+185
|
* Add a test program for perror() that demonstrates two bugs in thetjr2002-12-192-0/+116
| | | | current implementation.
* Test that if the buffer argument (`s') to wcrtomb() is NULL thentjr2002-12-191-19/+15
| | | | | | 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).
* Add regression test for strerror()/strerror_r().mike2002-12-182-0/+141
| | | | Based on: src/lib/libc/string/strerror.c (rev 1.8)
* Add test cases for btowc() and wctob() in multibyte locales.tjr2002-11-101-1/+14
|
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.tjr2002-11-101-0/+7
|
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andtjr2002-11-096-1/+580
| | | | wcstombs(). These tests have already found two libc bugs.
* Add missing #includes of <stdio.h>. Correct a few typos in comments.tjr2002-11-063-5/+7
|
* Simplify by using inference rules properly.tjr2002-10-281-22/+10
|
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().tjr2002-10-265-2/+501
|
* Add regression tests for mbrtowc(3) and wcrtomb(3).tjr2002-10-263-0/+291
OpenPOWER on IntegriCloud