summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
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
2021-03-27Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.Brent Cook
2021-02-12A few more flag combo's to testOtto Moerbeek
2020-12-31Remove unused categories in re_guts; they are written to but never read.Todd C. Miller
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
2020-12-17Remove echo headlines.Alexander Bluhm
2020-12-06Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.Alexander Bluhm
2020-11-11Run the atf cleanup block after each test. This makes more testsAlexander Bluhm
2020-11-10Declare prototype of __syscall locally. Fixes t_syscall test.Alexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-11-09Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefAlexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-10-21On machines with a userland timecounter we bypass the gettimeofday(2)Mark Kettenis
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-10-19Skip floating-point exception checks on arm64 and armv7 as the hardwareMark Kettenis
2020-10-18XFAIL tests on arm64 and armv7 as floating-point exception support isMark Kettenis
2020-10-06Use std=gnu99 to be able to build the tests with both base clang and gcc.Martin Pieuchot
2020-08-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-07-14getopt(3) returns an int so don't use a char to store its return value.Mark Kettenis
2020-07-09New regression tests for integral type conversionsIngo Schwarze
2020-07-08New regression tests for character and string conversionsIngo Schwarze
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-26Provide an optimized implementation of ffs(3) in libc onChristian Weisgerber
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer
2020-05-27more tests after getopt_long.c rev. 1.32;Ingo Schwarze
2020-03-23Add a test program for getopt(3) that is adequate for manual testingIngo Schwarze
2020-03-09cstyle in illumos noticed some weird syntax, which this fixes.David Gwynne
2020-02-14no need to declare "extern optarg" and "extern optind"Ingo Schwarze
2020-02-02Add missing new line to printf. Make clean should not require SUDO.Alexander Bluhm
2020-01-30Enable t_ptrace with an errno change compared to NetBSD.Martin Pieuchot
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-01-16Check fpu functions without setjmp/longjmp before testing the latter.Alexander Bluhm
2020-01-13Make clean should not require SUDO.Alexander Bluhm