mavak / trucov

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

Bad parsing error output #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trucov   // over bad gcno and bad gcda files
2. See output "Failed Parsing"

What is the expected output? What do you see instead?
Parsing should print out which file failed or
Parsing should print what probably failed it 
 (Try deleting gcda files and re run)
 (No gcda found, Try executing code)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by millerlyte87@gmail.com on 2 Oct 2009 at 6:25

GoogleCodeExporter commented 9 years ago
Better errors are now printed. All prints that are not command output, now go to
stderr. (e.g. "Parsing gcno and gcda files..." is now printed to stderr).

It's real easy to see this in action,
1) cd build/
2) make all      
3) ./trucov     // Should print errors, because it is reading the gcda files 
that are
being modified when this program executes.

Original comment by millerlyte87@gmail.com on 4 Oct 2009 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 4 Oct 2009 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by william....@gmail.com on 19 Oct 2009 at 2:28