View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013121CMakeCTestpublic2012-04-11 11:292013-04-17 08:54
Reporternabl64 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.7 
Target VersionCMake 2.8.9Fixed in VersionCMake 2.8.9 
Summary0013121: CTestCoverage Unknown gcov output line in gcc 4.7
DescriptionAfter upgrading to gcc 4.7

Test coverage output a tone of similar line to:
Unknown gcov output line: [Creating 'TestExtrapolateCellFluid.cpp.gcda##cmath.gcov']

Used last cmake and gcov:
cmake version 2.8.7.20120411-g621c0
gcov (GCC) 4.7.0 20120324 (prerelease)

It seems that gcov as changed is format for output from
"^(.*):creating [`'](.*\\.gcov)'"
To
"Creating [`'](.*\\.gcov)'"

I fixed for myself as quickfix line 776 of Source / CTest / cmCTestCoverageHandler.cxx and changed the corresponding match to 1 instead of 2.

It then worked but with somes warning because of new text in gcov.
 
TagsNo tags attached.
Attached Files

 Relationships
related to 0013657closedDavid Cole Fix for bug 0013121 not working 

  Notes
(0029395)
David Cole (manager)
2012-05-03 17:42

Fix pushed to 'next':

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=56f499dcef320b2644431223bd167de521fdf068 [^]
(0032861)
Robert Maynard (manager)
2013-04-17 08:54

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-04-11 11:29 nabl64 New Issue
2012-05-03 11:57 David Cole Assigned To => David Cole
2012-05-03 11:57 David Cole Status new => assigned
2012-05-03 17:42 David Cole Note Added: 0029395
2012-05-03 17:42 David Cole Status assigned => resolved
2012-05-03 17:42 David Cole Fixed in Version => CMake 2.8.9
2012-05-03 17:42 David Cole Resolution open => fixed
2012-08-09 16:57 David Cole Target Version => CMake 2.8.9
2012-11-06 01:12 Eric NOULARD Relationship added related to 0013657
2013-04-17 08:54 Robert Maynard Note Added: 0032861
2013-04-17 08:54 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team