summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: minor fix for ctestKen Martin2008-01-311-1/+1
|
* ENH: read in old file formats Dart as wellKen Martin2008-01-311-0/+15
|
* ENH: remove warningsBill Hoffman2008-01-301-2/+2
|
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-0/+4
|
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-10/+16
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: improve backwards compatibilityKen Martin2008-01-191-6/+98
|
* BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ↵Ken Martin2008-01-181-44/+43
| | | | 5889 (tests are not found in some cases when using add_subdirectory to .. etc)
* ENH: use CTestTestfile.txtKen Martin2008-01-171-11/+1
|
* BUG: try to fix crashBill Hoffman2007-11-081-2/+8
|
* ENH: fix line length issuesBill Hoffman2007-09-241-1/+2
|
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-191-9/+21
|
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-171-0/+12
|
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-111-10/+10
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* ENH: fix bug with valgrind output being truncatedBill Hoffman2007-07-251-8/+13
|
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-45/+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 #1022Ken Martin2007-03-191-59/+144
|
* COMP: fix warningKen Martin2007-01-261-1/+2
|
* ENH: added per test timeout supportKen Martin2007-01-251-281/+298
|
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-191-0/+8
|
* ENH: Report command line as a measurement and allow user to add custom ↵Andy Cedilnik2006-10-131-0/+29
| | | | measurements
* BUG: fix bug where converage was required to get valgrind output because of ↵Bill Hoffman2006-10-051-2/+3
| | | | bad current directory
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-0/+1
|
* STYLE: Fix kwstyleAndy Cedilnik2006-07-131-1/+2
|
* ENH: Remove debugAndy Cedilnik2006-07-121-2/+2
|
* STYLE: Remove debugAndy Cedilnik2006-07-121-4/+0
|
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-111-0/+7
|
* STYLE: fix line lengthKen Martin2006-05-101-2/+3
|
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-5/+5
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* BUG: Couple of memcheck bugs: Log files should really be different for test ↵Andy Cedilnik2006-03-161-1/+1
| | | | and memcheck. Also make sure to not trunkate the output of the test until the valgrind or any other checking is pefrormed.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-272/+278
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-166/+226
|
* ENH: change the pass regexp so that it overrides the return valueKen Martin2005-11-101-1/+3
|
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵Andy Cedilnik2005-11-091-2/+2
| | | | add help in cmSetTestsPropertiesCommand
* ENH: Add support for output reguilar expressionAndy Cedilnik2005-11-081-1/+55
|
* BUG: Initialize to something resonableAndy Cedilnik2005-10-191-0/+2
|
* BUG: If test passes but it should fail, report an errorAndy Cedilnik2005-10-171-0/+1
|
* ENH: Properly report failed testsAndy Cedilnik2005-09-201-1/+10
|
* ENH: Modify output based on wether it is tested or memory checkedAndy Cedilnik2005-09-191-1/+10
|
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-071-3/+113
|
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-301-0/+10
|
* ENH: Improve log file strategyAndy Cedilnik2005-08-181-36/+38
|
* BUG: do not search the user's path for text executables when a full path is ↵Ken Martin2005-08-091-2/+17
| | | | provided to the test
* BUG: Go back to the original directory after examining the current directoryAndy Cedilnik2005-07-121-0/+1
|
* BUG: Make sure it always starts in the current directory when searching for ↵Andy Cedilnik2005-07-121-0/+1
| | | | tests
* ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵Andy Cedilnik2005-07-031-10/+9
| | | | is not found or if directory does not exist
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-5/+5
| | | | multiple submited files
* BUG: Fix displaying of percentageAndy Cedilnik2005-06-221-1/+1
|
* COMP: see about fixing warningKen Martin2005-06-201-2/+2
|
* ENH: Pass configuration type to subprocessesAndy Cedilnik2005-06-171-0/+1
|