summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | MFHgjb2016-02-022-0/+98
|\ \ | |/
| * This seems like a very trivial bug that should have been squashed a longsobomax2016-01-302-0/+98
* | First pass to fix the 'tests' packages.gjb2016-02-0223-0/+92
|/
* Increase the timeout for resolv_test from the default (300 seconds) tongie2015-12-232-4/+13
* Let tsearch()/tdelete() use an AVL tree.ed2015-12-222-0/+132
* Iterate down lib/libc/tests/nss...ngie2015-12-161-0/+1
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1610-0/+5399
* Add Makefile accidentally missed in r292317ngie2015-12-161-0/+15
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-163-0/+368
* Delete bogus freeing of uninitialized datangie2015-12-081-1/+0
* Add missing va_ends for corresponding va_starts to clean up variable argumentsngie2015-12-082-0/+4
* Fix regression in r291738: This really wants -lssp.bdrewery2015-12-051-1/+1
* Initialize errno to 0 in the nul testcase before testing itngie2015-12-051-0/+1
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-0413-52/+27
* Follow-up r291330: h_testbits.h is only needed by xdr_test.bdrewery2015-11-251-2/+2
* Replace DPSRCS that work fine in SRCS.bdrewery2015-11-251-1/+1
* Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cngie2015-11-231-1/+1
* Do not print out errno if the call succeeded unexpectedly; this was a mistakengie2015-11-181-2/+2
* Add some initial tests for SLIST and STAILQ macrosngie2015-11-162-0/+239
* Disable -Wformat with scanfloat_test when compiling with gcc to avoid angie2015-11-151-0/+8
* Fix -Wformat issuesngie2015-11-151-3/+3
* Remove unused variables to fix building worldbapt2015-11-154-13/+2
* Change WARNS to 2 across the board with all the libc testcasesngie2015-11-152-2/+2
* Fix -Wmissing-braces warnings by adding braces around all thengie2015-11-151-138/+138
* Fix -Wunused warningsngie2015-11-152-4/+3
* Bump WARNS to 2ngie2015-11-151-0/+2
* Remove unused variables; sort by alignment where neededngie2015-11-154-5/+1
* Polish up iswctype_testngie2015-11-151-28/+50
* Polish up the tests a bit more after projects/collation was merged to headngie2015-11-152-37/+77
* Fix the Indian numbering system (hi_IN.ISCII-DEV) testsngie2015-11-151-4/+4
* Add missing licensing boilerplate to test-fnmatch.cngie2015-11-101-0/+25
* Integrate tools/regression/lib/libc/gen into the FreeBSD test suitengie2015-11-0910-1/+1666
* Fix some TAP -> ATF conversion errorsngie2015-11-091-6/+3
* Integrate tools/regression/lib/libc/net into the FreeBSD test suitengie2015-11-085-8/+426
* Delete leftover printfs from when these were TAP testsngie2015-11-084-8/+0
* Convert print_positional_test over to ATFngie2015-11-081-16/+40
* printfloat_test and scanfloat_test need symbols from msun; these are automati...ngie2015-11-081-0/+6
* Integrate tools/regression/lib/libc/string into the FreeBSD test suitengie2015-11-085-1/+554
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suitengie2015-11-085-2/+492
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-0814-23/+2613
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suitengie2015-11-0818-1/+2355
* Add _test suffix to multiple tests in lib/libc to conform to the design notedngie2015-11-023-38/+38
* Remove unused variable (SRCDIR)ngie2015-11-021-2/+0
* Not all targets support by clang have a tested or enabled ubsan yet.sbruno2015-10-301-0/+4
* Disable h_raw/h_read with gccngie2015-10-301-2/+7
* - Re-enable h_raw with clang 3.7.0+ngie2015-10-301-1/+2
* Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suitengie2015-10-301-0/+1
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-1226-60/+9
* In this context fclose() can never fail, so assert it in the testdelphij2015-09-291-0/+1
* Add missing CLEANFILES.bdrewery2015-09-241-0/+2
OpenPOWER on IntegriCloud