summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Source: Remove redundant FileIsDirectory checksscivision2023-09-191-4/+2
* | Merge topic 'ctest_submit_follow_redirects'Brad King2023-09-081-0/+3
|\ \ | |/
| * ctest: Restore support for http redirects during Submit stepZack Galbreath2023-09-071-0/+3
| * Merge topic 'cdash_checksum_400' into release-3.27Brad King2023-07-251-9/+12
| |\
* | | cmCTestCoverageHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-93/+18
* | | cmCTestLaunchReporter: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-296-226/+256
* | | cmCTest: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-292-10/+7
* | | cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-41/+43
* | | cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-2910-209/+165
* | | Merge topic 'ctest-generate-resource-spec-file'Kyle Edwards2023-08-146-42/+147
|\ \ \
| * | | CTest: Add ability to dynamically generate resource spec fileKyle Edwards2023-08-105-33/+136
| * | | cmCTestRunTest::StartFailure(): Add total argumentKyle Edwards2023-08-103-9/+11
* | | | cmCryptoHash: prefer to cmSystemTools::ComputeFileHashBen Boeckel2023-08-081-4/+4
|/ / /
* | | IWYU: Update for Debian 12 CI jobBrad King2023-07-2815-8/+9
* | | Merge topic 'ExportTestLabelToJUnit'Brad King2023-07-281-0/+15
|\ \ \
| * | | ctest: export test labels to junit xmlAlex Neundorf2023-07-261-0/+15
* | | | Merge topic 'cdash_checksum_400'Brad King2023-07-251-9/+12
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ctest: Update ctest_submit for CDash behavior changeZack Galbreath2023-07-251-9/+12
* | | CTest: Fix regression in calculating test timeoutKyle Edwards2023-07-241-3/+5
| |/ |/|
* | ctest: Optionally terminate tests with a custom signal on timeoutBrad King2023-06-025-0/+122
* | CTest/cmProcess: Adopt field tracking reason for the process timeoutBrad King2023-05-314-13/+32
* | cmCTestTestHandler: Remove outdated commentBrad King2023-05-311-4/+0
* | cmGlobalGenerator: use a stream for output in `Build`Ben Boeckel2023-05-271-3/+1
* | cmCTestRunTest: Consolidate test timeout selection logicBrad King2023-05-045-59/+71
* | cmCTestRunTest: Adopt decision for starting cmProcess timerBrad King2023-05-043-9/+11
* | cmCTestRunTest: Remove unnecessary arguments to ForkProcessBrad King2023-05-042-19/+10
* | 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-043-33/+17
* | CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-293-6/+6
* | CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-246-22/+26
* | presets: Improve JSON parser and error messagesMartin Duffy2023-03-293-125/+88
* | Source: use C++11 nullptrscivision2023-02-141-1/+1
* | CTest: Remove usages of CMAKE_INTDIRKyle Edwards2023-02-072-14/+0
* | CTest: add test failure reason to JUnit XML outputFrank Winklmeier2023-02-021-1/+1
|/
* ctest: Drop unnecessary use of deprecated CURLOPT_PUTBrad King2023-01-272-4/+0
* CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32Brad King2023-01-191-4/+0
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-8/+8
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-163-12/+13
* Merge topic 'ctest-error-newlines'Brad King2023-01-124-8/+8
|\
| * ctest: Add missing newlines on several error messagesChristian Häggström2023-01-114-8/+8
* | CTest: Use std::string argumentsVitaly Stakhovsky2023-01-032-18/+6
|/
* Make vector operations more efficientRose2022-12-101-0/+1
* ctest_config: pass -S, -B args for log clarityMichael Hirsch2022-11-041-1/+6
* ctest_memcheck: ignore false-positives in CUDA's compute-sanitizerTobias Ribizel2022-10-071-4/+17
* Merge topic 'ctest_ninja_full_output'Brad King2022-09-271-10/+25
|\
| * ctest: only report make-level errors when no others are foundZack Galbreath2022-09-261-10/+25
* | Merge topic 'truncation_invalid'Brad King2022-09-091-1/+5
|\ \ | |/
| * ctest: print error for invalid CTEST_CUSTOM_TEST_OUTPUT_TRUNCATIONFrank Winklmeier2022-09-071-1/+5