summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a bug where it was possible for a test to be started twice if a lower-i...Zach Mullen2009-11-091-0/+5
* Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) ent...Zach Mullen2009-11-091-0/+6
* Fix style warning in cmsystemtools, cosmetic change to ctest codeZach Mullen2009-11-051-5/+2
* Fixed infinite loop condition when a test's dependent test executable could n...Zach Mullen2009-11-051-0/+2
* Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build...Zach Mullen2009-11-032-5/+22
* Added logic to check for cycles in the test dependency graph before any tests...Zach Mullen2009-11-022-1/+52
* Hook for scheduling tests in a random orderZach Mullen2009-10-293-3/+29
* Fix bug#9767 catch missing leak.Bill Hoffman2009-10-291-2/+10
* Fix working dir issue for ctest show only mode (-N)Zach Mullen2009-10-271-0/+5
* Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't ...Zach Mullen2009-10-261-4/+4
* Ctest was broken for subdirs. Restored working directory state for tests so ...Zach Mullen2009-10-201-0/+5
* 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-132-4/+4
* Fix issue #5668 - use CollapseFullPath when determining if covered file is wi...David Cole2009-10-121-91/+133
* BUG: #0009648 Change "The following tests FAILED" message to print on stdout ...Zach Mullen2009-10-051-1/+1
* Match width of ctest "Start xx: " line to line up with the end test lineZach Mullen2009-10-053-4/+6
* fix two more warnings from icpcAlexander Neundorf2009-10-041-3/+0
* Fix warnings in CMake source code.David Cole2009-10-022-7/+8
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-012-4/+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-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