summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Run the atf cleanup block after each test. This makes more testsbluhm2020-11-111-9/+11
* Declare prototype of __syscall locally. Fixes t_syscall test.bluhm2020-11-102-3/+7
* Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm2020-11-0920-283/+212
* On machines with a userland timecounter we bypass the gettimeofday(2)kettenis2020-10-211-2/+16
* Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2020-10-192-2/+6
* XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis2020-10-181-1/+6
* Use std=gnu99 to be able to build the tests with both base clang and gcc.mpi2020-10-061-1/+3
* Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1millert2020-08-171-26/+77
* getopt(3) returns an int so don't use a char to store its return value.kettenis2020-07-142-4/+4
* New regression tests for integral type conversionsschwarze2020-07-092-2/+378
* New regression tests for character and string conversionsschwarze2020-07-082-2/+445
* Add support for timeconting in userland.pirofti2020-07-064-0/+140
* Provide an optimized implementation of ffs(3) in libc onnaddy2020-06-263-2/+26
* Fix printing long doubles on architectures with hm and lm bits.mortimer2020-05-311-1/+9
* more tests after getopt_long.c rev. 1.32;schwarze2020-05-271-10/+43
* Add a test program for getopt(3) that is adequate for manual testingschwarze2020-03-234-2/+174
* cstyle in illumos noticed some weird syntax, which this fixes.dlg2020-03-091-4/+4
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-143-9/+3
* Add missing new line to printf. Make clean should not require SUDO.bluhm2020-02-022-7/+5
* Enable t_ptrace with an errno change compared to NetBSD.mpi2020-01-304-19/+31
* Check fpu functions without setjmp/longjmp before testing the latter.bluhm2020-01-163-13/+71
* Make clean should not require SUDO.bluhm2020-01-131-3/+1
* Fix printf compiler warnings in wfp regress. Convert wchar to abluhm2020-01-131-9/+18
* Link forgotten libc tests to the build.bluhm2020-01-132-6/+10
* Split setjmp-fpu regress into separate tests. Use errx(3) to explainbluhm2020-01-136-32/+69
* Sync tests with current NetBSD. Enable t_mkfifo test.bluhm2019-11-226-27/+44