summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-9/+10
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Merge topic 'pvs-cleanup'Brad King2019-08-261-2/+1
|\
| * CTest: Simplify some boolean conditionsBrad King2019-08-261-2/+1
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-19/+12
|/
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-3/+22
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* CTest: Clean up stdout and logfile output for Pass/Fail regexStephen Manz2019-07-091-9/+12
* cmCTest: Remove friend declarationsRegina Pfeifer2019-03-181-3/+6
* ctest: refactor some codeGregor Jasny2019-03-051-17/+10
* Merge topic 'cmCTestRunTest-compress'Brad King2019-02-121-73/+11
|\
| * cmCTestRunTest: Remove duplicated compression logicRegina Pfeifer2019-02-101-73/+11