CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2021/11/27 08:06:10
Modified files: regress/sys/kern/poll: poll_close.c regress/sys/kern/select: select_close.c Log message: 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.