Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | Add label summary times to ctest default output. Also, remove parallel time ↵ | Bill Hoffman | 2009-09-11 | 1 | -20/+32 |
| | | | | output. Add flag to disable label summary. | ||||
* | BUG: Fixed segfault and bad reporting if a ctest executable could not be ↵ | Zach Mullen | 2009-09-10 | 1 | -12/+15 |
| | | | | found. Also added some batch testing code that is not yet complete. | ||||
* | ENH: ctest now writes time cost data to a file after a test set is run, and ↵ | Zach Mullen | 2009-09-08 | 1 | -3/+1 |
| | | | | uses these time costs to schedule the processes the next time ctest is run in that build tree. | ||||
* | ENH: Replaced the EXPENSIVE test property with a COST test property taking a ↵ | Zach Mullen | 2009-09-08 | 1 | -9/+6 |
| | | | | floating point value. Tests are now started in descending order of their cost, which defaults to 0 if none is specified. | ||||
* | ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow ↵ | Zach Mullen | 2009-09-07 | 1 | -0/+5 |
| | | | | specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest. | ||||
* | Added the test property EXPENSIVE, which denotes that the given test(s) ↵ | Zach Mullen | 2009-09-04 | 1 | -3/+9 |
| | | | | should be started prior to tests that are not marked as such. Also fixed test dependencies, and a few uninitialized variables in cmProcess. | ||||
* | Fixed warnings | Zach Mullen | 2009-09-03 | 1 | -0/+5 |
| | |||||
* | ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS ↵ | Zach Mullen | 2009-09-03 | 1 | -0/+9 |
| | | | | option to set_tests_properties (implementation to come). | ||||
* | ENH: Added PARALLEL_LEVEL option to ctest_test() command. | Zach Mullen | 2009-09-02 | 1 | -1/+5 |
| | |||||
* | Fixed Dart time recording for ctest | Zach Mullen | 2009-08-31 | 1 | -0/+6 |
| | |||||
* | Fixed conversion warning on 64 bit machines | Zach Mullen | 2009-08-31 | 1 | -314/+0 |
| | |||||
* | MemCheck should now work again in ctest | Zach Mullen | 2009-08-28 | 1 | -6/+3 |
| | |||||
* | Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵ | Zach Mullen | 2009-08-28 | 1 | -32/+8 |
| | | | | coming soon... | ||||
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵ | Zach Mullen | 2009-08-27 | 1 | -267/+62 |
| | | | | for ctest | ||||
* | ENH: refactored ctest. All testing is now parallel. If no -j option is ↵ | Zach Mullen | 2009-08-26 | 1 | -72/+31 |
| | | | | specified, defaults to a MP level of 1 (non parallel) | ||||
* | Fixed overwriting of a previous change set | Zach Mullen | 2009-08-19 | 1 | -0/+52 |
| | |||||
* | ENH: Refactored CTest test execution code into an object | Zach Mullen | 2009-08-19 | 1 | -64/+18 |
| | |||||
* | Add test times to log file as well as the stdout. | Bill Hoffman | 2009-08-18 | 1 | -2/+14 |
| | |||||
* | If labels are found on the tests, then print a time summary for all the ↵ | Bill Hoffman | 2009-08-18 | 1 | -1/+48 |
| | | | | tests run with each label. | ||||
* | Output total time when using -j N | Bill Hoffman | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | BUG: Do not double-initialize local generators | Brad King | 2009-07-28 | 1 | -1/+0 |
| | | | | | | | | | All global generator CreateLocalGenerator methods automatically initialize the local generator instances with SetGlobalGenerator. In several places we were calling SetGlobalGenerator again after receiving the return value from CreateLocalGenerator. The double-initializations leaked the resources allocated by the first call to SetGlobalGenerator. This fix removes the unnecessary calls. | ||||
* | ENH: add test times and a total time to the output of command line ctest | Bill Hoffman | 2009-07-27 | 1 | -8/+23 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | ENH: compute the max test name width based on the length of the tests | Bill Hoffman | 2009-07-17 | 1 | -0/+15 |
| | |||||
* | ENH: Reports "Passed" for WILL_FAIL tests | Brad King | 2009-07-02 | 1 | -67/+48 |
| | | | | | | | | | | Previously tests marked with WILL_FAIL have been reported by CTest as ...............***Failed - supposed to fail when they correctly failed. Now we just report ".....Passed" because there is no reason to draw attention to something that works as expected. | ||||
* | BUG: #8611 add pass fail reasons into log file | Bill Hoffman | 2009-02-27 | 1 | -18/+42 |
| | |||||
* | ENH: add a CDash measured value showing the reason for passed and failed ↵ | Bill Hoffman | 2009-02-24 | 1 | -9/+23 |
| | | | | tests based on regular expressions | ||||
* | ENH: add the ability to run tests by labels | Bill Hoffman | 2009-02-10 | 1 | -1/+101 |
| | |||||
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -11/+12 |
| | | | | | | | This class provides easy syntax to efficiently insert blocks of data into XML documents with proper escapes. It replaces the old cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which allocated extra memory instead of directly streaming the data. | ||||
* | ENH: Put test labels in MemCheck results | Brad King | 2009-02-02 | 1 | -39/+52 |
| | | | | | | | This refactors generation of <Test> element headers and footers in cmCTestTestHandler and re-uses it in cmCTestMemCheckHandler. The change removes duplicate code and enables the new <Labels> element for MemCheck results. | ||||
* | BUG: Fix issue #8363. Wrap output with MakeXMLSafe calls so that the ↵ | David Cole | 2009-01-22 | 1 | -6/+12 |
| | | | | generated XML files are valid, parse-able XML. | ||||
* | BUG: fix for bug #8174 | Bill Hoffman | 2009-01-15 | 1 | -2/+13 |
| | |||||
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 1 | -0/+1 |
| | | | | | | This splits the list of files for CTest to submit into those belonging to each part. The set is recombined just before submission. Later this will allow piecewise submissions. | ||||
* | ENH: Teach ctest_* to create appending XML files | Brad King | 2009-01-12 | 1 | -1/+1 |
| | | | | | This adds an APPEND option to the ctest_* commands which tells them to put the Append="true" attribute in the Site element of their XML file. | ||||
* | ENH: Teach CTest to submit test property LABELS | Brad King | 2009-01-07 | 1 | -1/+40 |
| | | | | | This teaches CTest to send the test property "LABELS" in Test.xml dashboard submissions as Label elements inside a Labels element. | ||||
* | STYLE: fix shadow warning | Bill Hoffman | 2008-12-19 | 1 | -4/+4 |
| | |||||
* | BUG: partial fix for #8056 | Bill Hoffman | 2008-12-19 | 1 | -0/+78 |
| | |||||
* | ENH: Implement feature request from issue 7885. Allow setting environment ↵ | David Cole | 2008-11-26 | 1 | -5/+15 |
| | | | | variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. | ||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -3/+6 |
| | |||||
* | ENH: add max width option to ctest ouptut | Bill Hoffman | 2008-09-22 | 1 | -2/+3 |
| | |||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -0/+10 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | COMP: fix a few more warnings | Bill Hoffman | 2008-07-06 | 1 | -2/+2 |
| | |||||
* | COMP: try to fix sgi compiler problem with set and also shorten symbol ↵ | Bill Hoffman | 2008-07-04 | 1 | -2/+2 |
| | | | | lengths for set class | ||||
* | COMP: fix more warnings | Bill Hoffman | 2008-07-04 | 1 | -15/+20 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | COMP: fix some warnings | Bill Hoffman | 2008-07-04 | 1 | -2/+1 |
| | |||||
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 1 | -64/+374 |
| |