Up to [cvs.NetBSD.org] / src / tests / lib / libc / stdio
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 11 16:21:42 2012 UTC (13 months, 1 week ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 18 08:13:57 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.6: +24 -2
lines
Diff to previous 1.6 (colored)
Verify that PR lib/22019 is no longer an issue.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 18 07:00:51 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Thu Mar 15 01:44:44 2012 UTC (14 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Fix format strings to properly quote %.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 26 23:14:26 2012 UTC (14 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.3: +41 -2
lines
Diff to previous 1.3 (colored)
add a test to verify that snprintf float does not leak.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 17 20:17:38 2012 UTC (15 months ago) by christos
Branch: MAIN
Changes since 1.2: +53 -1
lines
Diff to previous 1.2 (colored)
add positional argument tests
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 13 11:17:03 2011 UTC (22 months, 1 week ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base
Branch point for: yamt-pagecache,
netbsd-6
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
Rename few test case names. No functional change.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 8 06:38:04 2011 UTC (22 months, 2 weeks ago) by jruoho
Branch: MAIN
Split out 't_printf' and 't_scanf' from 't_format' to gain the common "functional scope" for the test files.