index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
stdlib
Age
Commit message (
Expand
)
Author
2017-07-10
Reference correct binary in error messages.
joerg
2017-07-06
Fix ISO C compliance: strtol of "0xX" should give the largest valid
joerg
2017-04-28
Fix typo in ATF test t_strtoi.c
kamil
2016-06-01
Fix testing of returned entptr, and fix three affected tests.
pgoyette
2015-12-22
Add __TEST_FENV
christos
2015-12-22
Put have fenv elsewhere.
christos
2015-12-22
Sync list of fenv enabled architectures again (PR 48633), this time for mips
martin
2015-12-21
While PR 48633 is not properly fixed, keep the additional lists of
martin
2015-11-07
Fix code style errors pointed out by christos during the review of the
nros
2015-11-07
Add the C11 function aligned_alloc to libc.
nros
2015-05-01
- new test for strtoi
christos
2015-02-27
Double the timeout for sentev_basic to 600 seconds to make it work on
martin
2014-12-27
Move the list of <fenv.h> supporting architectures to the makefile and
martin
2014-11-04
PR misc/49356 remove unnecessary references to atf-c/config.h
justin
2014-07-20
amend the new destroy function to take function pointers.
christos
2014-03-01
Fix sign.
joerg
2014-02-27
Don't use integer downcasts, use correctly sized constants for each test.
joerg
2012-09-26
Remove expected failures that no longer fail (probably due a Qemu update).
jruoho
2012-05-15
Test a bug found by Geza Herman.
alnsn
2012-04-04
Try fixing t_strtod to not depend on -ffloat-store by adding the
joerg
2012-03-29
Adjust as per apb@'s suggestion.
jruoho
2012-03-29
Few fundamental consistency checks for the abs(3) family.
jruoho
2012-03-29
There was also atoll(3).
jruoho
2012-03-29
Few naive consistency checks for the atoi(3) family.
jruoho
2012-03-28
Apparently there is a CVE coming for the bug, so append that to a comment.
jruoho
2012-03-28
Add a small test that checks that random(3) does not always return zero when
jruoho
2012-03-18
Move the references to PRs from code comments to the test description. Once
jruoho
2012-03-15
Add __printflike attribution to use vprintf and friends with an argument
joerg
2012-02-24
Restrict -ffloat-store to t_strtod.c.
joerg
2011-09-30
Add expected failures for Qemu.
jruoho
2011-09-15
add the reentrant function tests (copies of the non-reentrant one).
christos
2011-09-11
See that system(3) works.
jruoho
2011-08-29
Remove some cruft that is no longer needed.
jruoho
2011-08-29
Remove Xfails that are related to the infamous qemu/amd64 floating point
jruoho
2011-07-15
Fix wrong linker flag that has always been lurking here.
jruoho
2011-07-15
Split out the -lpthread tests to a separate file.
jruoho
2011-07-08
Remove the amd64-part from the Qemu checks. The following tests fail also on
jruoho
2011-07-07
Merge 't_environment' and 't_environment_pth'.
jruoho
2011-07-07
Rename some test case names. No functional change.
jruoho
2011-07-07
Improve the QEMU/amd64 detection.
jruoho
2011-07-04
XXX: ugly hack to make these valid for vax fp.
mrg
2011-06-14
Remove the cases that cause integer overflow on e.g. i386.
jruoho
2011-06-14
The NaN case for strtold(3) was fixed for x86. Adjust for the expected
jruoho
2011-06-08
Adjust types.
jruoho
2011-06-07
Sparc64 does not fail the strtold_nan test, so don't expect failure there
martin
2011-06-05
Granularity is fine, but also adjust atf_tc_expect_fail() properly.
jruoho
2011-06-05
Do not blindly cast things (obviously makes the test fail).
jruoho
2011-06-05
Do not blindly skip test code.
jmmv
2011-06-05
- use c99 to avoid extra ifdefs and tidy up the code
christos
2011-06-04
Only do the long double tests if __HAVE_LONG_DOUBLE is defined
matt
[next]