Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warning | Zach Mullen | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow ↵ | Zach Mullen | 2009-09-07 | 5 | -7/+36 |
| | | | | 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. | ||||
* | Fix memory and process leak in ctest_run_script. | Bill Hoffman | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Increase curl submit timeout. A submit will timeout if there are 120 seconds ↵ | David Cole | 2009-09-04 | 1 | -7/+11 |
| | | | | of very little activity. 30 seconds was too short. | ||||
* | Fixed ctest output processing. Should now display output as it occurs, as ↵ | Zach Mullen | 2009-09-04 | 3 | -31/+46 |
| | | | | well as be able to consume multiple lines if they exist within the timeout. | ||||
* | Change run_ctest_script in ctest to not stop processing when there is an ↵ | Bill Hoffman | 2009-09-04 | 4 | -8/+43 |
| | | | | error in the script being run. Also, add a RETURN_VALUE option so that you can find out if the script failed | ||||
* | Fixed output as-it-happens issue. Now displays output as it receives each ↵ | Zach Mullen | 2009-09-04 | 1 | -0/+4 |
| | | | | newline. | ||||
* | Added the test property EXPENSIVE, which denotes that the given test(s) ↵ | Zach Mullen | 2009-09-04 | 4 | -15/+43 |
| | | | | should be started prior to tests that are not marked as such. Also fixed test dependencies, and a few uninitialized variables in cmProcess. | ||||
* | Fixed 2 unused variable warnings | Zach Mullen | 2009-09-03 | 1 | -3/+1 |
| | |||||
* | Allowed tests to pull more than one line of output in their quantum. Fixed ↵ | Zach Mullen | 2009-09-03 | 5 | -80/+91 |
| | | | | uninitialized variables in the case that the test process could not start. | ||||
* | Fixed warnings | Zach Mullen | 2009-09-03 | 4 | -2/+8 |
| | |||||
* | ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS ↵ | Zach Mullen | 2009-09-03 | 5 | -6/+22 |
| | | | | option to set_tests_properties (implementation to come). | ||||
* | STYLE: line length | Zach Mullen | 2009-09-02 | 1 | -2/+5 |
| | |||||
* | ENH: Added PARALLEL_LEVEL option to ctest_test() command. | Zach Mullen | 2009-09-02 | 3 | -3/+16 |
| | |||||
* | Fixed ctest output where max test index is not the same width as the total ↵ | Zach Mullen | 2009-09-02 | 5 | -17/+55 |
| | | | | number of tests. Also some preliminary changes for batching ctest jobs | ||||
* | Add curl timeout options to the SubmitUsingHTTP method. They were only in ↵ | David Cole | 2009-09-01 | 1 | -2/+7 |
| | | | | the SubmitUsingFTP method. | ||||
* | ENH: Improved test reporting output | Zach Mullen | 2009-09-01 | 1 | -8/+14 |
| | |||||
* | Fixed ctest_memcheck docs (http://www.cmake.org/Bug/view.php?id=9242) | Zach Mullen | 2009-08-31 | 1 | -4/+14 |
| | |||||
* | 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 | 4 | -320/+6 |
| | |||||
* | Fixed line length issue | Zach Mullen | 2009-08-30 | 1 | -1/+2 |
| | |||||
* | MemCheck should now work again in ctest | Zach Mullen | 2009-08-28 | 7 | -65/+67 |
| | |||||
* | Replaced std::stringstream with cmOStringStream | Zach Mullen | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵ | Zach Mullen | 2009-08-28 | 7 | -153/+114 |
| | | | | coming soon... | ||||
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵ | Zach Mullen | 2009-08-27 | 7 | -396/+235 |
| | | | | for ctest | ||||
* | ENH: refactored ctest. All testing is now parallel. If no -j option is ↵ | Zach Mullen | 2009-08-26 | 6 | -504/+322 |
| | | | | specified, defaults to a MP level of 1 (non parallel) | ||||
* | Fixed line length over 80 | Zach Mullen | 2009-08-20 | 1 | -5/+6 |
| | |||||
* | Fixed overwriting of a previous change set | Zach Mullen | 2009-08-19 | 2 | -0/+53 |
| | |||||
* | ENH: Refactored CTest test execution code into an object | Zach Mullen | 2009-08-19 | 4 | -65/+648 |
| | |||||
* | 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 | 2 | -1/+49 |
| | | | | tests run with each label. | ||||
* | Fix classification of externals in svn status | Brad King | 2009-08-12 | 1 | -2/+2 |
| | | | | | | | CTest runs 'svn status' to identify modified and conflicting files in the working directory. This commit fixes the interpretation of the 'X' status, which corresponds to svn eXternals. This status should be ignored rather than treated as a local modification. | ||||
* | Output total time when using -j N | Bill Hoffman | 2009-08-12 | 3 | -2/+3 |
| | |||||
* | Fix failing test on release build for VS 10 cmSystemTools::GetLineFromStream ↵ | Bill Hoffman | 2009-08-11 | 1 | -1/+1 |
| | | | | crashes if the stream is not open in that case. | ||||
* | Set current directory variables in CTest scripts | Brad King | 2009-07-31 | 1 | -0/+6 |
| | | | | | | | | | | | | | | The commit "Fix get_filename_component ABSOLUTE mode" broke the code get_filename_component(cwd . ABSOLUTE) because CTest scripts did not make cmMakefile::GetCurrentDirectory() available. This commit fixes the problem by setting the proper information on CTest script instances of cmMakefile. This also makes CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR available to CTest scripts. They are set to the working directory at script startup. | ||||
* | BUG: Do not double-initialize local generators | Brad King | 2009-07-28 | 2 | -2/+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 |
| | |||||
* | STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from | Alexander Neundorf | 2009-07-12 | 1 | -13/+5 |
| | | | | | | | | cmCTestScriptHandler, but have it load the new script CTestScriptMode.cmake -> that makes it more flexible, also add a simple test that the system name has been determined correctly Alex | ||||
* | STYLE: move the code for writing the initial cache into its own separate | Alexander Neundorf | 2009-07-11 | 2 | -12/+31 |
| | | | | | | function, makes the long ProcessHandler() a little bit shorter Alex | ||||
* | STYLE: rename InitCache to InitialCache, since it contains the contents for | Alexander Neundorf | 2009-07-11 | 2 | -5/+5 |
| | | | | | | | the initial cache and is not e.g. a flag which shows whether the cache should be initialized Alex | ||||
* | COMP: Fix cmCTestHG for old HP compiler | Brad King | 2009-07-10 | 1 | -2/+2 |
| | | | | The compiler does not have a fully compliant std::string. | ||||
* | ENH: Teach CTest to handle Mercurial repositories | Brad King | 2009-07-10 | 5 | -1/+419 |
| | | | | | | | | | | | This creates cmCTestHG to drive CTest Update handling on hg-based work trees. Currently we always update to the head of the remote tracking branch (hg pull), so the nightly start time is ignored for Nightly builds. A later change will address this. See issue #7879. Patch from Emmanuel Christophe. I modified the patch slightly for code style, to finish up some parsing details, and to fix the test. | ||||
* | 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. | ||||
* | ENH: add reminder comment | Bill Hoffman | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | ENH: set an upload speed limit for ctest | Bill Hoffman | 2009-06-25 | 1 | -0/+5 |
| | |||||
* | BUG: Fix CVS update parsing for TortoiseCVS | Brad King | 2009-06-23 | 1 | -2/+3 |
| | | | | | | | The TortoiseCVS version of cvs.exe includes the '.exe' in cvs update messages for files removed from the repository. This change accounts for it in the regular expressions that match such lines. Now removed files are properly reported by ctest_update() when using TortoiseCVS. | ||||
* | STYLE: fix warning | Bill Hoffman | 2009-06-15 | 1 | -0/+1 |
| |