History log of /openbsd/regress/lib/libc/Makefile (Results 1 – 25 of 59)
Revision Date Author Comments
# ef873df0 14-Jul-2024 jca <jca@openbsd.org>

Add elf_aux_info(3)

Designed to let userland peek at AT_HWCAP and AT_HWCAP2 using an already
existing interface coming from FreeBSD. Headers bits were snatched from
there. Input & ok kettenis@

lib

Add elf_aux_info(3)

Designed to let userland peek at AT_HWCAP and AT_HWCAP2 using an already
existing interface coming from FreeBSD. Headers bits were snatched from
there. Input & ok kettenis@

libc bump and sets sync will follow soon

show more ...


# 46865779 31-Aug-2021 jasper <jasper@openbsd.org>

enter uuid/


# d187ad69 24-Jul-2021 visa <visa@openbsd.org>

Add basic regression tests for strchr() and strrchr().


# 08b16776 26-Jun-2020 naddy <naddy@openbsd.org>

Provide an optimized implementation of ffs(3) in libc on
aarch64/powerpc/powerpc64, making use of the count leading
zeros instruction. Also add a brief regression test.
ok deraadt@ kettenis@


# 81bcd9b2 23-Mar-2020 schwarze <schwarze@openbsd.org>

Add a test program for getopt(3) that is adequate for manual testing
and a compact test suite for getopt(3) intended automated regression
testing, both written from scratch.
The suite is intended to

Add a test program for getopt(3) that is adequate for manual testing
and a compact test suite for getopt(3) intended automated regression
testing, both written from scratch.
The suite is intended to provide full coverage, except that it doesn't
test manual changes of optind and optreset and except that it so far
avoids the situation where we have a known bug.

show more ...


# bf12c6f6 13-Jan-2020 bluhm <bluhm@openbsd.org>

Link forgotten libc tests to the build.


# 32911225 19-Nov-2019 bluhm <bluhm@openbsd.org>

Link system call tests to build.


# b2d3e8fe 16-Dec-2018 millert <millert@openbsd.org>

Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17


# ec379652 15-Oct-2017 visa <visa@openbsd.org>

Add a regression test for ldexp(3).


# 78acf4f9 27-Jul-2017 bluhm <bluhm@openbsd.org>

Sort subdir, run getaddrinfo test, remove vax case.


# b1d5c1f9 17-May-2017 millert <millert@openbsd.org>

Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"


# 2ff755bd 29-May-2016 beck <beck@openbsd.org>

We don't have sigreturn anymore


# ed784baa 23-Oct-2015 claudio <claudio@openbsd.org>

Add ifnameindex to te libc regress tests


# 6f05df2d 02-Dec-2014 millert <millert@openbsd.org>

Add simple strlcpy regress


# 88e214c8 02-Dec-2014 millert <millert@openbsd.org>

Add simple strlcat regress


# 329c6c51 02-Dec-2014 millert <millert@openbsd.org>

Add strnlen to SUBDIRS so we actually run its tests.


# b7302f58 03-Jul-2014 miod <miod@openbsd.org>

Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.


# 3f15e290 18-Jun-2014 matthew <matthew@openbsd.org>

Add regress tests to make sure arc4random(3) is reinitialized
correctly in fork children.


# dbb5ab15 13-Jun-2014 matthew <matthew@openbsd.org>

Add regress tests for timingsafe_bcmp and timingsafe_memcmp.

timingsafe_memcmp tests are disabled for now, pending its addition to
libc.


# a790b3e2 12-Jun-2014 matthew <matthew@openbsd.org>

Add regress test for explicit_bzero.


# 0447c325 07-Jun-2014 tobiasu <tobiasu@openbsd.org>

Add basic regression test for modf() issue.

encouraged by deraadt and miod


# d794f73f 29-Dec-2013 martynas <martynas@openbsd.org>

Add a regression test to verify that the FPU control word state is
preserved by setjmp. Currently under REGRESS_FULL as this fails
on certain archs.


# 4a08560f 01-Aug-2013 kettenis <kettenis@openbsd.org>

Some tests are currently failing. Only run those if the REGRESS_FULL
variable is set.


# 1c9543d9 02-May-2013 mpi <mpi@openbsd.org>

Hook up fmemopen and open_memstream tests.


# b41c19e1 18-Nov-2012 jsing <jsing@openbsd.org>

Add a regress test for strtol, which currently fails.

ok otto@


123