512 Commits

Author SHA1 Message Date
Bill Hoffman
00332a958e ENH: clean up the output some more 2004-01-09 14:14:24 -05:00
Bill Hoffman
c47409d9e9 ENH: clean up output 2004-01-09 14:05:55 -05:00
Bill Hoffman
67f1dab2b5 ENH: add an ability to specify a build run directory 2004-01-09 13:35:18 -05:00
Bill Hoffman
972e09029d ENH: clean up output 2004-01-09 12:35:33 -05:00
Brad King
5e3b39178b BUG: Updated warning regex to match in more cases. 2004-01-09 10:13:18 -05:00
Bill Hoffman
a00a1dab0d BUG: if the build fails then the test fails 2004-01-09 08:54:41 -05:00
Bill Hoffman
c336a9b1ac BUG: make sure null terminator is in the right place for putenv static char array 2004-01-08 09:59:24 -05:00
Bill Hoffman
4f4984ff7f ENH: remove warning 2004-01-08 08:22:09 -05:00
Bill Hoffman
eb9c51a5ad ENH: remove warning 2004-01-08 08:19:40 -05:00
Bill Hoffman
a0afa50252 temp remove of optimization internal ctest use putenv causing trouble on cygwin 2004-01-07 16:24:41 -05:00
Bill Hoffman
baadc0a361 ENH: print errors when they are there 2004-01-07 16:15:55 -05:00
Bill Hoffman
66dc84581c BUG: initialize ivar 2004-01-07 14:22:48 -05:00
Bill Hoffman
ea28cef201 BUG: fix command line parser bug 2004-01-07 13:20:39 -05:00
Bill Hoffman
dcdde834a5 ENH: remove warning 2004-01-07 12:50:10 -05:00
Bill Hoffman
4009a4b276 ENH: remove warnings 2004-01-07 11:31:10 -05:00
Bill Hoffman
2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 2004-01-07 11:24:22 -05:00
Andy Cedilnik
c3003ab8c3 ENH: Improve notes support (now you can specify them with the rest of the command line), improve reading of configuration file (now it actually rereads configuration file after running update/configure/build...). Remember the model (nightly/experimental) across runs 2004-01-06 19:13:55 -05:00
Andy Cedilnik
bbfc747f2e ENH: Remove warnings about unused variables 2003-12-30 07:55:58 -05:00
Andy Cedilnik
2f2596c213 ENH: Add option to submit notes. Implements Bug #465 - Add notes support to CTest 2003-12-26 15:02:26 -05:00
Andy Cedilnik
460f90de2b ENH: Fix coverage to actually work and add support for .NoDartCoverage 2003-12-24 09:19:36 -05:00
Andy Cedilnik
dad738eab1 ENH: Even better. Only replace when path longer than 20 characters. Also replace parent directory. That way it will replace for related projects. 2003-12-18 18:04:49 -05:00
Andy Cedilnik
b3c7fe02a3 ENH: Attempt to cleanup the build output 2003-12-18 17:42:56 -05:00
Ken Martin
d3a68a23a7 bug fix 2003-12-18 17:36:27 -05:00
Andy Cedilnik
7e4dce08ec ERR: Remove debug 2003-12-17 09:40:21 -05:00
Andy Cedilnik
3a488c1896 ENH: Add more error regular expressions 2003-12-17 09:25:13 -05:00
Ken Martin
076e52a26a better ctest driver and return codes 2003-12-17 08:36:10 -05:00
Andy Cedilnik
f90fc6ee39 ENH: Purify support should work now. 2003-12-16 17:30:24 -05:00
Andy Cedilnik
ab0a30e2b3 ENH: Add suppression file support for valgrind 2003-12-16 16:19:56 -05:00
Andy Cedilnik
e9e391c004 ENH: Several cleanups and attempt to do purify support 2003-12-16 14:43:13 -05:00
Andy Cedilnik
303cb13e0b ENH: Cleanup output 2003-12-16 13:18:22 -05:00
Andy Cedilnik
6e5eddb917 ERR: Fix coverage on gcc 2.95 2003-12-15 18:44:33 -05:00
Andy Cedilnik
d9658c15bc ERR: Ok, think before commit... This fixes two build problems. The missing brace and the std::string signature is different on gcc 2.95 and gcc 3.3. 2003-12-15 18:32:21 -05:00
Andy Cedilnik
652b162a29 ERR: Inner loop used the same counter as outer. Broke coverage code 2003-12-15 18:03:34 -05:00
Andy Cedilnik
67285f9a76 ERR: STD fixes 2003-12-15 17:28:46 -05:00
Andy Cedilnik
5b232ded15 ENH: Add initial memory check support which works for Valgrind 2003-12-15 17:26:00 -05:00
Bill Hoffman
0c72acd812 ENH: fix for gcc 3.1 2003-12-15 12:02:13 -05:00
Ken Martin
256947ed08 now can do extra updates 2003-12-12 08:09:05 -05:00
Ken Martin
e3e4a7892b some updates to handle inline cache files and environment variables 2003-12-09 08:22:55 -05:00
Andy Cedilnik
403f220d25 ENH: Improve coverage on systems with multiple gcov commands 2003-12-08 11:23:46 -05:00
Brad King
21c5c6c81d ENH: Using cmListFileCache to read the DartTestfile instead of duplicating the parse loop. 2003-12-05 16:39:14 -05:00
Brad King
ed853b5d70 ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use. 2003-12-05 11:53:17 -05:00
Ken Martin
10f88cd333 some fixes to test harnes 2003-12-03 14:16:21 -05:00
Ken Martin
be15d66e37 better error handling 2003-12-02 16:50:37 -05:00
Ken Martin
a442f1715e a start on the dashboard driver 2003-12-01 19:25:51 -05:00
Brad King
945fcb581d BUG: Do not use std::string to accumulate output. Use std::vector instead. This is much better at memory management. 2003-11-26 11:41:57 -05:00
Andy Cedilnik
220aea3aee BUG: Handle -C properly for executables that are not in the project; Fix Bug #344 - ctest -C Debug 2003-11-11 12:36:03 -05:00
Andy Cedilnik
2bb8d871cb ENH: Add warning exception for VTK type warning blocking 2003-11-06 16:38:32 -05:00
Brad King
251032b190 BUG#259: Fix for spaces in paths to executable added to previous fixes for this bug. 2003-11-05 10:46:16 -05:00
Bill Hoffman
c02edd816a BUG: fix for bug 323 2003-11-04 11:19:53 -05:00
Andy Cedilnik
b1f1118239 ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote correctly in DartTestfile.txt 2003-11-03 15:38:23 -05:00