summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2021-04-02Two cases of BRE involving counts and backrefs that go wrong andotto1-1/+16
2021-03-27Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.bcook1-7/+24
2021-02-12A few more flag combo's to testotto1-2/+14
2020-12-31Remove unused categories in re_guts; they are written to but never read.millert1-39/+2
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingmillert1-1/+4
2020-12-17Remove echo headlines.bluhm2-5/+2
2020-12-06Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.bluhm2-3/+10
2020-11-11Run the atf cleanup block after each test. This makes more testsbluhm1-9/+11
2020-11-10Declare prototype of __syscall locally. Fixes t_syscall test.bluhm2-3/+7
2020-11-09Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm20-283/+212
2020-10-21On machines with a userland timecounter we bypass the gettimeofday(2)kettenis1-2/+16
2020-10-19Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2-2/+6
2020-10-18XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis1-1/+6
2020-10-06Use std=gnu99 to be able to build the tests with both base clang and gcc.mpi1-1/+3
2020-08-17Fix append mode so it always writes to the end and expand regress.millert1-26/+77
2020-07-14getopt(3) returns an int so don't use a char to store its return value.kettenis2-4/+4
2020-07-09New regression tests for integral type conversionsschwarze2-2/+378
2020-07-08New regression tests for character and string conversionsschwarze2-2/+445
2020-07-06Add support for timeconting in userland.pirofti4-0/+140
2020-06-26Provide an optimized implementation of ffs(3) in libc onnaddy3-2/+26
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer1-1/+9
2020-05-27more tests after getopt_long.c rev. 1.32;schwarze1-10/+43
2020-03-23Add a test program for getopt(3) that is adequate for manual testingschwarze4-2/+174
2020-03-09cstyle in illumos noticed some weird syntax, which this fixes.dlg1-4/+4
2020-02-14no need to declare "extern optarg" and "extern optind"schwarze3-9/+3
2020-02-02Add missing new line to printf. Make clean should not require SUDO.bluhm2-7/+5
2020-01-30Enable t_ptrace with an errno change compared to NetBSD.mpi4-19/+31
2020-01-16Check fpu functions without setjmp/longjmp before testing the latter.bluhm2-10/+62
2020-01-16Check fpu functions without setjmp/longjmp before testing the latter.bluhm1-3/+9
2020-01-13Make clean should not require SUDO.bluhm1-3/+1
2020-01-13Fix printf compiler warnings in wfp regress. Convert wchar to abluhm1-9/+18
2020-01-13Link forgotten libc tests to the build.bluhm2-6/+10
2020-01-13Split setjmp-fpu regress into separate tests. Use errx(3) to explainbluhm6-32/+69
2019-11-22Sync tests with current NetBSD. Enable t_mkfifo test.bluhm6-27/+44
2019-11-19Link system call tests to build.bluhm1-1/+2
2019-11-19Import NetBSD system call regression tests. They were written withbluhm49-0/+10692
2019-06-12Set malloc_options in global scope with an initializer.bluhm2-10/+8
2019-06-11Disable junking with malloc options. If set, the test hangs on lowbluhm1-2/+5
2019-06-04Move to env var, likelky the possibility to set malloc options fromotto2-19/+8
2019-05-23Throw malloc_conceal and freezero into the mix.otto1-3/+8
2019-05-13The call to fseek(fp, -1, SEEK_END) also sets the reported size tobluhm1-10/+10
2019-05-02Add test fseek(,-1) works properly.yasuoka1-3/+8
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert9-16/+16
2018-12-16Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17millert3-2/+160
2018-12-15add a -R option to set/unset resolver flags.eric9-20/+101
2018-11-29This test does not terminate if malloc conf is preconfigured withbluhm1-2/+6
2018-11-29We're manipulating malloc flags ourselves, start with restting them all.otto1-1/+5
2018-11-28This test does not terminate if malloc conf is preconfigured withbluhm1-4/+8
2018-03-29Fix three bugs in setlocale(3):schwarze1-2/+2
2018-01-28typootto1-2/+2