MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0013121 | CMake | CTest | public | 2012-04-11 11:29 | 2013-04-17 08:54 | |||||
Reporter | nabl64 | |||||||||
Assigned To | David Cole | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | CMake 2.8.7 | |||||||||
Target Version | CMake 2.8.9 | Fixed in Version | CMake 2.8.9 | |||||||
Summary | 0013121: CTestCoverage Unknown gcov output line in gcc 4.7 | |||||||||
Description | After 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. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|