History log of /openbsd-src/regress/sys/kern/select/select_close.c (Results 1 – 3 of 3)
Revision Date Author Comments
# a30dfb6f 24-Dec-2021 visa <visa@openbsd.org>

Replace wait channel polling with simple sleep for portability.


# 7ad332b8 27-Nov-2021 visa <visa@openbsd.org>

Fix timeouts in poll/select regress tests

Disable poll/select timeout so that the wchan wait would work as
intended. The timeout is not essential to the test flow. In addition,
the top-level alarm t

Fix timeouts in poll/select regress tests

Disable poll/select timeout so that the wchan wait would work as
intended. The timeout is not essential to the test flow. In addition,
the top-level alarm timer prevents the tests from getting stuck should
something go wrong.

show more ...


# 79d51bdc 21-Nov-2021 visa <visa@openbsd.org>

Add tests for concurrent closing of a poll/select monitored fd.