summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-2871-994/+639
* Fixed uninitialized memory issue in ctest show-only modeZach Mullen2009-09-251-0/+1
* Output a message in ctest when each test is startedZach Mullen2009-09-241-0/+3
* Reformat ctest -N output. Removed the "Start processing tests" message as well.Zach Mullen2009-09-241-6/+9
* Tests which are not run should be added to the failed test list.Zach Mullen2009-09-231-0/+1
* More SLURM experimentation (ctest batch mode)Zach Mullen2009-09-211-5/+17
* Fixed a slurm batch argument identifier.Zach Mullen2009-09-211-1/+1
* Need to quote args when generating batch scripts from ctestZach Mullen2009-09-212-2/+36
* Re-enabled failing tests; fixed ctest_build output to be consistent in the er...Zach Mullen2009-09-211-5/+6
* Fix uninitialized errors.Bill Hoffman2009-09-161-0/+7
* Removed fork-and-continue option from ctest generated batch script entriesZach Mullen2009-09-142-2/+1
* Avoid shadowing std::vector memberBrad King2009-09-121-3/+3
* Fix for bug#9442, ctest crash if CTEST_SOURCE_DIRECTORY was not set.Bill Hoffman2009-09-111-1/+1
* Fix new CTest output handling for no newlineBrad King2009-09-111-0/+1
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-111-20/+32
* Rewrite CTest child output handlingBrad King2009-09-115-203/+132
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-113-18/+6
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-4/+4
* Added some ctest batch capabilitiesZach Mullen2009-09-102-0/+148
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-105-48/+37
* ENH: ctest now writes time cost data to a file after a test set is run, and u...Zach Mullen2009-09-083-9/+61
* BUG: Fixed extraneous newlines from ctest process outputZach Mullen2009-09-082-21/+26
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...Zach Mullen2009-09-084-64/+72
* BUG: Fixed issue where ctest would hang if a process terminated with output i...Zach Mullen2009-09-083-12/+39
* Fixed warningZach Mullen2009-09-081-1/+1
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-075-7/+36
* Fix memory and process leak in ctest_run_script.Bill Hoffman2009-09-041-1/+1
* Increase curl submit timeout. A submit will timeout if there are 120 seconds ...David Cole2009-09-041-7/+11
* Fixed ctest output processing. Should now display output as it occurs, as we...Zach Mullen2009-09-043-31/+46
* Change run_ctest_script in ctest to not stop processing when there is an erro...Bill Hoffman2009-09-044-8/+43
* Fixed output as-it-happens issue. Now displays output as it receives each ne...Zach Mullen2009-09-041-0/+4
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-044-15/+43
* Fixed 2 unused variable warningsZach Mullen2009-09-031-3/+1
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-035-80/+91
* Fixed warningsZach Mullen2009-09-034-2/+8
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...Zach Mullen2009-09-035-6/+22
* STYLE: line lengthZach Mullen2009-09-021-2/+5
* ENH: Added PARALLEL_LEVEL option to ctest_test() command.Zach Mullen2009-09-023-3/+16
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-025-17/+55
* Add curl timeout options to the SubmitUsingHTTP method. They were only in the...David Cole2009-09-011-2/+7
* ENH: Improved test reporting outputZach Mullen2009-09-011-8/+14
* Fixed ctest_memcheck docs (http://www.cmake.org/Bug/view.php?id=9242)Zach Mullen2009-08-311-4/+14
* Fixed Dart time recording for ctestZach Mullen2009-08-311-0/+6
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-314-320/+6
* Fixed line length issueZach Mullen2009-08-301-1/+2
* MemCheck should now work again in ctestZach Mullen2009-08-287-65/+67
* 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-287-153/+114
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-277-396/+235
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-266-504/+322