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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:39:53 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix sign error in ld128 case. Also link back to where the test case came from. To generate a diff

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:39:53 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix sign error in ld128 case. Also link back to where the test case came from. To generate a diff

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:33:23 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix typo in ld128 case. printf %La does not write the `L' suffix. To generate a diff of this

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:33:23 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix typo in ld128 case. printf %La does not write the `L' suffix. To generate a diff of this

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 22:38:29 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix another rounding error. Noted by kre. This doesn't break a passing test or fix a failed test,

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 22:38:29 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix another rounding error. Noted by kre. This doesn't break a passing test or fix a failed test,

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:23:15 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add another %La test. This one was adapted from the screw case shown in

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:23:15 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add another %La test. This one was adapted from the screw case shown in

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:19:37 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %a test the same way. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:19:37 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %a test the same way. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:04:33 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %La test. 0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in binary128 (and possibly

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:04:33 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %La test. 0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in binary128 (and possibly

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 18:19:57 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add a couple simple %La tests. PR lib/56937: printf(3) long double %a formatting is broken To

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 18:19:57 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add a couple simple %La tests. PR lib/56937: printf(3) long double %a formatting is broken To

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

2024-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 1 11:40:25 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Increase the estimate of disk space required for the test, as the old estimate recently proved too optimistic on the amd64 testbed on b4.

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

2024-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 1 11:40:25 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Increase the estimate of disk space required for the test, as the old estimate recently proved too optimistic on the amd64 testbed on b4.

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

2023-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 4 19:39:38 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2023-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 4 19:39:38 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:30:11 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Add a test for PR/57250 from Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:30:11 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Add a test for PR/57250 from Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2021-10-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 31 11:36:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Skip the test when there is insufficient disk space. Fixes PR misc/56324. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2021-10-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 31 11:36:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Skip the test when there is insufficient disk space. Fixes PR misc/56324. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2021-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 11 18:18:29 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_fmemopen.c t_open_memstream.c t_scanf.c Log Message: tests/stdio: normalize whitespace To generate a diff of this commit: cvs rdiff

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

2021-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 11 18:18:29 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_fmemopen.c t_open_memstream.c t_scanf.c Log Message: tests/stdio: normalize whitespace To generate a diff of this commit: cvs rdiff

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

2021-09-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 9 21:47:47 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: disable flappy test for EINTR with _IOFBF for now This case is currently not handled correctly by fwrite/fflush, which

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

2021-09-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 9 21:47:47 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: disable flappy test for EINTR with _IOFBF for now This case is currently not handled correctly by fwrite/fflush, which

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:34:07 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: use standard ATF tools for verifying the test output In case of a test failure, this outputs a diff between the actual

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:34:07 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: use standard ATF tools for verifying the test output In case of a test failure, this outputs a diff between the actual

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:14:49 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: wrap test command with atf_check Previously, the test output was: FAILED: Test case body returned a non-ok exit

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:14:49 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: wrap test command with atf_check Previously, the test output was: FAILED: Test case body returned a non-ok exit

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 21:57:57 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_testnumbers.c Log Message: tests/stdio: on test failure, print more details On amd64, the test stdio_intr_iofbf fails: stdout: numbers.in...iw.ir.ir. OK

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 21:57:57 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_testnumbers.c Log Message: tests/stdio: on test failure, print more details On amd64, the test stdio_intr_iofbf fails: stdout: numbers.in...iw.ir.ir. OK

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

2013-04-23 Thread Joerg Sonnenberger
On Mon, Apr 22, 2013 at 05:05:12PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Mon Apr 22 21:05:12 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_mktemp.c Log Message: new mktemp

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

2013-04-23 Thread Christos Zoulas
In article 20130423125839.ga1...@britannica.bec.de, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Mon, Apr 22, 2013 at 05:05:12PM -0400, Christos Zoulas wrote: Module Name: src Committed By:christos Date:Mon Apr 22 21:05:12 UTC 2013 Modified Files:

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

2010-11-30 Thread Antti Kantee
On Mon Nov 22 2010 at 08:47:58 +, matthew green wrote: Module Name: src Committed By: mrg Date: Mon Nov 22 08:47:58 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: vax doesn't have ieee fp, so, don't try to test ieee fp on vax. Don't we

re: CVS commit: src/tests/lib/libc/stdio

2010-11-30 Thread matthew green
On Mon Nov 22 2010 at 08:47:58 +, matthew green wrote: Module Name:src Committed By: mrg Date: Mon Nov 22 08:47:58 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: vax doesn't have ieee fp, so, don't try to test