CVS log for src/tests/kernel/t_fdrestart.c
Up to [cvs.NetBSD.org] / src / tests / kernel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 18 19:46:55 2023 UTC (12 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -5
lines
t_fdrestart: Mark some tests no longer xfail.
Backing out ad's changes last month seemed to fix the symptoms
(although I'm pretty sure this logic is still broken, more to come).
PR kern/57659
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 15 15:18:17 2023 UTC (13 months, 4 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +62 -24
lines
t_fdrestart: Rework this to be a little more robust.
For the write test, need to make sure the pipe's buffer is full first
before the write that blocks, so that it doesn't return partial
progress rather than ERESTART if woken.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 15 14:30:51 2023 UTC (13 months, 4 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
t_fdrestart: Verify rump_sys_write failed second time around.
PR kern/57659
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 15 13:22:52 2023 UTC (13 months, 4 weeks ago) by riastradh
Branches: MAIN
t_fdrestart: New test of closing fd with another thread in I/O on it.
Adapted from regress/sys/kern/dislodgefd.
PR kern/57659
CVSweb <webmaster@jp.NetBSD.org>