Home | History | Annotate | Download | only in sys
History log of /src/tests/lib/libc/sys/t_ptrace_sigchld.c
RevisionDateAuthorComments
 1.7  02-May-2025  riastradh t_ptrace_*: Turn debug output back off.

Even with the output reduction I recently implemented, this seems to
be filling up the releng testbed disk with excess output. Not
completely obviated by the recent diagnostic improvements -- e.g.,
the traceme_signalmasked_crash_fpe test still uses DPRINTF for some
output that isn't available any other way. But let's get the tests
running to completion again before improving that.

PR misc/59381: t_ptrace_wait* and t_ptrace_sigchld tests are flaky
 1.6  02-May-2025  riastradh tests/lib/libc/sys/t_ptrace*: Nix trailing whitespace.

No functional change intended.

Preparation for:

PR misc/59381: t_ptrace_wait* and t_ptrace_sigchld tests are flaky
 1.5  01-May-2025  riastradh t_ptrace_*.c: Make debug output a little less verbose.

Maybe it will stop overflowing the releng testbed file systems this
way.
 1.4  29-Apr-2025  riastradh t_ptrace_wait, t_ptrace_sigchld: Enable debug output.

Otherwise failures lead only to nearly useless output like:

FAILED: /work/src/tests/lib/libc/sys/t_ptrace_signal_wait.h:852: info.psi_siginfo.si_signo != sig

What _was_ si_signo, you ask? Sorry, you have to guess or run the
test yourself!
 1.3  05-May-2020  kamil branches: 1.3.12;
Skip traceme_raise* tests rather than failing upfront

This avoid reporting the tests as unexpected failure.
 1.2  06-Mar-2020  kamil branches: 1.2.2;
Remove duplicated lines
 1.1  06-Mar-2020  kamil Add new ptrace(2) test file

t_ptrace_sigchld - for SIGCHLD handler + ptrace(2).

Right now a single test is enabled (raise(SIGKILL)) and marked as failed
as it never finishes as the child is never collected before exiting the
parent uninterested about its child (SA_NOCLDWAIT).
 1.2.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.2.2.1  06-Mar-2020  martin file t_ptrace_sigchld.c was added on branch phil-wifi on 2020-04-08 14:09:09 +0000
 1.3.12.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed