summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-111-20/+32
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-101-12/+15
* ENH: ctest now writes time cost data to a file after a test set is run, and u...Zach Mullen2009-09-081-3/+1
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...Zach Mullen2009-09-081-9/+6
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-071-0/+5
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-041-3/+9
* Fixed warningsZach Mullen2009-09-031-0/+5
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...Zach Mullen2009-09-031-0/+9
* ENH: Added PARALLEL_LEVEL option to ctest_test() command.Zach Mullen2009-09-021-1/+5
* Fixed Dart time recording for ctestZach Mullen2009-08-311-0/+6
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-311-314/+0
* MemCheck should now work again in ctestZach Mullen2009-08-281-6/+3
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-32/+8
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-267/+62
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-72/+31
* Fixed overwriting of a previous change setZach Mullen2009-08-191-0/+52
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-64/+18
* Add test times to log file as well as the stdout.Bill Hoffman2009-08-181-2/+14
* If labels are found on the tests, then print a time summary for all the tests...Bill Hoffman2009-08-181-1/+48
* Output total time when using -j NBill Hoffman2009-08-121-1/+1
* BUG: Do not double-initialize local generatorsBrad King2009-07-281-1/+0
* ENH: add test times and a total time to the output of command line ctestBill Hoffman2009-07-271-8/+23
* ENH: fix warningBill Hoffman2009-07-191-1/+1
* ENH: fix warningBill Hoffman2009-07-171-1/+1
* ENH: compute the max test name width based on the length of the testsBill Hoffman2009-07-171-0/+15
* ENH: Reports "Passed" for WILL_FAIL testsBrad King2009-07-021-67/+48
* BUG: #8611 add pass fail reasons into log fileBill Hoffman2009-02-271-18/+42
* ENH: add a CDash measured value showing the reason for passed and failed test...Bill Hoffman2009-02-241-9/+23
* ENH: add the ability to run tests by labelsBill Hoffman2009-02-101-1/+101
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-11/+12
* ENH: Put test labels in MemCheck resultsBrad King2009-02-021-39/+52
* BUG: Fix issue #8363. Wrap output with MakeXMLSafe calls so that the generate...David Cole2009-01-221-6/+12
* BUG: fix for bug #8174Bill Hoffman2009-01-151-2/+13
* ENH: Divide CTest file submission list by partBrad King2009-01-121-0/+1
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-1/+1
* ENH: Teach CTest to submit test property LABELSBrad King2009-01-071-1/+40
* STYLE: fix shadow warningBill Hoffman2008-12-191-4/+4
* BUG: partial fix for #8056Bill Hoffman2008-12-191-0/+78
* ENH: Implement feature request from issue 7885. Allow setting environment var...David Cole2008-11-261-5/+15
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-3/+6
* ENH: add max width option to ctest ouptutBill Hoffman2008-09-221-2/+3
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-0/+10
* COMP: fix warningBill Hoffman2008-07-071-1/+1
* COMP: fix a few more warningsBill Hoffman2008-07-061-2/+2
* COMP: try to fix sgi compiler problem with set and also shorten symbol length...Bill Hoffman2008-07-041-2/+2
* COMP: fix more warningsBill Hoffman2008-07-041-15/+20
* COMP: fix warningBill Hoffman2008-07-041-1/+1
* COMP: fix some warningsBill Hoffman2008-07-041-2/+1
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-64/+374
* BUG: fix for bug 7136Bill Hoffman2008-06-171-12/+16