Comment 13 for bug 2029924

Revision history for this message
Sudip Mukherjee (sudipmuk) wrote (last edit ):

The problem reported in this has been fixed but as Robie suggested I did an usual use case of lcov and I faced the problem mentioned at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043009#10

Just for records this the steps of the test.
1. Use the attached test.c file
2. cc test.c -fprofile-arcs -ftest-coverage -lgcov
3. ./a.out
4. lcov --base-directory . --directory . --capture --output-file i3.info
5. genhtml -o /tmp/i3-coverage/ i3.info

I will have to mark this as verification-failed. And will add the fix for this problem after SRU team has rejected the -proposed upload.