- Nov 24, 2023
-
-
Gold856 authored
-
Kitware Robot authored
-
- Nov 23, 2023
-
-
Kitware Robot authored
-
- Nov 22, 2023
-
-
086a41c0 cmCTestMultiProcessHandler: Simplify test startup batching e528cd79 cmCTestMultiProcessHandler: Start new tests asynchronously 9d8415c1 cmCTestMultiProcessHandler: Clarify test-load retry timer infrastructure 61e98ca3 cmCTestMultiProcessHandler: Factor out loop startup and teardown 5ff0b4ed cmCTestMultiProcessHandler: Consolidate test readiness checks ad3df3ce cmCTestMultiProcessHandler: Exclude dependent tests earlier 3c4767f4 cmCTestTestHandler: Clarify name of member storing RESOURCE_LOCK property Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8995
-
4597fee4 GNU: Remove duplicate and unnecessary optimization flags for gfortran Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8994
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
486c89dd Help: Fix ctest(1) manual links to www.cdash.org Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8998
-
486c89dd Help: Fix ctest(1) manual links to www.cdash.org Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8998
-
-
77a7edb7 Clang-CXX: copy into the dyndep output on success Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Namniav W <namniav@gmail.com> Merge-request: !8991
-
77a7edb7 Clang-CXX: copy into the dyndep output on success Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Namniav W <namniav@gmail.com> Merge-request: !8991
-
Kitware Robot authored
-
- Nov 21, 2023
-
-
Brad King authored
Merge-request: !8998
-
Brad King authored
Merge-request: !8998
-
Brad King authored
When the link was updated to `https` by commit 52eac457 (Help: Fix link to cdash.org from CTest manual, 2021-04-21, v3.21.0-rc1~262^2~2) the markup was incorrectly adjusted to show the link as part of the "See Also" section. It is meant to be the link destination for links in prose elsewhere in the manual. Fix the markup and move it to a clearer location. Also update the link to resolve a redirect.
-
Brad King authored
Once a test is ready to run, count it against the number of tests to start in the current batch whether or not the test process actually starts successfully. If a test process does fail to start, simply schedule a new startup batch on the next loop iteration.
-
Brad King authored
When a test finishes, defer starting new tests until the next loop iteration. That way, if multiple tests finish in a single loop iteration, we can free all of their resources first, and then start a new batch of tests.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
When `clang-scan-deps` fails to scan (e.g., bad source syntax, junk flags, etc.), the redirection unconditionally updates the file. If this fails, the `.ddi` file timestamp is updated. If the state is then reverted (e.g., the command line returns to the state of the last successful build), the updated file is not useful, but `ninja` does not rerun because: - the command hash matches the last successful run - the output file is newer than its inputs However, since the `.ddi` file has been updated with bogus contents from a failed scan, collation fails as the `rules` array is empty (or incomplete from a batch scan). If `clang-scan-deps` were properly aware of its output file, it could use this to not write the file if any inner scan fails. Requested in https://github.com/llvm/llvm-project/issues/72875. See: https://github.com/llvm/llvm-project/issues/72875 Fixes: #25429
-
Brad King authored
Tests with unfinished dependencies should not be considered at all when looking for tests that fit within the load and concurrency limits.
-
Brad King authored
The property represents project-defined resources.
-
fb7ee822 cmUVHandlePtr: Add uv_idle_ptr::{start,stop} methods 9dd14b29 cmUVHandlePtr: Add uv_timer_ptr::stop method 8908f277 Tests: Add dedicated test case for uv_timer_ptr f906e248 Tests: Factor out callback in uv_idle_ptr test case 89435a56 Tests: Add dedicated test to cover cmUVHandlePtr types Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8993
-
Kitware Robot authored
-
- Nov 20, 2023
-
-
Brad King authored
These were missing w.r.t. the pattern established for other handle wrappers.
-
Brad King authored
This was missing w.r.t. the pattern established for other handle wrappers.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-