CVS log for src/tests/lib/libc/stdio/t_intr.sh
Up to [cvs.NetBSD.org] / src / tests / lib / libc / stdio
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 1 11:40:25 2024 UTC (10 months, 2 weeks ago) by gson
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2
lines
Increase the estimate of disk space required for the test, as the old
estimate recently proved too optimistic on the amd64 testbed on b4.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 31 11:36:26 2021 UTC (3 years, 4 months ago) by gson
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -1
lines
Skip the test when there is insufficient disk space. Fixes PR misc/56324.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 9 21:47:47 2021 UTC (3 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
tests/stdio: disable flappy test for EINTR with _IOFBF for now
This case is currently not handled correctly by fwrite/fflush, which
makes the test fail sometimes. The tests for _IONBF and _IOLBF are
pretty stable though.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 5 22:34:07 2021 UTC (3 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
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
expected files.
Even with the smaller buffer size LMAX, the fully buffered test fails.
It does so after printing numbers up to 12773, which together take 65532
bytes. The next number, 12774, would cross the 65536 boundary, but
instead of that number, 12710730 was written.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 5 22:14:49 2021 UTC (3 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
tests/stdio: wrap test command with atf_check
Previously, the test output was:
FAILED: Test case body returned a non-ok exit code, but this is
not allowed
In many cases, the test now succeeds, but in some cases it fails:
h_testnumbers: bad line "1287185
", expected 12774
h_testnumbers: bad line "6186889
", expected 6154889
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 9 15:26:59 2021 UTC (3 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
fixes from RVP
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 8 09:07:46 2021 UTC (3 years, 8 months ago) by christos
Branches: MAIN
Add interrupted I/O tests (from RVP)
CVSweb <webmaster@jp.NetBSD.org>