aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* MFC r270180:Enji Cooper2014-08-2712-1448/+0
* MFC r269534:Enji Cooper2014-08-213-233/+0
* MFC various fixes to the tools/regression/ tests.Julio Merino2014-04-145-126/+43
* don't assert on bad args, instead return an error..John-Mark Gurney2013-10-073-1/+604
* 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
* fnmatch(): Add test for r254091 (pattern with single backslash).Jilles Tjoelker2013-08-111-0/+4
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-092-3/+167
* wordexp(): Fix syntax validation for backslashes in single-quotes.Jilles Tjoelker2013-07-231-0/+12
* Add missing headers.Kevin Lo2013-07-172-0/+3
* Restore "all rights reserved" (spelled correctly). This was actually part of...Eitan Adler2013-06-178-0/+8
* Remove lines declaring "All rights reserved" or similar comments: theyEitan Adler2013-06-169-9/+0
* Fix some bugs in the complex trig tests so that they test both doubleDavid Schultz2013-06-101-33/+68
* Add libiconv based versions of *c16*() and *c32*().Ed Schouten2013-06-032-0/+75
* Add more tests for log functions. A few are commented out because theDavid Schultz2013-06-031-1/+114
* Factor out some common code from the libm tests. This is a bit messyDavid Schultz2013-06-0215-628/+412
* Fix some harmless bugs in a test.David Schultz2013-05-301-2/+2
* Basic tests for complex inverse trig and hyperbolic functions.David Schultz2013-05-302-1/+444
* Fix cexp regression tests that have an infinite real part. The signs of theTijl Coosemans2013-05-281-12/+26
* Fix some regressions caused by the switch from gcc to clang. The fixesDavid Schultz2013-05-271-19/+25
* Add missing #includes, to keep Clang silent.Ed Schouten2013-05-253-0/+3
* Add <uchar.h>.Ed Schouten2013-05-213-1/+268
* popen(): Add 'e' mode character to set close-on-exec on the new fd.Jilles Tjoelker2013-05-201-4/+4
* Add a test program for popen().Jilles Tjoelker2013-05-202-1/+228
* wordexp(): Remove wrong IFS usage.Jilles Tjoelker2013-04-011-0/+19
* 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
* Non-void function should return a value.Ed Maste2012-11-201-1/+1
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* nftw(): POSIX says directories causing loops should be silently skipped.Jilles Tjoelker2012-08-092-1/+142
* Add some tests from PR 166463. Also make sure that all of the tests,David Schultz2012-04-071-7/+33
* libc: Add some tests for fmtmsg().Jilles Tjoelker2012-02-212-1/+252
* 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
* Fix a test that doesn't work on architectures where long double is noDavid Schultz2012-01-141-0/+2
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
* A regression test to ensure that arc4random returns different sequencesDavid Schultz2011-11-152-1/+91
* Add regression tests for modf{,f,l}().David Schultz2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.David Schultz2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitDavid Schultz2011-10-211-3/+63
* Add some tests for corner cases of log() in unusual rounding modes.David Schultz2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().David Schultz2011-10-151-1/+54
* 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