Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Disable parallel test execution while running ctest_test | Stephen Kelly | 2015-10-27 | 1 | -0/+1 |
| | |||||
* | Tests: Don't overwrite RunCMake_TEST_FAILED variable | Stephen Kelly | 2015-10-27 | 1 | -5/+5 |
| | |||||
* | CTest: Document and test custom output size settings | Brad King | 2015-09-18 | 3 | -0/+33 |
| | | | | | | | | | Add documentation and tests for the existing CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE CTest variables. | ||||
* | CTest: Optionally add a ChangeId attribute on XML Site tags | Zack Galbreath | 2015-07-17 | 3 | -0/+23 |
| | | | | | | | Add variable CTEST_CHANGE_ID to configure the setting. This allows CTest clients to give CDash information about what change is being tested so that CDash can take actions to report the results (e.g. to a pull request page). | ||||
* | ctest: Optionally avoid starting tests that may exceed a given CPU load | Betsy McPhail | 2015-06-30 | 16 | -0/+88 |
| | | | | | | | | | | | | | | Add a TestLoad setting to CTest that can be set via a new --test-load command-line option, CTEST_TEST_LOAD variable, or TEST_LOAD option to the ctest_test command. Teach cmCTestMultiProcessHandler to measure the CPU load and avoid starting tests that may take more than the spare load currently available. The expression <current_load> + <test_processors> <= <max-load> must be true to start a new test. Co-Author: Zack Galbreath <zack.galbreath@kitware.com> | ||||
* | ctest_test: Add QUIET option | Zack Galbreath | 2015-02-23 | 5 | -0/+33 |