Up to [cvs.NetBSD.org] / src / tests / lib / libc / stdlib
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 26 07:24:38 2012 UTC (7 months, 3 weeks ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.30: +2 -7
lines
Diff to previous 1.30 (colored)
Remove expected failures that no longer fail (probably due a Qemu update).
Revision 1.30 / (download) - annotate - [select for diffs], Tue May 15 18:46:20 2012 UTC (12 months, 1 week ago) by alnsn
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Branch point for: tls-maxphys
Changes since 1.29: +26 -2
lines
Diff to previous 1.29 (colored)
Test a bug found by Geza Herman.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 4 10:52:59 2012 UTC (13 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.28: +12 -12
lines
Diff to previous 1.28 (colored)
Try fixing t_strtod to not depend on -ffloat-store by adding the necessary volatiles.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 18 07:00:51 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.27: +6 -25
lines
Diff to previous 1.27 (colored)
Move the references to PRs from code comments to the test description. Once ATF has the ability to output the metadata in the HTML reports, it should be easy to traverse between releng and gnats -reports via links.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 30 14:50:20 2011 UTC (19 months, 3 weeks ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.26: +8 -3
lines
Diff to previous 1.26 (colored)
Add expected failures for Qemu.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 29 17:39:54 2011 UTC (20 months, 3 weeks ago) by jruoho
Branch: MAIN
Changes since 1.25: +2 -8
lines
Diff to previous 1.25 (colored)
Remove some cruft that is no longer needed.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 29 12:50:50 2011 UTC (20 months, 3 weeks ago) by jruoho
Branch: MAIN
Changes since 1.24: +2 -6
lines
Diff to previous 1.24 (colored)
Remove Xfails that are related to the infamous qemu/amd64 floating point bugs. It appears to be quite difficult to identify the exact Qemu version and setup. These do not fail on the TNF's qemu/amd64 setup, which can be taken as a reference point for expected failures.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 8 05:10:05 2011 UTC (22 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.23: +4 -13
lines
Diff to previous 1.23 (colored)
Remove the amd64-part from the Qemu checks. The following tests fail also on i386/qemu: 'strtold_inf', 'strtold_nan', and 'infinity_long_double'. It seems that more than anything else, these are dependent on the used Qemu version.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Jul 7 11:04:30 2011 UTC (22 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.22: +24 -5
lines
Diff to previous 1.22 (colored)
Improve the QEMU/amd64 detection.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Jul 4 22:33:29 2011 UTC (22 months, 2 weeks ago) by mrg
Branch: MAIN
Changes since 1.21: +10 -4
lines
Diff to previous 1.21 (colored)
XXX: ugly hack to make these valid for vax fp.
XXX: could consolidate some of this into a common header, but i'll
leave that clean up for another time.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 14 02:37:31 2011 UTC (23 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.20: +9 -5
lines
Diff to previous 1.20 (colored)
The NaN case for strtold(3) was fixed for x86. Adjust for the expected failures (known failures include again the special case of qemu/amd64).
Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 7 13:51:52 2011 UTC (23 months, 2 weeks ago) by martin
Branch: MAIN
Changes since 1.19: +4 -2
lines
Diff to previous 1.19 (colored)
Sparc64 does not fail the strtold_nan test, so don't expect failure there
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 5 16:33:51 2011 UTC (23 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.18: +2 -12
lines
Diff to previous 1.18 (colored)
Granularity is fine, but also adjust atf_tc_expect_fail() properly.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Jun 5 07:58:03 2011 UTC (23 months, 2 weeks ago) by jmmv
Branch: MAIN
Changes since 1.17: +112 -21
lines
Diff to previous 1.17 (colored)
Do not blindly skip test code. Tests are not supposed to skip whole parts of code to later report a success. Instead, they need to report a 'skipped' result so that it is clear to the user that some part of the tests were not run. To do this, add proper calls to atf_tc_skip where some pieces of code are skipped. Also, make the strtod/strtof/strtold inf and nan tests more granular so that the *ld versions can be skipped altogether when there is no support for them. As a result of this, the atf_tc_expect_fail becomes accurate; it could have hidden bugs in strtod and strtof before.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 5 00:02:05 2011 UTC (23 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.16: +19 -44
lines
Diff to previous 1.16 (colored)
- use c99 to avoid extra ifdefs and tidy up the code - require that undeflow returns 0 and ERANGE
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 4 22:55:57 2011 UTC (23 months, 2 weeks ago) by matt
Branch: MAIN
Changes since 1.15: +11 -3
lines
Diff to previous 1.15 (colored)
Only do the long double tests if __HAVE_LONG_DOUBLE is defined
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jun 4 11:12:28 2011 UTC (23 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (colored)
Add -ffloat-store add test lib/45020 also with __isnanl().
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 4 10:16:59 2011 UTC (23 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.13: +17 -8
lines
Diff to previous 1.13 (colored)
Add more strings to the "infinity test".
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 4 09:57:33 2011 UTC (23 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.12: +37 -3
lines
Diff to previous 1.12 (colored)
Verify PR lib/45020. Fails at least on amd64.
Revision 1.12 / (download) - annotate - [select for diffs], Tue May 31 20:17:36 2011 UTC (23 months, 3 weeks ago) by jruoho
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.11: +13 -4
lines
Diff to previous 1.11 (colored)
Mark the following tests as expected failures on qemu/amd64: 'strtod_inf', 'strtod_round', and 'infinity_long_double'. None of these fail on any known native host. Use the tracker PR misc/44767 as the reference point.
Revision 1.11 / (download) - annotate - [select for diffs], Fri May 20 21:42:49 2011 UTC (2 years ago) by nakayama
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Add fenv support for sparc. Mostly copied from sparc64 and share with it.
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 16 07:59:18 2011 UTC (2 years ago) by he
Branch: MAIN
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
The support of <fenv.h> is actually for __sparc64__, not for __sparc__ (which is also defined on sparc64). This fixes a build problem for plain sparc.
Revision 1.9 / (download) - annotate - [select for diffs], Tue May 10 19:18:19 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.8: +7 -4
lines
Diff to previous 1.8 (colored)
Use the same conditional check from <fenv.h> to fix an immediate build error pointed out by cliff@. (This does not however sound like a sane thing to mandate from a C99 header.)
Revision 1.8 / (download) - annotate - [select for diffs], Tue May 10 15:20:19 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.7: +36 -2
lines
Diff to previous 1.7 (colored)
Verify that strtod(3) honors the current rounding mode set by fesetround(3). Passes on amd64. Prompted by a bug in the GNU C library.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 12 02:56:20 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.6: +5 -2
lines
Diff to previous 1.6 (colored)
Better to still leave the old PR number as a comment.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 12 02:52:20 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.5: +2 -11
lines
Diff to previous 1.5 (colored)
PR lib/33262 should be fixed; remove expected failure.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 10 10:23:45 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.4: +13 -8
lines
Diff to previous 1.4 (colored)
Currently known failures affect only amd64; adjust atf_tc_expect_fail().
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 8 06:37:51 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.3: +9 -2
lines
Diff to previous 1.3 (colored)
Fix build failure on VAX.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 6 07:25:34 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.2: +27 -2
lines
Diff to previous 1.2 (colored)
Verify the existence of PR lib/33262.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 5 08:24:28 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.1: +31 -2
lines
Diff to previous 1.1 (colored)
Try to maintain the structure of libc and move 't_strtox' to 't_strtod'.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 5 06:15:30 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Add simple test cases for ttyname(3), strtod(3), and getgrent(3).