aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* posix_spawn: If an error is detected in the child process, reap the zombie.Jilles Tjoelker2011-07-102-1/+91
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-051-8/+13
* Add some tests for cexp() and cexpf(). (I need to clean up all ofDavid Schultz2011-03-073-1/+391
* Work around gcc constant folding bugs.David Schultz2010-12-061-1/+6
* signbit() returns nonzero for negative arguments, but we shouldn't assumeDavid Schultz2010-12-066-6/+8
* Fix some warnings.David Schultz2010-12-051-3/+3
* Add regression tests for logarithmic functions in the math library.David Schultz2010-12-053-1/+169
* Add some basic regression tests for nearbyint().David Schultz2010-12-033-1/+111
* Generate some tests for sh's case command from the fnmatch tests.Jilles Tjoelker2010-05-092-1/+55
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.Jilles Tjoelker2010-04-161-0/+1
* Add some tests for fnmatch(3).Jilles Tjoelker2010-04-162-1/+336
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Add test-pidfile.c and increase warning level.Dag-Erling Smørgrav2009-11-121-2/+2
* Test cases for pidfile(3) - including two designed to catch issues arisingDag-Erling Smørgrav2009-11-121-0/+280
* Fix warnings and remove one unnecessary use of vfork(). The other couldDag-Erling Smørgrav2009-11-121-9/+3
* Fix warningsDag-Erling Smørgrav2009-11-123-7/+9
* Check fork() return valueDag-Erling Smørgrav2009-11-101-2/+5
* wordexp(3): fix some bugs with signals and long outputsJilles Tjoelker2009-10-231-0/+42
* Update copyright.Dag-Erling Smørgrav2009-10-191-1/+1
* Remove redundant $FreeBSD$.Dag-Erling Smørgrav2009-10-191-2/+0
* Regression tests for r197752 (handling of empty/NULL buffers).David Schultz2009-10-041-1/+20
* Check that flopen() can lock against self and that children inherit the lock.Dag-Erling Smørgrav2009-06-061-6/+41
* 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
* Tests for wcscasecmp(), wcsnlen(), and stpncpy().David Schultz2009-02-284-1/+269
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-261-59/+59
* Test wprintf() in addition to printf().David Schultz2009-01-311-3/+19
* Add tests for conj{,f,l}() that I wrote some time ago. These test theDavid Schultz2009-01-313-1/+169
* #ifdef out the lock-against-self test. I'm not sure it makes sense, andDag-Erling Smørgrav2008-10-201-0/+4
* Regression tests for bugs in gdtoa.David Schultz2008-09-031-11/+17
* Test that the result is correctly rounded when |y/x| is huge.David Schultz2008-08-021-16/+9
* Regression tests for fmtcheck(3).David Schultz2008-08-022-1/+103
* Add some tests for acos*(), asin*(), atan*(), and atan2*().David Schultz2008-07-313-1/+504
* Add regression tests for fmin{,f,l} and fmax{,f,l}.David Schultz2008-07-033-1/+161
* 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
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-233-1/+130
* Updates for changes in the way printf() handles hex floating pointDavid Schultz2008-04-121-5/+5
* Add some tests for fma(), fmaf(), and fmal().David Schultz2008-04-033-1/+424
* Test remainderl() and remquol() as well.David Schultz2008-03-301-4/+34
* Add some minimal tests for csqrtl().David Schultz2008-03-301-55/+84
* Don't run tests that assume <= 64-bit precision on machines with quadDavid Schultz2008-03-021-8/+20
* Some basic regression tests for {sin,cos,tan}{,f,l}().David Schultz2008-02-183-1/+293
* There are 3 tests here, not 2.David Schultz2008-02-171-1/+1
* expm1(-big) generates an inexact exception but not underflow.David Schultz2008-01-181-1/+1
* Add some regression tests for libm's exponential functions. TheseDavid Schultz2008-01-183-1/+181
* Tests for lrintl() and llrintl(). I didn't add anything speciallyDavid Schultz2008-01-141-5/+22
* Fix an amusing typo that has prevented this from compiling since 2004.David Schultz2007-12-161-7/+7
* Don't try the long double tests on i386. Our reduced precisionDavid Schultz2007-12-161-1/+1