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 |
Andy Cedilnik
|
0c6d02853e
|
ENH: Flush the output file, to make more nice output for tail -f
|
2003-08-08 08:48:42 -04:00 |
Andy Cedilnik
|
a36bd0b212
|
ENH: Add displaying of dots when building project. Also, file is now written as the output is produced, so, tail -f works, baby...
|
2003-08-07 19:23:49 -04:00 |
Andy Cedilnik
|
41feb1f86b
|
ENH: Use new RunCommand
|
2003-08-03 22:36:17 -04:00 |
Brad King
|
38482b46d1
|
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
2003-06-23 14:10:12 -04:00 |
Bill Hoffman
|
0876c19dc8
|
ENH: remove warnings from borland 6 compiler
|
2003-05-29 09:34:06 -04:00 |
Bill Hoffman
|
8cb6645ad8
|
Remove some borland 6 warnings
|
2003-05-28 09:21:37 -04:00 |
Bill Hoffman
|
5945a5a448
|
ENH: add some includes for borland 6
|
2003-05-23 16:40:55 -04:00 |
Andy Cedilnik
|
05e0437943
|
ENH: Cleanup
|
2003-04-18 10:01:58 -04:00 |
Andy Cedilnik
|
cf4d96a3f7
|
Even better error detection on AIX
|
2003-04-18 10:00:01 -04:00 |