mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Trucov is not outputing coverage information for C programs #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate the gcno and gcda file(s) of a program written in C
2. Run trucov over the new coverage files.
3. Note the lack of any output files.

What is the expected output? What do you see instead?

Source files should have corresponding .trucov files with their coverage
information.

Notes:
I've tested this over the hw1 C program in the simple_tests directory and
also a trivial "hello world" C program. Trucov isn't outputting coverage
files or DOT files (i.e. when using render_report).

Original issue reported on code.google.com by william....@gmail.com on 29 Aug 2009 at 1:38

GoogleCodeExporter commented 9 years ago
Ye, I'm assigning this to you because Matt thinks it has to do with how you're
determmining which source files are in the project.

Original comment by william....@gmail.com on 29 Aug 2009 at 1:41

GoogleCodeExporter commented 9 years ago
It is not taking ".c" extension.

Original comment by yekyaw.wsu@gmail.com on 30 Aug 2009 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 5 Sep 2009 at 8:19

GoogleCodeExporter commented 9 years ago
Assigning to William for Verification.

Original comment by millerlyte87@gmail.com on 5 Sep 2009 at 5:52

GoogleCodeExporter commented 9 years ago
This issue has not been fixed. Neither the report nor render commands create 
any output files when running 
trucov over a C program.

Original comment by william....@gmail.com on 5 Sep 2009 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 5 Sep 2009 at 11:43

GoogleCodeExporter commented 9 years ago
Verified.

Original comment by william....@gmail.com on 6 Sep 2009 at 12:47