mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
CTest normally terminates test processes on timeout using `SIGKILL`.
Offer tests a chance to exit gracefully, on platforms supporting POSIX
signals, by setting `TIMEOUT_SIGNAL_{NAME,GRACE_PERIOD}` properties.
Fixes: #17288
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
Start 1: test1
|
|
TIMEOUT_SIGNAL_NAME "NOTASIG" not supported on this platform\.
|
|
TIMEOUT_SIGNAL_GRACE_PERIOD "0" is not greater than "0" seconds\.
|
|
TIMEOUT_SIGNAL_GRACE_PERIOD "1000" is not less than the maximum of "60" seconds\.
|
|
1/1 Test #1: test1 ............................\*\*\*Not Run +[0-9.]+ sec
|