summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* Work around gcc constant folding bugs.das2010-12-061-1/+6
* signbit() returns nonzero for negative arguments, but we shouldn't assumedas2010-12-066-6/+8
* Fix some warnings.das2010-12-051-3/+3
* Add regression tests for logarithmic functions in the math library.das2010-12-053-1/+169
* Add some basic regression tests for nearbyint().das2010-12-033-1/+111
* Generate some tests for sh's case command from the fnmatch tests.jilles2010-05-092-1/+55
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-0/+1
* Add some tests for fnmatch(3).jilles2010-04-162-1/+336
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Add test-pidfile.c and increase warning level.des2009-11-121-2/+2
* Test cases for pidfile(3) - including two designed to catch issues arisingdes2009-11-121-0/+280
* Fix warnings and remove one unnecessary use of vfork(). The other coulddes2009-11-121-9/+3
* Fix warningsdes2009-11-123-7/+9
* Check fork() return valuedes2009-11-101-2/+5
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-0/+42
* Update copyright.des2009-10-191-1/+1
* Remove redundant $FreeBSD$.des2009-10-191-2/+0
* Regression tests for r197752 (handling of empty/NULL buffers).das2009-10-041-1/+20
* Check that flopen() can lock against self and that children inherit the lock.des2009-06-061-6/+41
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-adviseddas2009-04-061-2/+2
* Tests for getdelim().das2009-02-282-1/+169
* Add a file containing tests for simple format specifiers.das2009-02-282-1/+157
* Tests for wcscasecmp(), wcsnlen(), and stpncpy().das2009-02-284-1/+269
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-261-59/+59
* Test wprintf() in addition to printf().das2009-01-311-3/+19
* Add tests for conj{,f,l}() that I wrote some time ago. These test thedas2009-01-313-1/+169
* #ifdef out the lock-against-self test. I'm not sure it makes sense, anddes2008-10-201-0/+4
* Regression tests for bugs in gdtoa.das2008-09-031-11/+17
* Test that the result is correctly rounded when |y/x| is huge.das2008-08-021-16/+9
* Regression tests for fmtcheck(3).das2008-08-022-1/+103
* Add some tests for acos*(), asin*(), atan*(), and atan2*().das2008-07-313-1/+504
* Add regression tests for fmin{,f,l} and fmax{,f,l}.das2008-07-033-1/+161
* Add some regression tests for printf() with positional arguments.das2008-06-292-1/+133
* Regression test for a recently fixed strtod bug.das2008-06-211-1/+11
* Add four utility functions related to struct grp processing modeled in-partscf2008-04-233-1/+130
* Updates for changes in the way printf() handles hex floating pointdas2008-04-121-5/+5
* Add some tests for fma(), fmaf(), and fmal().das2008-04-033-1/+424
* Test remainderl() and remquol() as well.das2008-03-301-4/+34
* Add some minimal tests for csqrtl().das2008-03-301-59/+88
* Don't run tests that assume <= 64-bit precision on machines with quaddas2008-03-021-8/+20
* Some basic regression tests for {sin,cos,tan}{,f,l}().das2008-02-183-1/+293
* There are 3 tests here, not 2.das2008-02-171-1/+1
* expm1(-big) generates an inexact exception but not underflow.das2008-01-181-1/+1
* Add some regression tests for libm's exponential functions. Thesedas2008-01-183-1/+181
* Tests for lrintl() and llrintl(). I didn't add anything speciallydas2008-01-141-5/+22
* Fix an amusing typo that has prevented this from compiling since 2004.das2007-12-161-7/+7
* Don't try the long double tests on i386. Our reduced precisiondas2007-12-161-1/+1
* Remove another Alpha remnant.das2007-12-161-1/+0
* Regression tests for nan{,f,l}().das2007-12-163-1/+133
* Regression tests for csqrt(3).das2007-12-153-1/+306
OpenPOWER on IntegriCloud