History log of /netbsd-src/tests/lib/libc/stdlib/Makefile (Results 1 – 25 of 34)
Revision Date Author Comments
# 50dbd23a 04-Jul-2023 riastradh <riastradh@NetBSD.org>

t_posix_memalign: Expand test cases and properties.

- Test cartesian product of a sampling of sizes and a sampling of
alignments.

- Verify all the edge cases I could find in posix_memalign and

t_posix_memalign: Expand test cases and properties.

- Test cartesian product of a sampling of sizes and a sampling of
alignments.

- Verify all the edge cases I could find in posix_memalign and
aligned_alloc, including failure modes.

- Test an unreasonably large (but aligned) allocation size.

- Use ATF_CHECK_* instead of ATF_REQUIRE_* so all failures will be
reported, not just the first one.

- While here, build with -fno-builtin-aligned_alloc and with
-fno-builtin-posix_memalign to make sure the compiler doesn't try
any shenanigans.

XXX pullup-10

show more ...


# 55abcd08 01-Jul-2020 jruoho <jruoho@NetBSD.org>

Add basic checks for a64l(3), l64a(3), and l64a_r(3).


# 2ba250a1 30-Jun-2020 jruoho <jruoho@NetBSD.org>

After a comedy of errors, move t_mbtowc to its final resting place.


# db34f12f 29-Jun-2020 jruoho <jruoho@NetBSD.org>

Use -Wl,--no-fatal-warnings for the mktemp(3) test.


# 21c7d294 27-Jun-2020 jruoho <jruoho@NetBSD.org>

Start moving the remaining tests from src/regress to src/tests.


# f60c53b4 27-Jun-2020 jruoho <jruoho@NetBSD.org>

Move the test for mktemp(3) to the right place.


# 7303bfa7 22-Dec-2015 christos <christos@NetBSD.org>

Add __TEST_FENV


# 5e889310 22-Dec-2015 martin <martin@NetBSD.org>

Sync list of fenv enabled architectures again (PR 48633), this time for mips
addition.


# b66d9858 21-Dec-2015 martin <martin@NetBSD.org>

While PR 48633 is not properly fixed, keep the additional lists of
fenv-enabled architectures in sync.


# 35d355f3 01-May-2015 christos <christos@NetBSD.org>

- new test for strtoi
- namespace protection for strto{i,u}
- separate manpages for strto{i,u} from the ones for strto{u,}l
From: Kamil Rytarowski


# ea1bc3e2 27-Dec-2014 martin <martin@NetBSD.org>

Move the list of <fenv.h> supporting architectures to the makefile and
sync it with other copies.


# be8014a7 04-Apr-2012 joerg <joerg@NetBSD.org>

Try fixing t_strtod to not depend on -ffloat-store by adding the
necessary volatiles.


# 06f1efeb 29-Mar-2012 jruoho <jruoho@NetBSD.org>

Few fundamental consistency checks for the abs(3) family.


# 0d64217d 29-Mar-2012 jruoho <jruoho@NetBSD.org>

Few naive consistency checks for the atoi(3) family.


# 53263fa5 28-Mar-2012 jruoho <jruoho@NetBSD.org>

Add a small test that checks that random(3) does not always return zero when
the RNG is initialized with zero. Prompoted by the recent nasty bug in the
OpenBSD libc.


# 3069ef67 24-Feb-2012 joerg <joerg@NetBSD.org>

Restrict -ffloat-store to t_strtod.c.


# f972aad2 11-Sep-2011 jruoho <jruoho@NetBSD.org>

See that system(3) works.


# 45053050 15-Jul-2011 jruoho <jruoho@NetBSD.org>

Fix wrong linker flag that has always been lurking here.


# dacd6ba8 15-Jul-2011 jruoho <jruoho@NetBSD.org>

Split out the -lpthread tests to a separate file.

XXX: The only thing gained from this is seeing whether -lpthread breaks
the getenv(3) family. Yet, a strict hypothesis about this would require

Split out the -lpthread tests to a separate file.

XXX: The only thing gained from this is seeing whether -lpthread breaks
the getenv(3) family. Yet, a strict hypothesis about this would require
that the two test files are identical, which they are not.

show more ...


# 9b5c5259 07-Jul-2011 jruoho <jruoho@NetBSD.org>

Merge 't_environment' and 't_environment_pth'.


# 2f29e266 04-Jun-2011 jruoho <jruoho@NetBSD.org>

Add some tests for strtol(3).


# 22f449ee 04-Jun-2011 jruoho <jruoho@NetBSD.org>

Add -ffloat-store add test lib/45020 also with __isnanl().


# 6cd711ae 09-May-2011 jruoho <jruoho@NetBSD.org>

Few basic tests for exit(3).


# 1cd1da49 05-Apr-2011 jruoho <jruoho@NetBSD.org>

Try to maintain the structure of libc and move 't_strtox' to 't_strtod'.


# e1481082 05-Apr-2011 jruoho <jruoho@NetBSD.org>

Add simple test cases for ttyname(3), strtod(3), and getgrent(3).


12