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
/
t_strtod.c
Age
Commit message (
Expand
)
Author
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-18
Move the references to PRs from code comments to the test description. Once
jruoho
2011-09-30
Add expected failures for Qemu.
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-08
Remove the amd64-part from the Qemu checks. The following tests fail also on
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
The NaN case for strtold(3) was fixed for x86. Adjust for the expected
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 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
2011-06-04
Add -ffloat-store add test lib/45020 also with __isnanl().
jruoho
2011-06-04
Add more strings to the "infinity test".
jruoho
2011-06-04
Verify PR lib/45020. Fails at least on amd64.
jruoho
2011-05-31
Mark the following tests as expected failures on qemu/amd64: 'strtod_inf',
jruoho
2011-05-20
Add fenv support for sparc. Mostly copied from sparc64 and share with it.
nakayama
2011-05-16
The support of <fenv.h> is actually for __sparc64__, not for __sparc__
he
2011-05-10
Use the same conditional check from <fenv.h> to fix an immediate build error
jruoho
2011-05-10
Verify that strtod(3) honors the current rounding mode set by fesetround(3).
jruoho
2011-04-12
Better to still leave the old PR number as a comment.
jruoho
2011-04-12
PR lib/33262 should be fixed; remove expected failure.
jruoho
2011-04-10
Currently known failures affect only amd64; adjust atf_tc_expect_fail().
jruoho
2011-04-08
Fix build failure on VAX.
jruoho
2011-04-06
Verify the existence of PR lib/33262.
jruoho
2011-04-05
Try to maintain the structure of libc and move 't_strtox' to 't_strtod'.
jruoho
2011-04-05
Add simple test cases for ttyname(3), strtod(3), and getgrent(3).
jruoho