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
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
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 commi
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 commi
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, a
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, a
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
https://mail-index.netbsd.o
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
https://mail-index.netbsd.o
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 src/tests/l
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 src/tests/l
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 m
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 m
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 gene
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 gene
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.
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.
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 src/
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 src/
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 src/tests/lib/libc/stdio/t_p
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 src/tests/lib/libc/stdio/t_p
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 s
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 s
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 -u
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 -u
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
mak
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
mak
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 and
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 and
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 c
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 c
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
st
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
st
In article <20130423125839.ga1...@britannica.bec.de>,
Joerg Sonnenberger 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:
>> src/tests/lib/
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:
>
> 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, do
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'
36 matches
Mail list logo