summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* codespell: Fix typosBrad King2024-10-252-2/+2
* CTest: Avoid infinite recursion with -SP optionDaniel Pfeifer2024-10-021-10/+11
* ctest: Require minimum TLS 1.2 by defaultBrad King2024-09-261-0/+4
* ctest: Verify TLS server certificate by defaultBrad King2024-09-241-0/+7
* cmCTestCurl: Clarify names and logic using optional<bool>Brad King2024-09-242-4/+4
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-272-4/+4
* Merge topic 'curl-http2'Brad King2024-08-152-2/+2
|\
| * curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codesBrad King2024-08-132-2/+2
* | CTest: remove cmCTestLogWrite helperDaniel Pfeifer2024-08-012-8/+10
* | Merge topic 'ctest-failure-summary-labels'Brad King2024-07-191-3/+13
|\ \ | |/ |/|
| * ctest: Display test labels in failure summaryWim Colgate2024-07-171-3/+13
| * Merge topic 'ctest-jobserver-fifo-hang'Brad King2024-06-061-0/+4
| |\
* | | macOS: Work around bug in system curl 8.{3,4,5} LibreSSL backendBrad King2024-07-172-0/+2
* | | Merge topic 'ctest-jobserver-fifo-hang' into release-3.30Brad King2024-06-061-0/+4
|\ \ \ | |/ / |/| / | |/
| * ctest: Set close-on-exec for jobserver FIFOJoan Bruguera Micó2024-06-051-0/+4
* | 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