397 Commits

Author SHA1 Message Date
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
Andy Cedilnik
3020a554ba ENH: Report when having conflicts 2003-10-31 09:31:05 -05:00
Andy Cedilnik
e92779a657 BUG: Fix Bug #310 - CTest sends wrong time to cvs on Windows 2003-10-30 10:05:08 -05:00
Andy Cedilnik
2ff2353079 ENH: Handle all white spaces, fix problem on cygwin 2003-10-16 07:49:32 -04:00
Andy Cedilnik
da623cd0b4 ENH: Add missing newline Bug #185 - CTest exceptions output is missing new line 2003-09-23 13:49:57 -04:00
Andy Cedilnik
26d804aaa4 BUG: Report failed as failed... 2003-08-18 14:31:09 -04:00
Andy Cedilnik
7f5b38b190 BUG: Fix Bug #153 - CTest does not detect tests that are not found and Bug #153 - CTest does not detect tests that are not found 2003-08-18 11:30:53 -04:00
Andy Cedilnik
0bdfbc72a8 BUG: Fix test reporting 2003-08-15 08:41:38 -04:00
Andy Cedilnik
3bbe95397a ENH: Fix verbose output, fix error message, and fix the exit code check 2003-08-14 13:34:13 -04:00
Andy Cedilnik
cbeeaa7188 ENH: Better error reporting 2003-08-13 18:17:11 -04:00
Andy Cedilnik
d9cb234d98 ENH: Cleanup the output 2003-08-11 12:19:46 -04:00
Andy Cedilnik
5d3420fd2a ENH: Remove debug 2003-08-11 09:47:06 -04:00
Ken Martin
072db6ad70 removed redundent includes 2003-08-10 18:30:54 -04:00
Andy Cedilnik
db2d146f02 ERR: Rename some variables to remove shadow warning 2003-08-09 19:37:33 -04:00
Andy Cedilnik
511b0c9661 ENH: Add regression images support 2003-08-08 18:28:03 -04:00
Andy Cedilnik
5a19bd679e ENH: Better output and use RunMakeCommand for configure 2003-08-08 17:10:37 -04:00