View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |