summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Link system call tests to build.bluhm2019-11-191-1/+2
* Import NetBSD system call regression tests. They were written withbluhm2019-11-1949-0/+10692
* Set malloc_options in global scope with an initializer.bluhm2019-06-122-10/+8
* Disable junking with malloc options. If set, the test hangs on lowbluhm2019-06-111-2/+5
* Move to env var, likelky the possibility to set malloc options fromotto2019-06-042-19/+8
* Throw malloc_conceal and freezero into the mix.otto2019-05-231-3/+8
* The call to fseek(fp, -1, SEEK_END) also sets the reported size tobluhm2019-05-131-10/+10
* Add test fseek(,-1) works properly.yasuoka2019-05-021-3/+8
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-259-16/+16
* Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17millert2018-12-163-2/+160
* add a -R option to set/unset resolver flags.libressl-v2.9.0eric2018-12-159-20/+101
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-291-2/+6
* We're manipulating malloc flags ourselves, start with restting them all.otto2018-11-291-1/+5
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-281-4/+8
* Fix three bugs in setlocale(3):schwarze2018-03-291-2/+2
* typootto2018-01-281-2/+2
* add malloc_threaderrotto2018-01-281-1/+2
* Test for correct error when on thread allocates, and another does a double freeotto2018-01-282-0/+71
* Add a regression test for ldexp(3).visa2017-10-153-2/+82
* test locale priorities and overridesschwarze2017-08-161-1/+36
* test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),schwarze2017-08-161-4/+149
* test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)schwarze2017-08-162-3/+44
* refactor in preparation for testing more functions; no functional changeschwarze2017-08-152-114/+117
* first draft of tests for newlocale(3), duplocale(3), uselocale(3)schwarze2017-08-102-0/+268
* Sort subdir, run getaddrinfo test, remove vax case.bluhm2017-07-271-13/+21
* Sort expected getaddrinfo output in inet4 inet6 order, then thebluhm2017-07-272-46/+37
* Fix all clang warnings in libc regress and cleanup some make files.bluhm2017-07-2718-75/+67
* Mark the invalid memory location as volatile, otherwise clang wouldbluhm2017-07-271-2/+2
* Add a test that covers the recently fixed "0x" prefix handling issue.jsing2017-07-151-1/+2
* Run malloc0test with all possible malloc options.bluhm2017-07-081-1/+7
* Also test arrays of double and long long.millert2017-05-271-142/+421
* Add timing and test name options.millert2017-05-221-12/+83
* Instead of embedding pre-generated tables from McIlroy's "A Killermillert2017-05-223-1538/+315
* correct a return value testjsg2017-05-211-1/+1
* Add input targeted at the Bentley and McIrlroy quicksort generatedmillert2017-05-191-6/+1389
* use mergesort instead of heapsort when comparing resultsmillert2017-05-181-9/+17
* Avoid running the "killer" tests multiple times with the samemillert2017-05-171-10/+19
* Add "median of three" killer, as seen in "Introspective Sorting andmillert2017-05-171-18/+44
* Approximate nlgn instead of using libm. The same approximation maymillert2017-05-172-10/+8
* Add "killer" input from "algorithmic complexity attacks and libcmillert2017-05-171-0/+12
* There's no need to track the number of errors (and the counter mightmillert2017-05-171-21/+30
* Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"millert2017-05-173-2/+278
* Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.kettenis2017-04-161-2/+2
* Define DEF_WEAK like we do for ld.so to fix building this with clang.kettenis2017-04-161-1/+2
* copy /etc/services in test directoryeric2017-03-141-1/+2
* refresh the test infrastructure a bit.eric2017-03-103-90/+93
* remove bogus variable expansioneric2017-03-092-4/+4
* missing includeeric2017-03-091-1/+2
* Add missing includes to avoid implicit function declarations.jsg2017-02-254-3/+7
* fix make clean and warningsotto2017-01-242-1/+3