summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ctest-invalid-arg'Brad King2024-04-055-47/+39
|\
| * ctest: Show error on invalid ctest argumentsJake D'Esposito2024-04-045-47/+39
* | Merge topic 'ctest-resource-lock'Brad King2024-04-022-4/+12
|\ \
| * | ctest: Restore enforcement of RESOURCE_LOCK test propertyBrad King2024-04-012-4/+12
| * | Merge topic 'ctest-j-default' into release-3.29Brad King2024-03-115-50/+109
| |\ \
* | | | ctest: Fall back to CMake environment variable for TLS server verificationBrad King2024-03-301-0/+9
| |_|/ |/| |
* | | Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-172-5/+5
* | | ctest: Fall back to CMake options for TLS versionBrad King2024-03-121-2/+22
* | | ctest: Fall back to CMake options for TLS server verificationBrad King2024-03-121-2/+13
* | | ctest: Add explicit options for TLS versionBrad King2024-03-124-0/+20
* | | ctest: Add explicit options for TLS server verificationBrad King2024-03-124-13/+28
* | | cmCTestCurl: Factor out helper struct for curl optionsBrad King2024-03-123-26/+17
* | | cmCTestCurl: Use inline member initializationBrad King2024-03-122-13/+7
* | | Merge topic 'ctest-j-default'Brad King2024-03-115-50/+109
|\ \ \ | | |/ | |/|
| * | ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-105-17/+87
| * | cmCTestMultiProcessHandler: Modernize member initializationBrad King2024-03-103-34/+23
* | | Merge topic 'ctest-tests-from-file'Brad King2024-03-112-27/+26
|\ \ \ | | |/ | |/|
| * | 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-082-22/+24
* | | Merge topic 'gtest-json-test-def-source'Brad King2024-03-083-0/+8
|\ \ \
| * | | ctest: Show custom test properties in --show-only=json-v1Daniel Sim2024-03-063-0/+8
* | | | Merge topic 'ctest-tests-from-file'Brad King2024-03-082-10/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ctest: Exit with failure when tests-from-file input is missingBrad King2024-03-062-10/+14
| |/
* | ctest: include "Time" element in Upload.xmlZack Galbreath2024-02-271-0/+2
* | Reduce scope of variableChristoph GrĂ¼ninger2024-02-141-5/+2
* | Remove unused variableChristoph GrĂ¼ninger2024-02-142-2/+0
* | CTest: Throw error if resource spec is invalidKyle Edwards2024-02-083-4/+7
|/
* Merge topic 'ctest-tests-from-file'Brad King2024-01-264-0/+80
|\
| * ctest_test: add options INCLUDE_FROM_FILE and EXCLUDE_FROM_FILEAlex Neundorf2024-01-252-0/+12
| * ctest: add command line option to exclude tests listed in a given fileAlex Neundorf2024-01-252-4/+28
| * ctest: add command line option to run the tests listed in a given fileAlex Neundorf2024-01-252-0/+44
* | Merge topic 'cmuvprocesschain'Brad King2024-01-252-11/+4
|\ \ | |/ |/|
| * cmUVProcessChain: Simplify SetExternalStream usageBrad King2024-01-242-11/+4
* | Source: Avoid out-of-range inputs to std::isspace()Brad King2024-01-171-5/+4
* | ctest: allow HTTP headers via command lineMatthew Woehlke2024-01-082-1/+26
* | ctest: Add support for running under a make job server on POSIX systemsBrad King2023-12-032-0/+43
* | cmUVJobServerClient: Add libuv-based job server integration clientBrad King2023-12-032-0/+614
* | cmCTestMultiProcessHandler: Inline removal of pending test as it startsBrad King2023-11-222-11/+7
* | cmCTestMultiProcessHandler: Clarify role of StartTestProcessBrad King2023-11-221-4/+4
* | cmCTestMultiProcessHandler: Manage concurrency slots with other resourcesBrad King2023-11-221-2/+4
* | cmCTestMultiProcessHandler: Manage affinity assignments with other resourcesBrad King2023-11-221-21/+23
* | cmCTestMultiProcessHandler: Simplify test startup batchingBrad King2023-11-214-20/+14
* | cmCTestMultiProcessHandler: Start new tests asynchronouslyBrad King2023-11-212-2/+17
* | cmCTestMultiProcessHandler: Clarify test-load retry timer infrastructureBrad King2023-11-212-32/+23
* | cmCTestMultiProcessHandler: Factor out loop startup and teardownBrad King2023-11-212-2/+15
* | cmCTestMultiProcessHandler: Consolidate test readiness checksBrad King2023-11-211-11/+13
* | cmCTestMultiProcessHandler: Exclude dependent tests earlierBrad King2023-11-211-8/+6
* | cmCTestTestHandler: Clarify name of member storing RESOURCE_LOCK propertyBrad King2023-11-214-12/+12
* | Merge topic 'ctest-cleanup'Brad King2023-11-205-144/+148
|\ \
| * | cmCTestMultiProcessHandler: Simplify logic on unavailable resourcesBrad King2023-11-171-4/+7