aboutsummaryrefslogtreecommitdiff
path: root/tests/test-integration-watchdog-signal.el
Commit message (Collapse)AuthorAgeFilesLines
* test: exercise the watchdog against a real signal-immune childCraig Jennings2026-07-091-0/+151
The watchdog suite stubs the whole process layer, so nothing anywhere verified the signal semantics the watchdog rests on. These :slow tests spawn a shell that traps SIGINT and let the kernel deliver the real signals. The first one pins the premise: the child survives interrupt-process and dies to chime--kill-async-process.