CVS commit: src/tests/lib/libc/stdlib

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:52:41 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Add range tests with trailing characters. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:52:41 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Add range tests with trailing characters. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2024-01-14 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Jan 14 12:44:09 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: s/rouding/rounding/ in test description. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/tests/lib/libc/stdlib

2024-01-14 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Jan 14 12:44:09 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: s/rouding/rounding/ in test description. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/tests/lib/libc/stdlib

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 12:09:39 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: t_posix_memalign: Simplify. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libc/stdlib

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 12:09:39 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: t_posix_memalign: Simplify. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libc/stdlib

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 11:43:05 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: t_posix_memalign: Fix this to reflect restriction lifted in C17. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/tests/lib/libc/stdlib

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 11:43:05 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: t_posix_memalign: Fix this to reflect restriction lifted in C17. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/tests/lib/libc/stdlib

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:06:36 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: Makefile t_posix_memalign.c Log Message: t_posix_memalign: Expand test cases and properties. - Test cartesian product of a sampling of sizes and a

CVS commit: src/tests/lib/libc/stdlib

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:06:36 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: Makefile t_posix_memalign.c Log Message: t_posix_memalign: Expand test cases and properties. - Test cartesian product of a sampling of sizes and a

CVS commit: src/tests/lib/libc/stdlib

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed May 10 23:44:15 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_getopt.sh Log Message: t_getopt.sh: fix naming of head() of getopt_optval test case To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed May 10 23:44:15 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_getopt.sh Log Message: t_getopt.sh: fix naming of head() of getopt_optval test case To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2023-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 20 15:47:56 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_getopt.sh Log Message: New optval test from des @ FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2023-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 20 15:47:56 UTC 2023 Modified Files: src/tests/lib/libc/stdlib: t_getopt.sh Log Message: New optval test from des @ FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2021-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 11 20:31:34 UTC 2021 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Only try to create up-to NAME_MAX filenames. XXX: this should be moved to stdio/t_mktemp.c where the rest of the tests are and the

CVS commit: src/tests/lib/libc/stdlib

2021-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 11 20:31:34 UTC 2021 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Only try to create up-to NAME_MAX filenames. XXX: this should be moved to stdio/t_mktemp.c where the rest of the tests are and the

CVS commit: src/tests/lib/libc/stdlib

2020-11-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Nov 1 18:19:54 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Make the mkstemps_basic and mkostemps_basic test cases not randomly fail when the replacement string happens to contain the letter "y".

CVS commit: src/tests/lib/libc/stdlib

2020-11-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Nov 1 18:19:54 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Make the mkstemps_basic and mkostemps_basic test cases not randomly fail when the replacement string happens to contain the letter "y".

CVS commit: src/tests/lib/libc/stdlib

2020-06-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jul 1 05:37:25 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Add basic tests for the rest of the mktemp(3) family of functions, including a case for PR lib/55441. To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2020-06-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jul 1 05:37:25 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Add basic tests for the rest of the mktemp(3) family of functions, including a case for PR lib/55441. To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2020-06-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jun 29 20:53:40 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mbtowc.c Log Message: Avoid copyright issues and name the listed author as the copyright holder. In a private email, Miloslav had agreed that if they had

CVS commit: src/tests/lib/libc/stdlib

2020-06-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jun 29 20:53:40 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mbtowc.c Log Message: Avoid copyright issues and name the listed author as the copyright holder. In a private email, Miloslav had agreed that if they had

Re: CVS commit: src/tests/lib/libc/stdlib

2020-06-27 Thread Jukka Ruohonen
On Sat, Jun 27, 2020 at 10:39:08AM +, m...@netbsd.org wrote: > > Add the default TNF copyright (2005), cf. PR misc/55419. > > I don't think we can generally do this. Can you clarify if you discussed > this with the author in commit messages? Well, the committer is christos, and I doubt he

Re: CVS commit: src/tests/lib/libc/stdlib

2020-06-27 Thread maya
On Sat, Jun 27, 2020 at 10:19:43AM +, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Sat Jun 27 10:19:43 UTC 2020 > > Modified Files: > src/tests/lib/libc/stdlib: t_mbtowc.c > > Log Message: > Add the default TNF copyright (2005), cf. PR misc/55419. >

CVS commit: src/tests/lib/libc/stdlib

2020-06-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 27 10:19:43 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mbtowc.c Log Message: Add the default TNF copyright (2005), cf. PR misc/55419. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2020-06-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 27 10:19:43 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mbtowc.c Log Message: Add the default TNF copyright (2005), cf. PR misc/55419. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2018-07-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 29 01:45:25 UTC 2018 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: Don't require size to be a multiple of alignment. This is no longer a requirement as of C18. To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2018-07-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 29 01:45:25 UTC 2018 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: Don't require size to be a multiple of alignment. This is no longer a requirement as of C18. To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2017-07-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 10 21:43:33 UTC 2017 Modified Files: src/tests/lib/libc/stdlib: t_atexit.sh Log Message: Reference correct binary in error messages. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2017-07-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 10 21:43:33 UTC 2017 Modified Files: src/tests/lib/libc/stdlib: t_atexit.sh Log Message: Reference correct binary in error messages. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2017-04-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 28 19:01:01 UTC 2017 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Fix typo in ATF test t_strtoi.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2017-04-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 28 19:01:01 UTC 2017 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Fix typo in ATF test t_strtoi.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:12:03 UTC 2016 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Fix testing of returned entptr, and fix three affected tests. >From kamil@ via PR lib/49632 To generate a diff of this commit:

CVS commit: src/tests/lib/libc/stdlib

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:12:03 UTC 2016 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Fix testing of returned entptr, and fix three affected tests. >From kamil@ via PR lib/49632 To generate a diff of this commit:

CVS commit: src/tests/lib/libc/stdlib

2015-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 22 14:19:25 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Put have fenv elsewhere. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/tests/lib/libc/stdlib/t_strtod.c

CVS commit: src/tests/lib/libc/stdlib

2015-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 22 14:27:14 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Add __TEST_FENV To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libc/stdlib/Makefile Please note that

CVS commit: src/tests/lib/libc/stdlib

2015-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 22 14:27:14 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Add __TEST_FENV To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libc/stdlib/Makefile Please note that

CVS commit: src/tests/lib/libc/stdlib

2015-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 22 14:19:25 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Put have fenv elsewhere. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/tests/lib/libc/stdlib/t_strtod.c

CVS commit: src/tests/lib/libc/stdlib

2015-11-07 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Sat Nov 7 17:35:31 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: Fix code style errors pointed out by christos during the review of the aligned_alloc test that also applies to the

CVS commit: src/tests/lib/libc/stdlib

2015-11-07 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Sat Nov 7 17:35:31 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: Fix code style errors pointed out by christos during the review of the aligned_alloc test that also applies to the

CVS commit: src/tests/lib/libc/stdlib

2015-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 27 08:55:36 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_getenv.c Log Message: Double the timeout for sentev_basic to 600 seconds to make it work on slower machines. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/stdlib

2015-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 27 08:55:36 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_getenv.c Log Message: Double the timeout for sentev_basic to 600 seconds to make it work on slower machines. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/stdlib

2014-12-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Dec 27 18:03:41 UTC 2014 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Move the list of fenv.h supporting architectures to the makefile and sync it with other copies. To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2014-12-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Dec 27 18:03:41 UTC 2014 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Move the list of fenv.h supporting architectures to the makefile and sync it with other copies. To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2014-03-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Mar 1 22:38:13 UTC 2014 Modified Files: src/tests/lib/libc/stdlib: t_abs.c Log Message: Fix sign. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_abs.c Please note that diffs are not

CVS commit: src/tests/lib/libc/stdlib

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 17:25:28 UTC 2014 Modified Files: src/tests/lib/libc/stdlib: t_abs.c Log Message: Don't use integer downcasts, use correctly sized constants for each test. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 17:25:28 UTC 2014 Modified Files: src/tests/lib/libc/stdlib: t_abs.c Log Message: Don't use integer downcasts, use correctly sized constants for each test. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdlib

2012-05-15 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue May 15 18:46:20 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Test a bug found by Geza Herman. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/lib/libc/stdlib/t_strtod.c

CVS commit: src/tests/lib/libc/stdlib

2012-05-15 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue May 15 18:46:20 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Test a bug found by Geza Herman. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/lib/libc/stdlib/t_strtod.c

CVS commit: src/tests/lib/libc/stdlib

2012-04-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 4 10:52:59 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Try fixing t_strtod to not depend on -ffloat-store by adding the necessary volatiles. To generate a diff of this commit:

CVS commit: src/tests/lib/libc/stdlib

2012-04-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 4 10:52:59 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Try fixing t_strtod to not depend on -ffloat-store by adding the necessary volatiles. To generate a diff of this commit:

CVS commit: src/tests/lib/libc/stdlib

2012-03-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 29 08:56:06 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_random.c Log Message: Adjust as per apb@'s suggestion. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_random.c

CVS commit: src/tests/lib/libc/stdlib

2012-03-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 29 08:56:06 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_random.c Log Message: Adjust as per apb@'s suggestion. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_random.c

CVS commit: src/tests/lib/libc/stdlib

2012-03-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Mar 28 10:38:00 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_random.c Log Message: Apparently there is a CVE coming for the bug, so append that to a comment. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/libc/stdlib

2012-03-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 29 05:56:36 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_atoi.c Log Message: There was also atoll(3). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_atoi.c Please note

CVS commit: src/tests/lib/libc/stdlib

2012-03-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Mar 28 10:38:00 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_random.c Log Message: Apparently there is a CVE coming for the bug, so append that to a comment. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/libc/stdlib

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 24 14:02:55 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Restrict -ffloat-store to t_strtod.c. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/lib/libc/stdlib/Makefile

CVS commit: src/tests/lib/libc/stdlib

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 24 14:02:55 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Restrict -ffloat-store to t_strtod.c. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/lib/libc/stdlib/Makefile

CVS commit: src/tests/lib/libc/stdlib

2011-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 15 14:51:06 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_hsearch.c Log Message: add the reentrant function tests (copies of the non-reentrant one). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2011-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 15 14:51:06 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_hsearch.c Log Message: add the reentrant function tests (copies of the non-reentrant one). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2011-07-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jul 15 14:00:41 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Fix wrong linker flag that has always been lurking here. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/tests/lib/libc/stdlib

2011-07-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 7 11:12:18 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_div.c t_hsearch.c t_mi_vector_hash.c t_posix_memalign.c Log Message: Rename some test case names. No functional change. To generate a diff of

CVS commit: src/tests/lib/libc/stdlib

2011-07-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 7 11:12:18 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_div.c t_hsearch.c t_mi_vector_hash.c t_posix_memalign.c Log Message: Rename some test case names. No functional change. To generate a diff of

CVS commit: src/tests/lib/libc/stdlib

2011-06-13 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 14 02:37:31 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: The NaN case for strtold(3) was fixed for x86. Adjust for the expected failures (known failures include again the special case of

CVS commit: src/tests/lib/libc/stdlib

2011-06-13 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 14 02:45:58 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Remove the cases that cause integer overflow on e.g. i386. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdlib

2011-06-13 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 14 02:37:31 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: The NaN case for strtold(3) was fixed for x86. Adjust for the expected failures (known failures include again the special case of

CVS commit: src/tests/lib/libc/stdlib

2011-06-13 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 14 02:45:58 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Remove the cases that cause integer overflow on e.g. i386. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdlib

2011-06-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 7 13:51:52 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Sparc64 does not fail the strtold_nan test, so don't expect failure there To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/tests/lib/libc/stdlib

2011-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 8 05:31:43 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Adjust types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdlib/t_strtol.c Please note that

CVS commit: src/tests/lib/libc/stdlib

2011-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 8 05:31:43 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Adjust types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdlib/t_strtol.c Please note that

CVS commit: src/tests/lib/libc/stdlib

2011-06-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jun 5 07:58:03 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: 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

CVS commit: src/tests/lib/libc/stdlib

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 13:51:46 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Do not blindly cast things (obviously makes the test fail). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 16:33:52 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Granularity is fine, but also adjust atf_tc_expect_fail() properly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/tests/lib/libc/stdlib

2011-06-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jun 5 07:58:03 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: 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

CVS commit: src/tests/lib/libc/stdlib

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 13:51:46 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Do not blindly cast things (obviously makes the test fail). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdlib

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 16:33:52 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Granularity is fine, but also adjust atf_tc_expect_fail() properly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

Re: CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
On Sat, Jun 04, 2011 at 10:49:49PM +, Adam Hamsik wrote: Module Name: src Committed By: haad Date: Sat Jun 4 22:49:49 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Fix problem with overflowing constant definition t_strtol.c:95:

Re: CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Adam Hamsik
On Jun,Sunday 5 2011, at 12:58 AM, Jukka Ruohonen wrote: On Sat, Jun 04, 2011 at 10:49:49PM +, Adam Hamsik wrote: Module Name: src Committed By:haad Date:Sat Jun 4 22:49:49 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message:

Re: CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Matt Thomas
On Jun 4, 2011, at 4:35 PM, Adam Hamsik wrote: On Jun,Sunday 5 2011, at 12:58 AM, Jukka Ruohonen wrote: On Sat, Jun 04, 2011 at 10:49:49PM +, Adam Hamsik wrote: Module Name:src Committed By: haad Date: Sat Jun 4 22:49:49 UTC 2011 Modified Files:

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 09:57:33 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Verify PR lib/45020. Fails at least on amd64. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 10:16:59 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Add more strings to the infinity test. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 11:12:29 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Add -ffloat-store add test lib/45020 also with __isnanl(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sat Jun 4 22:49:49 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Fix problem with overflowing constant definition t_strtol.c:95: warning: overflow in implicit constant conversion To generate a diff

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jun 4 22:55:57 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Only do the long double tests if __HAVE_LONG_DOUBLE is defined To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 5 00:02:05 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: - use c99 to avoid extra ifdefs and tidy up the code - require that undeflow returns 0 and ERANGE To generate a diff of this

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 09:57:33 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Verify PR lib/45020. Fails at least on amd64. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 10:16:59 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Add more strings to the infinity test. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 11:12:29 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Add -ffloat-store add test lib/45020 also with __isnanl(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sat Jun 4 22:49:49 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Fix problem with overflowing constant definition t_strtol.c:95: warning: overflow in implicit constant conversion To generate a diff

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jun 4 22:55:57 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Only do the long double tests if __HAVE_LONG_DOUBLE is defined To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libc/stdlib

2011-06-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 5 00:02:05 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: - use c99 to avoid extra ifdefs and tidy up the code - require that undeflow returns 0 and ERANGE To generate a diff of this

Re: CVS commit: src/tests/lib/libc/stdlib

2011-05-10 Thread Cliff Neighbors
Jukka, #include fenv.h as part of this seems to have caused build.sh to break on arch evbmips64-eb In file included from /home/cliff/netbsd/NetBSD-current/usr/src/tests/lib/libc/s tdlib/t_strtod.c:38: /home/cliff/netbsd/NetBSD-current/build/evbmips64-eb-20110510/dest/usr/include/f

Re: CVS commit: src/tests/lib/libc/stdlib

2011-05-10 Thread Jukka Ruohonen
On Tue, May 10, 2011 at 11:37:16AM -0700, Cliff Neighbors wrote: In file included from /home/cliff/netbsd/NetBSD-current/usr/src/tests/lib/libc/s tdlib/t_strtod.c:38: /home/cliff/netbsd/NetBSD-current/build/evbmips64-eb-20110510/dest/usr/include/f env.h:29:2: error: #error fenv.h is

CVS commit: src/tests/lib/libc/stdlib

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 15:20:19 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: 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.

CVS commit: src/tests/lib/libc/stdlib

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 19:18:19 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: 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

CVS commit: src/tests/lib/libc/stdlib

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 15:20:19 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: 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.

CVS commit: src/tests/lib/libc/stdlib

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 19:18:19 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: 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

CVS commit: src/tests/lib/libc/stdlib

2011-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 12 02:52:20 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: PR lib/33262 should be fixed; remove expected failure. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/lib/libc/stdlib

2011-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 12 02:56:20 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Better to still leave the old PR number as a comment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libc/stdlib

2011-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 12 02:52:20 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: PR lib/33262 should be fixed; remove expected failure. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

  1   2   >