summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for relative paths to executables in MemCheck tests. Also fixed a bu...Zach Mullen2010-02-041-1/+3
* Fix size type conversion warning in RunTest.Zach Mullen2009-12-211-1/+1
* Fix segfault on Borland compiler resulting from divide by 0.Zach Mullen2009-12-181-16/+12
* Fix output compression error messageZach Mullen2009-12-171-2/+1
* CTest output submitted to the dashboard is now compressed by default.Zach Mullen2009-12-171-2/+76
* Restore the "***Not Run" message to ctest command line output for tests which...Zach Mullen2009-12-101-0/+5
* Unfortunately, I noticed the comment on bug 8668 too late. This changes my l...Zach Mullen2009-12-101-58/+35
* [0008668: CTest Dev: Missing executables shown as failed tests when using MPI...Zach Mullen2009-12-101-15/+60
* Hanle the case where a test can not be run because it is a bad executable.Bill Hoffman2009-12-021-11/+11
* Align test output for timeout condition.Zach Mullen2009-11-301-1/+1
* Fix ctest output alignment for cases where total tests run is not the same wi...Zach Mullen2009-10-151-1/+1
* Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.David Cole2009-10-131-2/+2
* Match width of ctest "Start xx: " line to line up with the end test lineZach Mullen2009-10-051-2/+4
* BUG: CTest should honor test timeouts.Zach Mullen2009-09-291-0/+2
* BUG: 0009612: --output-on-failure option doesn't work with the new parallel C...Zach Mullen2009-09-291-0/+10