summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-072-3/+119
|
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-301-0/+10
|
* COMP: Simplify logic and remove sun compile errorAndy Cedilnik2005-08-261-1/+1
|
* BUG: Prevent from creating bogus filesAndy Cedilnik2005-08-241-1/+1
|
* COMP: Add STD namespaceAndy Cedilnik2005-08-181-1/+1
|
* ENH: Improve log file strategyAndy Cedilnik2005-08-182-36/+40
|
* ENH: Set update optionsAndy Cedilnik2005-08-181-0/+3
|
* ENH: More error regexAndy Cedilnik2005-08-171-0/+1
|
* 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
* ENH: More build errorsAndy Cedilnik2005-08-031-1/+1
|
* ENH: More handling of gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: More support for gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: Add support for the new gcc that uses files with extension .gcdaAndy Cedilnik2005-08-031-1/+5
|
* ENH: Better handling of removed files and remove warningAndy Cedilnik2005-07-221-7/+2
|
* ENH: More regular expressionsAndy Cedilnik2005-07-221-0/+3
|
* ENH: Add support for detecting files that were removedAndy Cedilnik2005-07-211-0/+19
|
* BUG: Remove duplicate prefixAndy Cedilnik2005-07-211-1/+1
|
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-182-6/+37
|
* ENH: Cleanup file nameAndy Cedilnik2005-07-181-1/+4
|
* ENH: Some more cleanups and add ctest custom vector for regular expression ↵Andy Cedilnik2005-07-141-8/+49
| | | | to exclude from coverage
* ENH: Add custom supression regular expressionsAndy Cedilnik2005-07-142-0/+39
|
* BUG: Fix line number inconsistency, improve outputAndy Cedilnik2005-07-141-17/+43
|
* COMP: Remove warning and fix the logicAndy Cedilnik2005-07-141-2/+5
|
* BUG: Rename tmp filesAndy Cedilnik2005-07-141-1/+1
|
* ENH: Add timeout supportAndy Cedilnik2005-07-131-0/+12
|
* 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
* BUG: When removing directory, use lstat instead of stat to make sure that ↵Andy Cedilnik2005-07-121-1/+3
| | | | symlinks are treated as files and not as directories
* ENH: Add default update optionsAndy Cedilnik2005-07-111-0/+4
|
* BUG: Remove warning when using CVSAndy Cedilnik2005-07-111-8/+8
|
* COMP: Remove warningAndy Cedilnik2005-07-061-2/+2
|
* ENH: Improve support for various versions of gcovAndy Cedilnik2005-07-062-86/+261
|
* BUG: On windows there can be a problem because scp does not handle drive ↵Andy Cedilnik2005-07-061-1/+14
| | | | names. This uses relative path for scp
* STYLE: Unify number of spacesAndy Cedilnik2005-07-031-1/+1
|
* ENH: Improve performance by compiling regular expressions when neededAndy Cedilnik2005-07-031-35/+18
|
* ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵Andy Cedilnik2005-07-032-10/+10
| | | | is not found or if directory does not exist
* BUG: Exit properly on SCP submissionAndy Cedilnik2005-06-241-0/+1
|
* COMP: Remove warningsAndy Cedilnik2005-06-241-11/+10
|
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-1/+1
|
* ENH: Initial importAndy Cedilnik2005-06-241-2/+2
|
* ENH: Make iterators constAndy Cedilnik2005-06-231-5/+5
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-2324-218/+407
| | | | multiple submited files
* BUG: reverting to 1.53Utkarsh Ayachit2005-06-231-2/+1
|
* BUG: fixed conflicts between file names among different utilities.Utkarsh Ayachit2005-06-231-1/+2
|
* 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
|
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-1721-8/+267
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-168-91/+161
| | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout
* ENH: Pass in memcheck command options and suppresions, and change skin to toolAndy Cedilnik2005-06-152-1/+8
|