summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* ctest: Display test labels in failure summaryWim Colgate2024-07-171-3/+13
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-3/+3
* Merge topic 'ctest-j-default'Brad King2024-03-111-6/+17
|\
| * ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-101-3/+15
| * cmCTestMultiProcessHandler: Modernize member initializationBrad King2024-03-101-3/+2
* | Merge topic 'ctest-tests-from-file'Brad King2024-03-111-23/+22
|\ \
| * | ctest: Remove unnecessary and ambiguous tests-from-file comment syntaxBrad King2024-03-081-5/+2
| * | ctest: Honor tests-from-file options with empty inputBrad King2024-03-081-18/+20
* | | Merge topic 'gtest-json-test-def-source'Brad King2024-03-081-0/+2
|\ \ \
| * | | ctest: Show custom test properties in --show-only=json-v1Daniel Sim2024-03-061-0/+2
* | | | Merge topic 'ctest-tests-from-file'Brad King2024-03-081-8/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ctest: Exit with failure when tests-from-file input is missingBrad King2024-03-061-8/+12
| |/
* | Remove unused variableChristoph GrĂ¼ninger2024-02-141-1/+0
* | CTest: Throw error if resource spec is invalidKyle Edwards2024-02-081-1/+3
|/
* ctest: add command line option to exclude tests listed in a given fileAlex Neundorf2024-01-251-3/+24
* ctest: add command line option to run the tests listed in a given fileAlex Neundorf2024-01-251-0/+41
* cmCTestTestHandler: Clarify name of member storing RESOURCE_LOCK propertyBrad King2023-11-211-1/+1
* cmCTestMultiProcessHandler: Clarify resource availability error member namesBrad King2023-11-171-1/+1
* cmCTestMultiProcessHandler: Clarify representation of pending testsBrad King2023-11-171-1/+1
* cmCTestMultiProcessHandler: Avoid extra copy of test mapsBrad King2023-11-171-1/+1
* Source: Remove redundant FileIsDirectory checksscivision2023-09-191-4/+2
* CTest: Add ability to dynamically generate resource spec fileKyle Edwards2023-08-101-17/+7
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-0/+1
* ctest: export test labels to junit xmlAlex Neundorf2023-07-261-0/+15
* ctest: Optionally terminate tests with a custom signal on timeoutBrad King2023-06-021-0/+61
* cmCTestRunTest: Consolidate test timeout selection logicBrad King2023-05-041-6/+0
* ctest: Fix TIMEOUT test property with value 0 with --timeout flagBrad King2023-05-041-1/+1
* cmCTestTestHandler: Use in-class initialization of properties and resultsBrad King2023-05-041-11/+0
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-3/+2
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-11/+12
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-3/+3
* CTest: add test failure reason to JUnit XML outputFrank Winklmeier2023-02-021-1/+1
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-9/+10
* ctest: print error for invalid CTEST_CUSTOM_TEST_OUTPUT_TRUNCATIONFrank Winklmeier2022-09-071-1/+5
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+2
* Source: Fix clang -Wunused-but-set-variable warningsBrad King2022-04-061-5/+2
* ctest: add option for output truncationFrank Winklmeier2022-03-081-13/+44
* cmCTestTestHandler: refactor CleanTestOutput methodFrank Winklmeier2022-03-081-16/+23
* Merge topic 'ctest-add_subdirectory'Brad King2021-12-091-55/+38
|\
| * CTest: Extract common implementation of add_subdirectory and subdirsfriendlyanon2021-12-081-55/+38
* | cmListFileBacktrace: Remove unused "bottom" entryBrad King2021-12-081-1/+1
|/
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-2/+2
* Source: Fix Clang -Wdeprecated warningsSean McBride2021-10-151-0/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-131-12/+12
* ctest_memcheck: generate `DynamicAnalysis-Test.xml` as wellBen Boeckel2021-09-091-0/+15
* Merge topic 'ctest-environment-modifications'Brad King2021-07-131-0/+2
|\
| * CTest: add an ENVIRONMENT_MODIFICATION propertyBen Boeckel2021-07-091-0/+2
* | cmState: Construct with modeBrad King2021-07-121-1/+1
|/