Community
Participate
Working Groups
(On behalf of George Liu) I’m developing a C++ library, and it’s tested by a cppunit test program. I wanted to use gcov to check for the library’s code coverage, but is it currently supported? I added the –fprofile-arcs and –ftest-coverage flags to both the library and the test program. What I can see is a beautiful chart showing me the test program’s coverage. But how do I see the coverage for my library code? When I select a .gcno file, and prompted for the binary file name, selecting the library binary file will give me an error An error has occurred when parsing the coverage data files : Checksums don’t correspond for _XXXXXX I can use the following command line to “see” the coverage data, file by file. However, I’m looking for a easier way, (with GUI) to help me navigate through. gcov -f Jmf.cpp -o . | c++filt > junk vi junk
Updating Xavier's email address for existing bugs.
Is this still reproducible with latest versions?
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.