Age | Commit message (Expand) | Author |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-12-16 | Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17 | Todd C. Miller |
2018-12-15 | add a -R option to set/unset resolver flags. | Eric Faurot |
2012-07-13 | import regression suite for asr | Eric Faurot |
2018-11-29 | This test does not terminate if malloc conf is preconfigured with | Alexander Bluhm |
2018-11-29 | We're manipulating malloc flags ourselves, start with restting them all. | Otto Moerbeek |
2018-11-28 | This test does not terminate if malloc conf is preconfigured with | Alexander Bluhm |
2018-03-29 | Fix three bugs in setlocale(3): | Ingo Schwarze |
2018-01-28 | typo | Otto Moerbeek |
2018-01-28 | add malloc_threaderr | Otto Moerbeek |
2018-01-28 | Test for correct error when on thread allocates, and another does a double free | Otto Moerbeek |
2017-10-15 | Add a regression test for ldexp(3). | Visa Hankala |
2017-08-16 | test locale priorities and overrides | Ingo Schwarze |
2017-08-16 | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | Ingo Schwarze |
2017-08-16 | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | Ingo Schwarze |
2017-08-15 | refactor in preparation for testing more functions; no functional change | Ingo Schwarze |
2017-08-10 | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | Ingo Schwarze |
2017-07-27 | Sort subdir, run getaddrinfo test, remove vax case. | Alexander Bluhm |
2017-07-27 | Sort expected getaddrinfo output in inet4 inet6 order, then the | Alexander Bluhm |
2017-07-27 | Fix all clang warnings in libc regress and cleanup some make files. | Alexander Bluhm |
2017-07-27 | Mark the invalid memory location as volatile, otherwise clang would | Alexander Bluhm |
2017-07-15 | Add a test that covers the recently fixed "0x" prefix handling issue. | Joel Sing |
2017-07-08 | Run malloc0test with all possible malloc options. | Alexander Bluhm |
2017-05-27 | Also test arrays of double and long long. | Todd C. Miller |
2017-05-22 | Add timing and test name options. | Todd C. Miller |
2017-05-22 | Instead of embedding pre-generated tables from McIlroy's "A Killer | Todd C. Miller |
2017-05-21 | correct a return value test | Jonathan Gray |
2017-05-19 | Add input targeted at the Bentley and McIrlroy quicksort generated | Todd C. Miller |
2017-05-18 | use mergesort instead of heapsort when comparing results | Todd C. Miller |
2017-05-17 | Avoid running the "killer" tests multiple times with the same | Todd C. Miller |
2017-05-17 | Add "median of three" killer, as seen in "Introspective Sorting and | Todd C. Miller |
2017-05-17 | Approximate nlgn instead of using libm. The same approximation may | Todd C. Miller |
2017-05-17 | Add "killer" input from "algorithmic complexity attacks and libc | Todd C. Miller |
2017-05-17 | There's no need to track the number of errors (and the counter might | Todd C. Miller |
2017-05-17 | Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function" | Todd C. Miller |
2017-04-16 | Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle. | Mark Kettenis |
2017-04-16 | Define DEF_WEAK like we do for ld.so to fix building this with clang. | Mark Kettenis |
2017-03-14 | copy /etc/services in test directory | Eric Faurot |
2017-03-10 | refresh the test infrastructure a bit. | Eric Faurot |
2017-03-09 | remove bogus variable expansion | Eric Faurot |
2017-03-09 | missing include | Eric Faurot |
2012-07-13 | import regression suite for asr | Eric Faurot |
2017-02-25 | Add missing includes to avoid implicit function declarations. | Jonathan Gray |
2017-01-24 | fix make clean and warnings | Otto Moerbeek |
2017-01-24 | make sure realloc preserves data | Otto Moerbeek |
2017-01-24 | use ${.OBJDIR} | Otto Moerbeek |
2017-01-23 | hook malloc_general to the tests | Otto Moerbeek |
2017-01-23 | test malloc/realloc/free with some flag combo's | Otto Moerbeek |
2016-09-05 | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. | Ingo Schwarze |
2016-09-04 | test wcrtomb(3) | Ingo Schwarze |