summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2024-08-15t_recvmmsg and t_sendmmsg were enabled in 2022Philip Guenther
2024-07-30sched_yield() is not strong enough to overflow the recv buffer on someClaudio Jeker
2024-07-15fix signature of main()Anton Lindqvist
2024-07-15enable warnings and apply a dash of knfmtAnton Lindqvist
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-04-14t22 and t23 can fail if the first chunk ends up being allocated atOtto Moerbeek
2024-03-05Ugly workaround to let this compile again on non-clang platforms.Miod Vallat
2024-02-05Cope with recent ctype.h prefix changes.Anton Lindqvist
2024-02-04More missing voidTheo Buehler
2023-10-31Remove 3 expected failures those got fixed in the regress code.Claudio Jeker
2023-10-31unlink("/") just needs to error. Checking for a specific errno makesClaudio Jeker
2023-10-31When creating a file in a directory the file gid is inherited fromClaudio Jeker
2023-10-31Ignore closefrom() failure. This fails normally since fd 4 and up are allClaudio Jeker
2023-10-27Include wait(2) status in error message, in the hopes of providing cluesAnton Lindqvist
2023-10-22A few more testsOtto Moerbeek
2023-09-27We're not interested in the core dump, so prevent it. Also catchOtto Moerbeek
2023-08-13Extent the modf() tests; from Willemijn Coene.Miod Vallat
2023-07-03add regress tests for the remainder of the function provided by our uuid.hJasper Lievisse Adriaanse
2023-06-04More thorough write-afetr-free checks.Otto Moerbeek
2023-05-09Make malloc tests that set flags more robust against the user alsoOtto Moerbeek
2023-05-08Enable malloc_errs testOtto Moerbeek
2023-05-08Add a regress test to test various malloc API and heap mismanagementOtto Moerbeek
2023-04-19remove duplicate includesJonathan Gray
2023-04-13Fix compilation on sparc64.Moritz Buhl
2022-12-19WTRAPPED is now supported by waitid(2)Philip Guenther
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-11-22simplify makefileAnton Lindqvist
2022-11-22Be more helpful and provide details on what the time conversion testsAnton Lindqvist
2022-11-10Use /tmp as opposed of /var/tmp as the default directory for temporaryAnton Lindqvist
2022-11-09Add tests for boundary conditions of struct tm.Bob Beck
2022-11-06Enable time_conversion regress testsBob Beck
2022-11-06Add a bunch of regression tests for time conversion.Bob Beck
2022-10-26Enable waitid(2) regress tests and a new test derived from NetBSD'sMark Kettenis
2022-09-11Add regression tests for the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-07-25Remove test of non-portable implementation details (whether wctype_tPhilip Guenther
2022-07-25Separate the macro for generating string test functionsIngo Schwarze
2022-05-28*** empty log message ***mbuhl
2022-05-24Recent changes to truncate(2) swapped the ordering of some validationsAnton Lindqvist
2022-04-03Initialize the mutex before making us of it from many threads. PreventsAnton Lindqvist
2022-03-30Remove double slash in path to test program.Anton Lindqvist
2022-02-10If running with ASAN, mark test_with{,out}_bzero() with theTheo Buehler
2022-02-09silence "function declaration isn't a prototype" warning by changingTheo Buehler
2022-01-20remove unused variable from all copies of _asr_strdname()Christian Weisgerber
2022-01-09Increase the max size of allocations, in prep for a large cache implementation.Otto Moerbeek
2022-01-06t_syscall was a test for the gcc 1.x off_t syscall padding,Philip Guenther
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-09-28Remove recent changes used to unblock the signal undergoing testing, I solved itAnton Lindqvist