Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Fix timeout when grandchild keeps pipes open | Brad King | 2020-01-14 | 1 | -0/+7 |
| | | | | | | | | | | | When a test's process creates its own child and exits, the grandchild may keep pipes open. Fix CTest logic to correctly timeout if the grandchild does not exit and close the pipes before the timeout expires. This was broken by commit b5e21d7d2e (CTest: Re-implement test process handling using libuv, 2017-12-10, v3.11.0-rc1~117^2) which added an unnecessary condition to the timeout handling. Fixes: #20116 | ||||
* | Tests: Add RunCMake.CTestTimeout test | Brad King | 2020-01-14 | 1 | -0/+17 |
This test will consolidate CTest timeout-related tests. |