summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
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
2021-09-27Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.Todd C. Miller
2021-09-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.Alexander Bluhm
2021-09-27Make t_gettimeofday pass on sparc64.mbuhl
2021-09-19At least t_fork and t_vfork tests need coredumps enabled to succeed.Claudio Jeker
2021-09-09Ensure that the kill signal undergoing testing is not ignored.Anton Lindqvist
2021-09-04Disable tests that don't work in bluhms regress framework.mbuhl
2021-09-02Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl
2021-09-02Import more NetBSD system call regression tests.mbuhl
2021-09-02delete %n using test cases, which now intentionally faultTheo de Raadt
2021-09-01remove manual fiddling with MALLOC_OPTIONS from libc regress testsJasper Lievisse Adriaanse
2021-08-31enter uuid/Jasper Lievisse Adriaanse
2021-08-31add initial tests for uuid_from_string, uuid_to_string, uuid_create_nilJasper Lievisse Adriaanse
2021-07-29Ensure that the kill signal undergoing testing is not ignored.anton
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-07-24Add basic regression tests for strchr() and strrchr().Visa Hankala
2021-07-03fix a bug that resulted in incomplete testing:Ingo Schwarze
2021-06-17Like ARM, RISC-V does not implement floating point exceptions.Mark Kettenis
2021-06-09Enable libexecinfo regress.mortimer
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-05-31Since our unix receive queue got longer, the test run-t_sendrecvAlexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-04-19The powerpc64 ELFv2 ABI explicitly states that exception enable bitsMark Kettenis
2021-04-02Two cases of BRE involving counts and backrefs that go wrong andOtto Moerbeek