summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Output a message in ctest when each test is startedZach Mullen2009-09-241-0/+3
* Fix uninitialized errors.Bill Hoffman2009-09-161-0/+7
* Removed fork-and-continue option from ctest generated batch script entriesZach Mullen2009-09-141-1/+0
* Rewrite CTest child output handlingBrad King2009-09-111-43/+22
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-111-7/+3
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-101-17/+14
* BUG: Fixed issue where ctest would hang if a process terminated with output i...Zach Mullen2009-09-081-3/+8
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-071-1/+1
* Fixed ctest output processing. Should now display output as it occurs, as we...Zach Mullen2009-09-041-15/+25
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-031-20/+34
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...Zach Mullen2009-09-031-1/+1
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-12/+5
* ENH: Improved test reporting outputZach Mullen2009-09-011-8/+14
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-311-2/+2
* Fixed line length issueZach Mullen2009-08-301-1/+2
* MemCheck should now work again in ctestZach Mullen2009-08-281-13/+54
* Replaced std::stringstream with cmOStringStreamZach Mullen2009-08-281-1/+1
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-56/+52
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-112/+98
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-283/+198
* Fixed line length over 80Zach Mullen2009-08-201-5/+6
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-0/+547