summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Do not exit if stoptime is passed.Zach Mullen2010-06-151-4/+11
|/
* Fix intermingling of test environments when tests run in parallel.David Cole2010-03-301-11/+6
* Better detection of stop_time being passed.Zach Mullen2010-03-191-3/+3
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-181-4/+5
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-181-6/+17
* More debugging of StopTime testZach Mullen2010-03-181-0/+2
* Test using std::minZach Mullen2010-03-171-2/+2
* Replace min() call with its literal definitionZach Mullen2010-03-171-1/+2
* Add the --stop-time argumentZach Mullen2010-03-171-2/+52
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-2/+2
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-1/+17