summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper2015-11-0825-2295/+0
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-232-2/+2
* Garbage collect a prove test wrapperEnji Cooper2015-01-201-15/+0
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper2014-11-162-300/+0
* - Use strlen instead of hardcoding a numberPietro Cerutti2014-06-031-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-021-0/+47
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-215-1/+237
* libc: Add fopen() test to regression Makefile.Jilles Tjoelker2014-04-211-3/+11
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).Jilles Tjoelker2013-09-062-0/+123
* libc/stdio: Run mkostemp test using prove.Jilles Tjoelker2013-09-061-0/+10
* libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.Jilles Tjoelker2013-09-063-3/+18
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-092-3/+167
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-275-1/+429
* - Fix more style(9)-related issues (copyright header, spaces after functionPietro Cerutti2013-02-011-71/+71
* - Remove underscores from the internal structure name, as it doesn't collidePietro Cerutti2013-01-311-27/+136
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-302-0/+153
* libc: Add a missing header to a test program.Jilles Tjoelker2012-12-081-0/+1
* Add .t files for tests, missed in prior checkins, so that prove(1) worksDavid Schultz2012-01-143-0/+30
* Update the tests for arm and other ports where long double is the sameDavid Schultz2012-01-141-3/+3
* Regression tests for r197752 (handling of empty/NULL buffers).David Schultz2009-10-041-1/+20
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-061-2/+2
* Tests for getdelim().David Schultz2009-02-282-1/+169
* Add a file containing tests for simple format specifiers.David Schultz2009-02-282-1/+157
* Test wprintf() in addition to printf().David Schultz2009-01-311-3/+19
* Regression tests for bugs in gdtoa.David Schultz2008-09-031-11/+17
* Add some regression tests for printf() with positional arguments.David Schultz2008-06-292-1/+133
* Regression test for a recently fixed strtod bug.David Schultz2008-06-211-1/+11
* Updates for changes in the way printf() handles hex floating pointDavid Schultz2008-04-121-5/+5
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)David Schultz2007-12-091-4/+0
* Make sure we set the locale to "C" when testing thousands' separatorDavid Schultz2007-12-031-2/+2
* Tests for rounding, and for the leading 0's bug.David Schultz2007-12-031-1/+13
* Remove the test that ensures that when the string "nan(...)" is convertedDavid Schultz2007-01-031-0/+8
* Fix cut-and-paste bugs in the regression tests.David Schultz2007-01-031-2/+2
* - Split tests into three rough categories.David Schultz2005-03-011-6/+98
* - Split the printfloat test into 11 individually wrapped and packagedDavid Schultz2005-03-012-8/+100
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-116-3/+38
* Add a regression test for floating-point output in the Greek locale.Giorgos Keramidas2004-10-131-0/+7
* Add regression tests for printf's %a/%A formats.David Schultz2004-01-191-1/+38
* Add regression tests for some of the bugs recently discovered in theDavid Schultz2004-01-191-4/+15
* Work around a recently-introduced gcc bug. The compiler no longerDavid Schultz2004-01-181-1/+1
* Add regression tests for floating point parsing in scanf(3).David Schultz2003-06-282-1/+181
* Add a dozen new tests with the general theme of getting trailingDavid Schultz2003-04-191-0/+12
* Add a test case for printf("%5.0f", 0.001).David Schultz2003-04-141-0/+2
* Additional regression tests for grouping, parsing of '.*', and printingDavid Schultz2003-04-071-0/+9
* Test for bug in revision 1.54 of vfprintf.c.Tim J. Robbins2003-04-061-0/+3
* Regression tests for printf()'s floating point formats.David Schultz2003-04-052-1/+168
* Add a test program for perror() that demonstrates two bugs in theTim J. Robbins2002-12-192-0/+116