START	sys/kern/poll	2024-07-25T11:44:56Z

==== run-regress-poll_close ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/poll/poll_close.c
cc   -o poll_close poll_close.o -lpthread -lutil
./poll_close

==== run-regress-poll_regevent ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/poll/poll_regevent.c
cc   -o poll_regevent poll_regevent.o -lpthread -lutil
./poll_regevent

==== run-regress-pollnval ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/poll/pollnval.c
cc   -o pollnval pollnval.o -lpthread -lutil
./pollnval

==== run-regress-pollretval ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/poll/pollretval.c
cc   -o pollretval pollretval.o -lpthread -lutil
./pollretval

==== run-regress-poll_iocond-fifo ====
cc -O2 -pipe  -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/kern/poll/poll_iocond.c
cc   -o poll_iocond poll_iocond.o -lpthread -lutil
#./poll_iocond fifo
Disabled for now, some of the tests are unreliable.
DISABLED

==== run-regress-poll_iocond-pipe ====
#./poll_iocond pipe
Disabled for now, some of the tests are unreliable.
DISABLED

==== run-regress-poll_iocond-pty ====
#./poll_iocond pty
Disabled for now, some of the tests are unreliable.
DISABLED

==== run-regress-poll_iocond-socket-tcp ====
#./poll_iocond socket-tcp
Disabled for now, some of the tests are unreliable.
DISABLED

==== run-regress-poll_iocond-socket-udp ====
#./poll_iocond socket-udp
Disabled for now, some of the tests are unreliable.
DISABLED

==== run-regress-poll_iocond-socket-unix ====
#./poll_iocond socket-unix
Disabled for now, some of the tests are unreliable.
DISABLED

PASS	sys/kern/poll	Duration 0m03.27s