| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Test for correct error when on thread allocates, and another does a double free | otto | 2018-01-28 | 2 | -0/+71 |
* | Add a regression test for ldexp(3). | visa | 2017-10-15 | 3 | -2/+82 |
* | test locale priorities and overrides | schwarze | 2017-08-16 | 1 | -1/+36 |
* | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | schwarze | 2017-08-16 | 1 | -4/+149 |
* | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | schwarze | 2017-08-16 | 2 | -3/+44 |
* | refactor in preparation for testing more functions; no functional change | schwarze | 2017-08-15 | 2 | -114/+117 |
* | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | schwarze | 2017-08-10 | 2 | -0/+268 |
* | Sort subdir, run getaddrinfo test, remove vax case. | bluhm | 2017-07-27 | 1 | -13/+21 |
* | Sort expected getaddrinfo output in inet4 inet6 order, then the | bluhm | 2017-07-27 | 2 | -46/+37 |
* | Fix all clang warnings in libc regress and cleanup some make files. | bluhm | 2017-07-27 | 18 | -75/+67 |
* | Mark the invalid memory location as volatile, otherwise clang would | bluhm | 2017-07-27 | 1 | -2/+2 |
* | Add a test that covers the recently fixed "0x" prefix handling issue. | jsing | 2017-07-15 | 1 | -1/+2 |
* | Run malloc0test with all possible malloc options. | bluhm | 2017-07-08 | 1 | -1/+7 |
* | Also test arrays of double and long long. | millert | 2017-05-27 | 1 | -142/+421 |
* | Add timing and test name options. | millert | 2017-05-22 | 1 | -12/+83 |
* | Instead of embedding pre-generated tables from McIlroy's "A Killer | millert | 2017-05-22 | 3 | -1538/+315 |
* | correct a return value test | jsg | 2017-05-21 | 1 | -1/+1 |
* | Add input targeted at the Bentley and McIrlroy quicksort generated | millert | 2017-05-19 | 1 | -6/+1389 |
* | use mergesort instead of heapsort when comparing results | millert | 2017-05-18 | 1 | -9/+17 |
* | Avoid running the "killer" tests multiple times with the same | millert | 2017-05-17 | 1 | -10/+19 |
* | Add "median of three" killer, as seen in "Introspective Sorting and | millert | 2017-05-17 | 1 | -18/+44 |
* | Approximate nlgn instead of using libm. The same approximation may | millert | 2017-05-17 | 2 | -10/+8 |
* | Add "killer" input from "algorithmic complexity attacks and libc | millert | 2017-05-17 | 1 | -0/+12 |
* | There's no need to track the number of errors (and the counter might | millert | 2017-05-17 | 1 | -21/+30 |
* | Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function" | millert | 2017-05-17 | 3 | -2/+278 |
* | Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle. | kettenis | 2017-04-16 | 1 | -2/+2 |
* | Define DEF_WEAK like we do for ld.so to fix building this with clang. | kettenis | 2017-04-16 | 1 | -1/+2 |
* | copy /etc/services in test directory | eric | 2017-03-14 | 1 | -1/+2 |
* | refresh the test infrastructure a bit. | eric | 2017-03-10 | 3 | -90/+93 |
* | remove bogus variable expansion | eric | 2017-03-09 | 2 | -4/+4 |
* | missing include | eric | 2017-03-09 | 1 | -1/+2 |
* | Add missing includes to avoid implicit function declarations. | jsg | 2017-02-25 | 4 | -3/+7 |
* | fix make clean and warnings | otto | 2017-01-24 | 2 | -1/+3 |
* | make sure realloc preserves data | otto | 2017-01-24 | 1 | -17/+45 |
* | use ${.OBJDIR} | otto | 2017-01-24 | 1 | -8/+8 |
* | hook malloc_general to the tests | otto | 2017-01-23 | 1 | -2/+2 |
* | test malloc/realloc/free with some flag combo's | otto | 2017-01-23 | 2 | -0/+122 |
* | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. | schwarze | 2016-09-05 | 1 | -2/+2 |
* | test wcrtomb(3) | schwarze | 2016-09-04 | 2 | -0/+93 |
* | test mbrtowc(3) in conjunction with mbsinit(3) | schwarze | 2016-09-03 | 2 | -0/+93 |
* | Pull in <stdio.h> for NULL | guenther | 2016-08-27 | 1 | -1/+2 |
* | Fix usage() output and getopt sorting | guenther | 2016-07-13 | 1 | -6/+6 |
* | Nuke sigret.c | beck | 2016-05-29 | 2 | -198/+0 |
* | We don't have sigreturn anymore | beck | 2016-05-29 | 1 | -2/+2 |
* | tests for the two segfaults in backref() that were just fixed | schwarze | 2016-05-26 | 1 | -1/+4 |
* | Fix an oversight that caused the test program to segfault: | schwarze | 2016-05-26 | 1 | -2/+2 |
* | systematically test all combinations of REG_STARTEND, REG_NEWLINE, | schwarze | 2016-05-26 | 1 | -9/+85 |
* | support for testing REG_STARTEND together with REG_NOTBOL | schwarze | 2016-05-26 | 1 | -1/+4 |
* | Add a test for negated POSIX characer classes. | millert | 2016-02-26 | 1 | -0/+1 |
* | Make sure we use a sigjmp_buf in the sigsetjmp() part of the test. | miod | 2015-11-08 | 4 | -4/+7 |