START	sys/kern/pipe	2024-05-25T04:21:44Z

==== 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
/usr/src/regress/sys/kern/pipe/test-run-down.c:57:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
test_run_down_write_big()
                       ^
                        void
/usr/src/regress/sys/kern/pipe/test-run-down.c:73:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
test_run_down_write_small()
                         ^
                          void
2 warnings generated.
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-select.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-select.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-select-hup ====
./pipe select-hup

==== 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 0m03.19s