Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed segfault and bad reporting if a ctest executable could not be ↵ | Zach Mullen | 2009-09-10 | 1 | -0/+1 |
| | | | | found. Also added some batch testing code that is not yet complete. | ||||
* | ENH: Replaced the EXPENSIVE test property with a COST test property taking a ↵ | Zach Mullen | 2009-09-08 | 1 | -1/+1 |
| | | | | 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/+1 |
| | | | | 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. | ||||
* | Fixed warnings | Zach Mullen | 2009-09-03 | 1 | -0/+1 |
| | |||||
* | ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS ↵ | Zach Mullen | 2009-09-03 | 1 | -0/+2 |
| | | | | option to set_tests_properties (implementation to come). | ||||
* | Fixed ctest output where max test index is not the same width as the total ↵ | Zach Mullen | 2009-09-02 | 1 | -0/+3 |
| | | | | number of tests. Also some preliminary changes for batching ctest jobs | ||||
* | MemCheck should now work again in ctest | Zach Mullen | 2009-08-28 | 1 | -12/+1 |
| | |||||
* | Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵ | Zach Mullen | 2009-08-28 | 1 | -1/+0 |
| | | | | coming soon... | ||||
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵ | Zach Mullen | 2009-08-27 | 1 | -4/+1 |
| | | | | for ctest | ||||
* | ENH: refactored ctest. All testing is now parallel. If no -j option is ↵ | Zach Mullen | 2009-08-26 | 1 | -4/+2 |
| | | | | specified, defaults to a MP level of 1 (non parallel) | ||||
* | Fixed overwriting of a previous change set | Zach Mullen | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | ENH: Refactored CTest test execution code into an object | Zach Mullen | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | If labels are found on the tests, then print a time summary for all the ↵ | Bill Hoffman | 2009-08-18 | 1 | -0/+1 |
| | | | | tests run with each label. | ||||
* | ENH: add a CDash measured value showing the reason for passed and failed ↵ | Bill Hoffman | 2009-02-24 | 1 | -0/+1 |
| | | | | tests based on regular expressions | ||||
* | ENH: add the ability to run tests by labels | Bill Hoffman | 2009-02-10 | 1 | -0/+9 |
| | |||||
* | ENH: Put test labels in MemCheck results | Brad King | 2009-02-02 | 1 | -0/+3 |
| | | | | | | | 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 for bug #8174 | Bill Hoffman | 2009-01-15 | 1 | -0/+1 |
| | |||||
* | ENH: Teach CTest to submit test property LABELS | Brad King | 2009-01-07 | 1 | -0/+1 |
| | | | | | This teaches CTest to send the test property "LABELS" in Test.xml dashboard submissions as Label elements inside a Labels element. | ||||
* | BUG: partial fix for #8056 | Bill Hoffman | 2008-12-19 | 1 | -0/+4 |
| | |||||
* | ENH: Implement feature request from issue 7885. Allow setting environment ↵ | David Cole | 2008-11-26 | 1 | -0/+1 |
| | | | | variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. | ||||
* | COMP: fix a few more warnings | Bill Hoffman | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 1 | -3/+32 |
| | |||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -0/+2 |
| | |||||
* | ENH: fix line length issues | Bill Hoffman | 2007-09-24 | 1 | -2/+4 |
| | |||||
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 1 | -2/+2 |
| | |||||
* | ENH: add support for bounds checker | Bill Hoffman | 2007-07-24 | 1 | -8/+9 |
| | |||||
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | -add a RESULT_VARIABLE to INCLUDE() -add CMAKE_TOOLCHAIN_FILE for specifiying your (potentially crosscompiling) toolchain -have TRY_RUN() complain if you try to use it in crosscompiling mode (which were compiled but cannot run on this system) -use CMAKE_EXECUTABLE_SUFFIX in TRY_RUN(), probably TRY_RUN won't be able to run the executables if they have a different suffix because they are probably crosscompiled, but nevertheless it should be able to find them -make several cmake variables presettable by the user: CMAKE_C/CXX_COMPILER, CMAKE_C/CXX_OUTPUT_EXTENSION, CMAKE_SYSTEM_NAME, CMAKE_SYSTEM_INFO_FILE -support prefix for GNU toolchains (arm-elf-gcc, arm-elf-ar, arm-elf-strip etc.) -move ranlib on OSX from the file command to a command in executed in cmake_install.cmake -add support for stripping during install in cmake_install.cmake -split out cl.cmake from Windows-cl.cmake, first (very incomplete) step to support MS crosscompiling tools -remove stdio.h from the simple C program which checks if the compiler works, since this may not exist for some embedded platforms -create a new CMakeFindBinUtils.cmake which collects the search fro ar, ranlib, strip, ld, link, install_name_tool and other tools like these -add support for CMAKE_FIND_ROOT_PATH for all FIND_XXX commands, which is a list of directories which will be prepended to all search directories, right now as a cmake variable, turning it into a global cmake property may need some more work -remove cmTestTestHandler::TryExecutable(), it's unused -split cmFileCommand::HandleInstall() into slightly smaller functions Alex | ||||
* | ENH: support for --build-config-sample feature #1022 | Ken Martin | 2007-03-19 | 1 | -0/+19 |
| | |||||
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 1 | -1/+9 |
| | |||||
* | COMP: Fix Sun build | Andy Cedilnik | 2006-10-13 | 1 | -2/+1 |
| | |||||
* | ENH: Report command line as a measurement and allow user to add custom ↵ | Andy Cedilnik | 2006-10-13 | 1 | -14/+16 |
| | | | | measurements | ||||
* | COMP: Make members protected so that subclass can use them | Andy Cedilnik | 2006-03-16 | 1 | -6/+6 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -42/+42 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -7/+7 |
| | |||||
* | ENH: Add support for output reguilar expression | Andy Cedilnik | 2005-11-08 | 1 | -0/+2 |
| | |||||
* | ENH: Add a way for test to intentionally fail | Andy Cedilnik | 2005-09-07 | 1 | -0/+6 |
| | |||||
* | COMP: Add STD namespace | Andy Cedilnik | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | ENH: Improve log file strategy | Andy Cedilnik | 2005-08-18 | 1 | -0/+2 |
| | |||||
* | ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵ | Andy Cedilnik | 2005-07-03 | 1 | -0/+1 |
| | | | | is not found or if directory does not exist | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Use CMake for parsing DartTestfile.txt | Andy Cedilnik | 2005-06-07 | 1 | -5/+11 |
| | |||||
* | COMP: Fix build on sun | Andy Cedilnik | 2005-01-27 | 1 | -8/+10 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -86/+38 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -12/+3 |
| | |||||
* | ENH: Add support for shrinking the output of the test | Andy Cedilnik | 2005-01-26 | 1 | -0/+6 |
| | |||||
* | ENH: added -U option to take union of -R and -I | Ken Martin | 2004-11-13 | 1 | -7/+15 |
| | |||||
* | BUG: Remove maximum size of test output | Andy Cedilnik | 2004-09-29 | 1 | -4/+0 |
| | |||||
* | fix HPUX bugs | Ken Martin | 2004-09-10 | 1 | -1/+2 |
| | |||||
* | more cleanup of ctest | Ken Martin | 2004-09-09 | 1 | -0/+214 |