summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-6/+6
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-0/+20
* CTest: Improve 'Completion Status' reported to CDash for 'Not Run' testsBetsy McPhail2017-03-271-4/+7
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-12/+7
* CTest: Properly reset output to avoid duplication with --repeat-until-failSylvain Joubert2017-01-121-0/+2
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-3/+2
* Do not query CDash for versionZack Galbreath2016-11-081-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-2/+21
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+11
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-3/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-2/+3
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-358/+277
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Only apply the secondary test timeout onceZack Galbreath2016-03-231-0/+2
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+22
* CTest: Capture test stdout/stderr through one pipe (#15600)Brad King2015-06-031-2/+1
* CTest: Generate NamedMeasurement elements directly into xml fileDaniel Pfeifer2015-05-261-3/+1
* Merge topic 'ctest-repeat-until-fail'Brad King2015-03-231-7/+66
|\
| * ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-7/+66
* | CTest: Output test-specific env vars in verbose mode (#15446)Zach Mullen2015-03-171-0/+15
|/
* ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-6/+8
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* cmCTest: Use size_t for cmsysBase64_Encode return valueBrad King2014-12-261-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-14/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-14/+14
* allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-141-1/+7
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-4/+4
* Merge topic 'MemChecker-improvements'Brad King2013-05-161-6/+12
|\
| * CTest: use an output file for Valgrind (#14110)Rolf Eike Beer2013-05-091-6/+12
* | CTest: break after first regex match on outputRolf Eike Beer2013-05-111-0/+2
|/
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-26/+26
* CTest: Simplify environment save/restoreBrad King2012-04-241-1/+1
* CTest: Fix memory leaks on errorThomas Jarosch2011-09-021-0/+2
* CTest: Report tests not run due to unknown configurationBrad King2011-06-101-0/+24
* We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-6/+9
* Dynamic analysis test output should not be compressed.Zach Mullen2011-04-291-2/+3
* Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-031-3/+8
* When processing DartMeasurements use the tests working directory.Bill Hoffman2010-10-191-0/+10
* CTest: Avoid use of old EscapeSpaces methodBrad King2010-08-181-7/+9
* Eliminate -Wconversion warnings.David Cole2010-06-271-5/+7
* Merge branch 'fix_ctest_failure_code'Brad King2010-06-241-1/+1
|\
| * Fix for bug #10859, ctest exit exception incorrectly reported.Bill Hoffman2010-06-221-1/+1