summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* Add some tests from PR 166463. Also make sure that all of the tests,das2012-04-071-7/+33
* libc: Add some tests for fmtmsg().jilles2012-02-212-1/+252
* Add .t files for tests, missed in prior checkins, so that prove(1) worksdas2012-01-143-0/+30
* Update the tests for arm and other ports where long double is the samedas2012-01-141-3/+3
* Fix a test that doesn't work on architectures where long double is nodas2012-01-141-0/+2
* Spelling fixes for tools/uqs2011-12-301-1/+1
* A regression test to ensure that arc4random returns different sequencesdas2011-11-152-1/+91
* Add regression tests for modf{,f,l}().das2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.das2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitdas2011-10-211-3/+63
* Add some tests for corner cases of log() in unusual rounding modes.das2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().das2011-10-151-1/+54
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-102-1/+91
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-051-8/+13
* Add some tests for cexp() and cexpf(). (I need to clean up all ofdas2011-03-073-1/+391
* 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
OpenPOWER on IntegriCloud