summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* WTRAPPED is now supported by waitid(2)guenther2022-12-191-3/+3
* userspace: remove vestigial '?' cases from top-level getopt(3) loopscheloha2022-12-042-4/+2
* simplify makefileanton2022-11-221-8/+2
* Be more helpful and provide details on what the time conversion testsanton2022-11-221-9/+6
* Use /tmp as opposed of /var/tmp as the default directory for temporaryanton2022-11-101-2/+2
* Add tests for boundary conditions of struct tm.beck2022-11-091-1/+125
* Enable time_conversion regress testsbeck2022-11-061-1/+2
* Add a bunch of regression tests for time conversion.beck2022-11-062-0/+1736
* Enable waitid(2) regress tests and a new test derived from NetBSD'skettenis2022-10-263-12/+279
* Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl2022-09-114-2/+410
* Remove test of non-portable implementation details (whether wctype_tguenther2022-07-251-5/+1
* Separate the macro for generating string test functionsschwarze2022-07-251-14/+22
* *** empty log message ***mbuhl2022-05-284-11/+11
* Recent changes to truncate(2) swapped the ordering of some validationsanton2022-05-241-2/+2
* Initialize the mutex before making us of it from many threads. Preventsanton2022-04-031-28/+23
* Remove double slash in path to test program.anton2022-03-301-9/+9
* If running with ASAN, mark test_with{,out}_bzero() with thetb2022-02-101-3/+14
* silence "function declaration isn't a prototype" warning by changingtb2022-02-091-6/+6
* remove unused variable from all copies of _asr_strdname()naddy2022-01-202-6/+6
* Increase the max size of allocations, in prep for a large cache implementation.otto2022-01-091-3/+3
* t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2022-01-062-125/+2
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-1350-227/+77
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-242-4/+4
* Remove recent changes used to unblock the signal undergoing testing, I solved itanton2021-09-282-30/+2
* Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.millert2021-09-272-4/+4
* These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.bluhm2021-09-271-3/+1
* Make t_gettimeofday pass on sparc64.mbuhl2021-09-271-1/+3
* At least t_fork and t_vfork tests need coredumps enabled to succeed.claudio2021-09-191-1/+2
* Ensure that the kill signal undergoing testing is not ignored.anton2021-09-091-1/+15
* Disable tests that don't work in bluhms regress framework.mbuhl2021-09-041-1/+7
* Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl2021-09-025-6/+45
* Import more NetBSD system call regression tests.mbuhl2021-09-0217-50/+2350
* delete %n using test cases, which now intentionally faultderaadt2021-09-021-13/+1
* remove manual fiddling with MALLOC_OPTIONS from libc regress testsjasper2021-09-015-20/+5
* enter uuid/jasper2021-08-311-1/+2
* add initial tests for uuid_from_string, uuid_to_string, uuid_create_niljasper2021-08-312-0/+134
* Ensure that the kill signal undergoing testing is not ignored.anton2021-07-291-1/+15
* Add basic regression tests for strchr() and strrchr().visa2021-07-243-2/+79
* fix a bug that resulted in incomplete testing:schwarze2021-07-031-4/+4
* Like ARM, RISC-V does not implement floating point exceptions.kettenis2021-06-173-6/+6
* Enable libexecinfo regress.mortimer2021-06-091-1/+4
* Since our unix receive queue got longer, the test run-t_sendrecvbluhm2021-05-311-24/+30
* The powerpc64 ELFv2 ABI explicitly states that exception enable bitskettenis2021-04-191-1/+9
* Two cases of BRE involving counts and backrefs that go wrong andotto2021-04-021-1/+16
* Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.bcook2021-03-271-7/+24
* A few more flag combo's to testotto2021-02-121-2/+14
* Remove unused categories in re_guts; they are written to but never read.millert2020-12-311-39/+2
* Fix an off-by-one error in the marking of the O_CH operator followingmillert2020-12-281-1/+4
* Remove echo headlines.bluhm2020-12-172-5/+2
* Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.bluhm2020-12-062-3/+10