summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable mincore_test on arm64, we now have a working pmap_mincore.andrew2015-09-081-3/+0
* Fix t_spawnattr test for attributes handling by posix_spawn(3).kib2015-09-011-1/+1
* On arm64 disable three tests that hang or panicemaste2015-08-171-0/+3
* Fix and re-enable UTF-8 tests.jilles2015-08-111-1/+1
* Actually disable the invalid testbapt2015-08-111-1/+1
* Add support for makecontext. This supports up to 8 arguments as thisandrew2015-07-101-2/+0
* Disable the tests that use makecontext on arm64, it still needs to beandrew2015-04-271-0/+2
* Assuming a system has /bin/csh on it is a bad idea (especially it beingngie2015-04-251-0/+1
* Enable utimensat tests from NetBSD.jilles2015-01-241-1/+2
* Link lib/libc/c063 tests to the build.jilles2015-01-021-14/+16
* Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkinsngie2015-01-021-3/+4
* Build/install lib/libc/tests/hash/t_sha2 if MK_OPENSSL == yesngie2014-12-271-1/+7
* For now, disable using -fsanitize=bounds for the libc ssp tests, whendim2014-11-241-0/+3
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andngie2014-11-162-0/+73
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andngie2014-11-162-0/+302
* Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andngie2014-11-162-0/+94
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...ngie2014-11-0426-0/+755
OpenPOWER on IntegriCloud