History log of /openbsd-src/regress/sys/kern/signal/sigprof/sigprof.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 5c7cf206 06-Jul-2021 bluhm <bluhm@openbsd.org>

This regress checks that 400 singals are evenly distributed over 4
threads. It works well on idle 4 CPU machines, but with load or
fewer cores the distribution of the threads' signal handlers is
wor

This regress checks that 400 singals are evenly distributed over 4
threads. It works well on idle 4 CPU machines, but with load or
fewer cores the distribution of the threads' signal handlers is
worse. Reduce the limit of signals that each thread must receive
from 75 to 50. This should prevent random test fails.
from Christian Ludwig

show more ...


# 6bcfccda 16-Sep-2020 mpi <mpi@openbsd.org>

Put all signal tests under a single directory.

This allows to run them all with a single command.

Discussed with bluhm@