Age | Commit message (Expand) | Author |
2020-10-06 | Use std=gnu99 to be able to build the tests with both base clang and gcc. | Martin Pieuchot |
2020-08-17 | Fix append mode so it always writes to the end and expand regress. | Todd C. Miller |
2020-07-14 | getopt(3) returns an int so don't use a char to store its return value. | Mark Kettenis |
2020-07-09 | New regression tests for integral type conversions | Ingo Schwarze |
2020-07-08 | New regression tests for character and string conversions | Ingo Schwarze |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-26 | Provide an optimized implementation of ffs(3) in libc on | Christian Weisgerber |
2020-05-31 | Fix printing long doubles on architectures with hm and lm bits. | mortimer |
2020-05-27 | more tests after getopt_long.c rev. 1.32; | Ingo Schwarze |
2020-03-23 | Add a test program for getopt(3) that is adequate for manual testing | Ingo Schwarze |
2020-03-09 | cstyle in illumos noticed some weird syntax, which this fixes. | David Gwynne |
2020-02-14 | no need to declare "extern optarg" and "extern optind" | Ingo Schwarze |
2020-02-02 | Add missing new line to printf. Make clean should not require SUDO. | Alexander Bluhm |
2020-01-30 | Enable t_ptrace with an errno change compared to NetBSD. | Martin Pieuchot |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2020-01-16 | Check fpu functions without setjmp/longjmp before testing the latter. | Alexander Bluhm |
2020-01-13 | Make clean should not require SUDO. | Alexander Bluhm |
2020-01-13 | Fix printf compiler warnings in wfp regress. Convert wchar to a | Alexander Bluhm |
2020-01-13 | Link forgotten libc tests to the build. | Alexander Bluhm |
2020-01-13 | Split setjmp-fpu regress into separate tests. Use errx(3) to explain | Alexander Bluhm |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2019-11-22 | Sync tests with current NetBSD. Enable t_mkfifo test. | Alexander Bluhm |
2019-11-19 | Link system call tests to build. | Alexander Bluhm |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2019-06-12 | Set malloc_options in global scope with an initializer. | Alexander Bluhm |
2019-06-11 | Disable junking with malloc options. If set, the test hangs on low | Alexander Bluhm |
2019-06-04 | Move to env var, likelky the possibility to set malloc options from | Otto Moerbeek |
2019-05-23 | Throw malloc_conceal and freezero into the mix. | Otto Moerbeek |
2019-05-13 | The call to fseek(fp, -1, SEEK_END) also sets the reported size to | Alexander Bluhm |
2019-05-02 | Add test fseek(,-1) works properly. | YASUOKA Masahiko |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-12-16 | Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17 | Todd C. Miller |
2018-12-15 | add a -R option to set/unset resolver flags. | Eric Faurot |
2012-07-13 | import regression suite for asr | Eric Faurot |
2018-11-29 | This test does not terminate if malloc conf is preconfigured with | Alexander Bluhm |
2018-11-29 | We're manipulating malloc flags ourselves, start with restting them all. | Otto Moerbeek |
2018-11-28 | This test does not terminate if malloc conf is preconfigured with | Alexander Bluhm |
2018-03-29 | Fix three bugs in setlocale(3): | Ingo Schwarze |
2018-01-28 | typo | Otto Moerbeek |
2018-01-28 | add malloc_threaderr | Otto Moerbeek |
2018-01-28 | Test for correct error when on thread allocates, and another does a double free | Otto Moerbeek |
2017-10-15 | Add a regression test for ldexp(3). | Visa Hankala |
2017-08-16 | test locale priorities and overrides | Ingo Schwarze |
2017-08-16 | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | Ingo Schwarze |
2017-08-16 | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | Ingo Schwarze |
2017-08-15 | refactor in preparation for testing more functions; no functional change | Ingo Schwarze |
2017-08-10 | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | Ingo Schwarze |
2017-07-27 | Sort subdir, run getaddrinfo test, remove vax case. | Alexander Bluhm |
2017-07-27 | Sort expected getaddrinfo output in inet4 inet6 order, then the | Alexander Bluhm |
2017-07-27 | Fix all clang warnings in libc regress and cleanup some make files. | Alexander Bluhm |