summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCTestMultiProcessHandler: Simplify test startup batchingBrad King2023-11-211-4/+1
* cmCTestMultiProcessHandler: Clarify resource availability error member namesBrad King2023-11-171-1/+1
* cmCTestMultiProcessHandler: Use cm::uv_loop_ptr abstractionBrad King2023-11-171-1/+2
* cmCTestRunTest: Consolidate initialization in constructorBrad King2023-11-171-3/+6
* Merge topic 'ctest-timeout-flag'Brad King2023-10-021-5/+6
|\
| * ctest: Restore support for --timeout values higher than default test timeoutBrad King2023-09-291-5/+6
* | CTest: Add ability to dynamically generate resource spec fileKyle Edwards2023-08-101-0/+22
* | cmCTestRunTest::StartFailure(): Add total argumentKyle Edwards2023-08-101-5/+6
|/
* CTest: Fix regression in calculating test timeoutKyle Edwards2023-07-241-3/+5
* ctest: Optionally terminate tests with a custom signal on timeoutBrad King2023-06-021-0/+18
* CTest/cmProcess: Adopt field tracking reason for the process timeoutBrad King2023-05-311-6/+12
* cmCTestRunTest: Consolidate test timeout selection logicBrad King2023-05-041-47/+64
* cmCTestRunTest: Adopt decision for starting cmProcess timerBrad King2023-05-041-1/+5
* cmCTestRunTest: Remove unnecessary arguments to ForkProcessBrad King2023-05-041-15/+9
* cmCTestTestHandler: Use in-class initialization of properties and resultsBrad King2023-05-041-5/+0
* cmCTestRunTest: Implement the ENVIRONMENT test property with EnvDiff tooAlex Reinking2022-08-151-8/+7
* cmSystemTools: Add EnvDiff class to hold ENVIRONMENT_MODIFICATION logicAlex Reinking2022-08-151-121/+6
* cmCTestRunTest: Simplify by using GetSystemPathlistSeparatorAlex Reinking2022-08-151-5/+1
* cmCTestRunTest: Remove unnecessary CMAKE_BOOTSTRAP guardAlex Reinking2022-08-151-2/+0
* Merge topic 'ctest-WORKING_DIRECTORY'Brad King2022-03-101-0/+8
|\
| * ctest: print WORKING_DIRECTORY property with -VKevin Puetz2022-03-091-0/+8
* | ctest: add option for output truncationFrank Winklmeier2022-03-081-1/+2
|/
* Merge topic 'envmod-test-modifying-existing'Brad King2021-11-011-1/+17
|\
| * cmCTestRunTest: get the default value from the environmentBen Boeckel2021-10-291-1/+17
* | Merge topic 'purge-sprintf'Brad King2021-10-271-4/+6
|\ \ | |/ |/|
| * Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-4/+6
* | cmCTestRunTest: fix modifying non-existent envvarsBen Boeckel2021-10-261-6/+2
|/
* CTest: add an ENVIRONMENT_MODIFICATION propertyBen Boeckel2021-07-091-3/+142
* ctest: support <CTestMeasurement> for runtime measurementsZack Galbreath2021-07-011-8/+12
* ctest: allow test output to add labelsZack Galbreath2021-06-171-0/+17
* ctest: allow test output to override the 'details' fieldZack Galbreath2021-06-091-0/+16
* Merge topic 'ctest-progress-output-fixes'Brad King2021-01-071-3/+4
|\
| * ctest: Don't treat skipped test as failed tests in progess reportSylvain Joubert2021-01-051-3/+4
* | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-5/+5
|/
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-4/+4
* Merge branch 'backport-ctest-repeat-notrun' into ctest-repeat-notrunBrad King2020-05-271-0/+5
|\
| * CTest: Make sure NOT_RUN tests show up in the failed test logRobert Maynard2020-05-271-0/+5
* | CTest: Log environment variables as a test measurementKyle Edwards2020-05-191-2/+32
* | IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* | cmCTestRunTest: modernize memory managementMarc Chevrier2020-03-111-18/+43
|/
* CTest: Improve error reporting with bad working directory for testsKyle Edwards2020-02-241-1/+1
* Refactor: Require detail when calling cmCTestRunTest::StartFailure()Kyle Edwards2020-02-241-4/+6
* CTest: Rename internal APIs for --repeat optionsBrad King2019-11-071-7/+7
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-8/+8
|\
| * CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-5/+5
| * CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-3/+3
* | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-5/+8
* | ctest: Add --repeat-until-pass optionBrad King2019-10-291-4/+10
* | cmCTestRunTest: Use inline member initializersBrad King2019-10-291-3/+0
|/
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+43