START sys/kern/pipe 2021-04-07T20:28:38Z ==== run-close-race ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/kern/pipe/pipe.c cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/kern/pipe/test-close.c cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/kern/pipe/test-kqueue.c cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/kern/pipe/test-ping-pong.c cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/kern/pipe/test-run-down.c cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/kern/pipe/test-thundering-herd.c cc -o pipe pipe.o test-close.o test-kqueue.o test-ping-pong.o test-run-down.o test-thundering-herd.o -lpthread ./pipe close-race ==== run-kqueue-read ==== ./pipe kqueue-read ==== run-kqueue-read-eof ==== ./pipe kqueue-read-eof ==== run-kqueue-write ==== ./pipe kqueue-write ==== run-kqueue-write-eof ==== ./pipe kqueue-write-eof ==== run-ping-pong ==== ./pipe ping-pong ==== run-run-down-write-big ==== ./pipe run-down-write-big ==== run-run-down-write-small ==== ./pipe run-down-write-small ==== run-thundering-herd-read-signal ==== ./pipe thundering-herd-read-signal ==== run-thundering-herd-read-wakeup ==== ./pipe thundering-herd-read-wakeup ==== run-thundering-herd-write-signal ==== ./pipe thundering-herd-write-signal ==== run-thundering-herd-write-wakeup ==== ./pipe thundering-herd-write-wakeup PASS sys/kern/pipe Duration 0m06.43s