David Cole
|
5a0389a0b7
|
BUG: Fix issue#4792 - improve verbose and log output when ctest cannot find a file during coverage analysis.
|
2008-07-31 14:16:34 -04:00 |
David Cole
|
f059ebff69
|
BUG: Fix issue #4971 - use lower case when comparing file names from gcov output on _WIN32 since sometimes the drive letters have different case.
|
2008-07-31 11:28:45 -04:00 |
Bill Hoffman
|
ffbe61bb11
|
ENH: make sure english is used for output of gcov
|
2008-05-10 11:12:09 -04:00 |
Bill Hoffman
|
2b6ee95c1d
|
BUG: 0006988 do not set coverage to false when it is not
|
2008-05-08 12:47:30 -04:00 |
Bill Hoffman
|
c4093afc52
|
ENH: enhancements for cdash, include system information and better time entries
|
2008-01-30 11:17:36 -05:00 |
Bill Hoffman
|
17e94192e6
|
ENH: add support for CDash bullseye coverage
|
2007-11-16 11:32:38 -05:00 |
Brad King
|
f410f8578e
|
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.
|
2007-11-05 14:34:36 -05:00 |
Bill Hoffman
|
e8f3b5ff00
|
ENH: show files as untested if no lines are covered
|
2007-08-03 16:44:04 -04:00 |
Bill Hoffman
|
2745742e09
|
STYLE: fix some kwstyle errors
|
2007-07-27 10:55:24 -04:00 |
Bill Hoffman
|
2fb1c43a11
|
ENH: fix div by 0
|
2007-07-20 13:03:14 -04:00 |
Bill Hoffman
|
c64447c368
|
ENH: make sure working directory is set
|
2007-06-12 10:19:13 -04:00 |
David Cole
|
ed1a04360a
|
BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile - replace them with "_". DART cannot construct valid file names during dashboard rollup with ":" in the short path. Also, fix the Bullseye coverage handler so that the file names and paths match in both the coverage summary and the individual coverage logs.
|
2007-06-11 15:36:50 -04:00 |
Bill Hoffman
|
93c0384f48
|
ENH: use new covbr that does not stop on error
|
2007-06-08 12:29:40 -04:00 |
Bill Hoffman
|
fe1c4649ef
|
ENH: remove debug that caused tests to fail
|
2007-06-02 16:15:01 -04:00 |
Bill Hoffman
|
fa8f556a9d
|
ENH: opps
|
2007-06-01 23:06:14 -04:00 |
Bill Hoffman
|
7bdad54614
|
ENH: initial bullseye stuff
|
2007-06-01 15:40:07 -04:00 |
Brad King
|
bceb1532c6
|
STYLE: Fixed line too long.
|
2007-04-28 08:25:10 -04:00 |
Andy Cedilnik
|
64e0459f93
|
ENH: Initial attempt to do python coverage. Hopefully will not break coverage on GCov
|
2007-04-26 23:20:12 -04:00 |
Andy Cedilnik
|
b4da7bbaab
|
STYLE: Fix line length
|
2006-10-25 08:56:56 -04:00 |
Andy Cedilnik
|
e8d48151d3
|
BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is no line at the end of the file. This will fix the coverage code complaining about it
|
2006-10-24 12:44:59 -04:00 |
Ken Martin
|
f7a5289e31
|
ENH: added total time limit for a CTest run bug 1207
|
2006-10-19 10:45:19 -04:00 |
Andy Cedilnik
|
2071291956
|
STYLE: Fix kwstyle
|
2006-10-15 07:54:52 -04:00 |
Andy Cedilnik
|
61a4c12ce6
|
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make missing coverage information not make ctest fail
|
2006-10-12 16:31:54 -04:00 |
Bill Hoffman
|
027b9cbe87
|
BUG: fix bug where converage was required to get valgrind output because of bad current directory
|
2006-10-05 17:53:09 -04:00 |
Andy Cedilnik
|
386900bfdd
|
ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script
|
2006-03-29 12:01:24 -05:00 |
Andy Cedilnik
|
15d7dd9937
|
ENH: Remove cmGlob and use glob from kwsys
|
2006-03-21 12:54:31 -05:00 |
Andy Cedilnik
|
862f5df25c
|
STYLE: Fix some style issues
|
2006-03-10 15:03:09 -05:00 |
Andy Cedilnik
|
6503a0eecc
|
STYLE: Fix some style issues
|
2006-03-09 11:17:10 -05:00 |
Andy Cedilnik
|
79bf20ec6d
|
COMP: Too fast commit
|
2005-09-15 16:06:29 -04:00 |
Andy Cedilnik
|
34f1419aa4
|
BUG: Make sure full paths are collapsed
|
2005-09-15 16:03:06 -04:00 |
Andy Cedilnik
|
9a3abaa53e
|
ENH: More handling of gcov 4.0
|
2005-08-03 14:15:17 -04:00 |
Andy Cedilnik
|
7bd1e74177
|
ENH: More support for gcov 4.0
|
2005-08-03 13:34:13 -04:00 |
Andy Cedilnik
|
6479f4db32
|
ENH: Add support for the new gcc that uses files with extension .gcda
|
2005-08-03 11:56:00 -04:00 |
Andy Cedilnik
|
0d14b57605
|
ENH: Some more cleanups and add ctest custom vector for regular expression to exclude from coverage
|
2005-07-14 14:15:51 -04:00 |
Andy Cedilnik
|
c7de609a37
|
ENH: Add custom supression regular expressions
|
2005-07-14 13:25:40 -04:00 |
Andy Cedilnik
|
e8b10e1938
|
BUG: Fix line number inconsistency, improve output
|
2005-07-14 11:24:47 -04:00 |
Andy Cedilnik
|
81211fc427
|
BUG: Rename tmp files
|
2005-07-14 09:29:33 -04:00 |
Andy Cedilnik
|
0b86a0c926
|
COMP: Remove warning
|
2005-07-06 15:49:55 -04:00 |
Andy Cedilnik
|
38b68bcd78
|
ENH: Improve support for various versions of gcov
|
2005-07-06 15:27:02 -04:00 |
Andy Cedilnik
|
26a70a2e37
|
STYLE: Unify number of spaces
|
2005-07-02 22:32:37 -04:00 |
Andy Cedilnik
|
1b578d3180
|
ENH: Several improvements with the way things are handled. Also, support multiple submited files
|
2005-06-23 13:04:18 -04:00 |
Andy Cedilnik
|
d9dc9b54a6
|
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
2005-06-17 13:04:56 -04:00 |
Andy Cedilnik
|
a95a4b000d
|
ENH: Separate standard output and standard error for problematic commands
|
2005-06-14 11:42:53 -04:00 |
Andy Cedilnik
|
7f7cf5ee6b
|
COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE
|
2005-05-31 18:40:43 -04:00 |
Andy Cedilnik
|
f6e5a878fc
|
ENH: Add support for writing output file. While doing that, redesign the way ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
|
2005-05-31 17:32:40 -04:00 |
Andy Cedilnik
|
9619d54003
|
ENH: Improve syntax
|
2005-05-04 11:13:35 -04:00 |
Andy Cedilnik
|
de57a86298
|
ENH: Cleanups
|
2005-05-03 09:40:16 -04:00 |
Andy Cedilnik
|
8fe1686510
|
ENH: Cleanups and add CTEST_START command
|
2005-02-17 10:51:52 -05:00 |
Andy Cedilnik
|
c22cc421e0
|
ENH: Several cleanups and improvements
|
2005-01-27 15:54:47 -05:00 |
Andy Cedilnik
|
dc0ce24cc6
|
ENH: Add a superclass to all handlers
|
2005-01-27 11:43:22 -05:00 |
Andy Cedilnik
|
62b310bc52
|
ENH: Add compression support to XML files
|
2005-01-27 10:15:01 -05:00 |
Andy Cedilnik
|
ace5f90d9c
|
BUG: Fix output to match the Dart output
|
2004-10-17 22:47:44 -04:00 |
Andy Cedilnik
|
17619508e9
|
ENH: Update to the new coverage code. It may not be perfect yet, but it is a start
|
2004-10-17 19:45:36 -04:00 |
Ken Martin
|
f08589aa4b
|
missing include
|
2004-09-09 09:31:43 -04:00 |
Ken Martin
|
43d8918f40
|
more cleanup of ctest
|
2004-09-09 08:41:05 -04:00 |