Up to [cvs.NetBSD.org] / src / tests / lib / libc / stdlib
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.23 / (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-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.22: +1 -2
lines
Diff to previous 1.22 (colored)
Try fixing t_strtod to not depend on -ffloat-store by adding the necessary volatiles.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 29 06:16:56 2012 UTC (13 months, 3 weeks ago) by jruoho
Branch: MAIN
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Few fundamental consistency checks for the abs(3) family.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 29 05:42:31 2012 UTC (13 months, 3 weeks ago) by jruoho
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Few naive consistency checks for the atoi(3) family.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 28 10:33:57 2012 UTC (13 months, 3 weeks ago) by jruoho
Branch: MAIN
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
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.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 24 14:02:55 2012 UTC (14 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
Restrict -ffloat-store to t_strtod.c.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Sep 11 10:32:23 2011 UTC (20 months, 1 week 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.17: +2 -1
lines
Diff to previous 1.17 (colored)
See that system(3) works.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jul 15 14:00:41 2011 UTC (22 months ago) by jruoho
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Fix wrong linker flag that has always been lurking here.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 15 13:54:31 2011 UTC (22 months ago) by jruoho
Branch: MAIN
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
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.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 7 15:50:23 2011 UTC (22 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.14: +3 -4
lines
Diff to previous 1.14 (colored)
Merge 't_environment' and 't_environment_pth'.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 4 14:56:58 2011 UTC (23 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Add some tests for strtol(3).
Revision 1.13 / (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.12: +3 -1
lines
Diff to previous 1.12 (colored)
Add -ffloat-store add test lib/45020 also with __isnanl().
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 9 07:31:51 2011 UTC (2 years ago) by jruoho
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Few basic tests for exit(3).
Revision 1.11 / (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.10: +2 -2
lines
Diff to previous 1.10 (colored)
Try to maintain the structure of libc and move 't_strtox' to 't_strtod'.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 5 06:15:30 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Add simple test cases for ttyname(3), strtod(3), and getgrent(3).
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 13 14:32:35 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
CVS Tags: bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Moving t_hsearch - belongs in stdlib/
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 12 19:44:08 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Put the atexit test where it belongs - in libc/stdlib/
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 1 23:56:49 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.6: +14 -2
lines
Diff to previous 1.6 (colored)
Convert a few more tests from regress to atf
Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 23 15:27:44 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Migrate a couple more tests to aft
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 3 13:11:50 2010 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add testcase for PR/44189: strtod(3) wrong results with "-0x".
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 16 14:03:47 2010 UTC (2 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Split threaded environment test for the other environment tests as suggested by Nicolas Joly in private e-mail. Linking a binary with "libpthread" effects the beaviour of "libc" and we really want to test both cases.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 14 19:19:24 2010 UTC (2 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Add a new regression test "t_threaded" which tests using getenv_r(3), putenv(3), setenv(3) and unsetenv(3) concurrently.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 23 17:38:08 2010 UTC (2 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
unit test for environment. Grr, someone should make fixing the sets easier otherwise people are not going to want to write unit-tests.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 20 17:03:38 2009 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: matt-premerge-20091211
Add a fast, platform independent hash function to libc. The algorithm used is the Jenkins hash. The name (mi_vector_hash) reflects the nature of the hash function. Add glue for libc ATF tests and include a test case to make sure that (mis)alignment and endianess are handled correctly. Bump libc minor to 169.