summaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* This commit addresses regression introduceded in r302177Cy Schubert2016-06-281-0/+14
* iconvctl(3): remove superfluous NULL pointer testsEric van Gyzen2016-05-143-0/+79
* Read the contents of the snapshot files properlyEnji Cooper2016-05-131-18/+15
* print_positional_test: Fix misuse of wchar APIsConrad Meyer2016-05-121-3/+4
* nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliasesConrad Meyer2016-05-121-1/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-0427-149/+65
* libc: spelling fixes.Pedro F. Giffuni2016-04-302-4/+4
* Fix double fclose of `fp1` when freopen failsEnji Cooper2016-04-201-1/+0
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellEnji Cooper2016-04-191-0/+2
* MFHGlen Barber2016-04-041-1/+1
|\
| * WITHOUT_TOOLCHAIN: Skip building of h_raw.Bryan Drewery2016-03-311-1/+1
* | MFHGlen Barber2016-03-1026-0/+512
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0925-0/+511
| * Fix and connect setjmp test.Bryan Drewery2016-03-091-0/+1
* | MFHGlen Barber2016-03-072-0/+125
|\|
| * libc: Add some tests for memcmp().Jilles Tjoelker2016-03-062-0/+125
* | MFHGlen Barber2016-02-222-2/+2
|\|
| * Remove dd xfer stats emitted during buildworldEd Maste2016-02-182-2/+2
* | MFHGlen Barber2016-02-181-0/+2
|\|
| * Fix build race after r295643.Bryan Drewery2016-02-171-0/+2
* | Final pass through to fix 'tests' packaging.Glen Barber2016-02-031-0/+4
* | More 'tests' packaging fixes.Glen Barber2016-02-031-1/+3
* | Fix another 'tests' packaging error.Glen Barber2016-02-031-0/+4
* | More 'tests' package fixes.Glen Barber2016-02-031-0/+4
* | MFHGlen Barber2016-02-022-0/+98
|\|
| * This seems like a very trivial bug that should have been squashed a longMaxim Sobolev2016-01-302-0/+98
* | First pass to fix the 'tests' packages.Glen Barber2016-02-0223-0/+92
|/
* Increase the timeout for resolv_test from the default (300 seconds) toEnji Cooper2015-12-232-4/+13
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-222-0/+132
* Iterate down lib/libc/tests/nss...Enji Cooper2015-12-161-0/+1
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper2015-12-1610-0/+5399
* Add Makefile accidentally missed in r292317Enji Cooper2015-12-161-0/+15
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asEnji Cooper2015-12-163-0/+368
* Delete bogus freeing of uninitialized dataEnji Cooper2015-12-081-1/+0
* Add missing va_ends for corresponding va_starts to clean up variable argumentsEnji Cooper2015-12-082-0/+4
* Fix regression in r291738: This really wants -lssp.Bryan Drewery2015-12-051-1/+1
* Initialize errno to 0 in the nul testcase before testing itEnji Cooper2015-12-051-0/+1
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-0413-52/+27
* Follow-up r291330: h_testbits.h is only needed by xdr_test.Bryan Drewery2015-11-251-2/+2
* Replace DPSRCS that work fine in SRCS.Bryan Drewery2015-11-251-1/+1
* Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cEnji Cooper2015-11-231-1/+1
* Do not print out errno if the call succeeded unexpectedly; this was a mistakeEnji Cooper2015-11-181-2/+2
* Add some initial tests for SLIST and STAILQ macrosEnji Cooper2015-11-162-0/+239
* Disable -Wformat with scanfloat_test when compiling with gcc to avoid aEnji Cooper2015-11-151-0/+8
* Fix -Wformat issuesEnji Cooper2015-11-151-3/+3
* Remove unused variables to fix building worldBaptiste Daroussin2015-11-154-13/+2
* Change WARNS to 2 across the board with all the libc testcasesEnji Cooper2015-11-152-2/+2
* Fix -Wmissing-braces warnings by adding braces around all theEnji Cooper2015-11-151-138/+138
* Fix -Wunused warningsEnji Cooper2015-11-152-4/+3
* Bump WARNS to 2Enji Cooper2015-11-151-0/+2