summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestTimeout/Basic-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Fix reported duration on timeout when grindchild keeps pipes openBrad King2020-03-261-1/+1
| | | | | | | | | | Since commit d1976cd1f2 (CTest: Fix timeout when grandchild keeps pipes open, 2020-01-13, v3.17.0-rc1~169^2) we no longer hang, but the test duration we report after the timeout is the amount of time the immediate child ran before exiting. Fix the logic to instead report the actual amount of time we spent monitoring the test before the timeout. Fixes: #20509
* Tests: Add RunCMake.CTestTimeout testBrad King2020-01-141-0/+6
This test will consolidate CTest timeout-related tests.