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