aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-232-2/+2
* wordexp(): Add testcase for non-default IFS in environment.Jilles Tjoelker2015-03-291-0/+15
* Garbage collect a prove test wrapperEnji Cooper2015-01-201-15/+0
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andEnji Cooper2014-11-162-77/+1
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper2014-11-162-300/+0
* Remove test-arc4random from this Makefile so others can continue to useEnji Cooper2014-11-161-1/+1
* Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andEnji Cooper2014-11-161-89/+0
* Remove incorrect semicolon.Stefan Farfeleder2014-10-261-1/+1
* Add diagnostic printfs and disable test # 4 on i386Enji Cooper2014-09-101-0/+9
* Expand the tests structure in test_small(..) to workaround theEnji Cooper2014-09-091-19/+14
* Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragmaEnji Cooper2014-09-092-2/+2
* Integrate lib/libutil into the build/kyuaEnji Cooper2014-08-1312-1448/+0
* Integrate lib/libnv into the build/kyuaEnji Cooper2014-08-057-1441/+0
* Integrate lib/libmp into the build/kyuaEnji Cooper2014-08-043-233/+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
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Remove broken tests for eui64_line.Julio Merino2014-03-123-92/+1
* Make the strerror tests work without libtap.Julio Merino2014-03-122-34/+42
* Regression tests for the libnv library.Pawel Jakub Dawidek2013-11-127-0/+1441
* 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