diff options
author | Brad King <brad.king@kitware.com> | 2023-06-05 10:33:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-05 10:33:36 (GMT) |
commit | 7838ae4fd844ca2bf7abb3541879098ace18a947 (patch) | |
tree | 07a258c165073bce3cf214877fc68430f4791a00 /Help/manual | |
parent | 8f8a5e56f46ab211694986f4349d0c0f78a6c6c5 (diff) | |
parent | 54c5654f7d530ea363b3fcc02f2176d79342c07b (diff) | |
download | CMake-7838ae4fd844ca2bf7abb3541879098ace18a947.zip CMake-7838ae4fd844ca2bf7abb3541879098ace18a947.tar.gz CMake-7838ae4fd844ca2bf7abb3541879098ace18a947.tar.bz2 |
Merge topic 'ctest-timeout-signal'
54c5654f7d ctest: Optionally terminate tests with a custom signal on timeout
e38c05688e CTest/cmProcess: Adopt field tracking reason for the process timeout
25c1468314 cmCTestTestHandler: Remove outdated comment
41e8507ab7 IWYU: Add mapping for bits/chrono.h to chrono
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8472
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index e17d472..4df0547 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -516,6 +516,8 @@ Properties on Tests /prop_test/SKIP_RETURN_CODE /prop_test/TIMEOUT /prop_test/TIMEOUT_AFTER_MATCH + /prop_test/TIMEOUT_SIGNAL_GRACE_PERIOD + /prop_test/TIMEOUT_SIGNAL_NAME /prop_test/WILL_FAIL /prop_test/WORKING_DIRECTORY |