NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59056 CVS commit: src/tests/lib/libc/sys



The following reply was made to PR kern/59056; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59056 CVS commit: src/tests/lib/libc/sys
Date: Wed, 23 Sep 2026 18:25:12 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Sep 23 18:25:12 UTC 2026
 
 Modified Files:
 	src/tests/lib/libc/sys: t_poll.c
 
 Log Message:
 t_poll: Rename tests pollclosed -> pollclosedpeer.
 
 These test what happens when we're polling a file descriptor for some
 two-ended thing (pipe, fifo, socket, pty) and the _other_ end is
 closed.  This is to prepare for adding a suite of tests for when
 _this_ end is closed, which I'll reuse the name `pollclosed' for.
 
 Prompted by:
 
 PR kern/59056: poll POLLHUP bugs
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libc/sys/t_poll.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index