|
Bugzilla – Full Text Bug Listing |
| Summary: | --lcov-report not working fully | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | general | Assignee: | Faker Moatamri <faker.moatamri> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mathieu.lacage, ns-bugs, tomh |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Avoids reading of garbage data | ||
|
Description
Tom Henderson
2008-10-10 17:34:22 UTC
A note on this configuration: for ns-3, there is a specialized version of lcov-1.4 that resides in utils/lcov directory. The current stable version is lcov-1.6. Note that any attempt to migrate lcov-1.4 to lcov-1.6 in utils/lcov should preserve the existing patch (plus whatever is needed to make it work on regression). agreed on 10/22 to try to fix this for 3.3 release (non-blocker) (In reply to comment #1) > A note on this configuration: > > for ns-3, there is a specialized version of lcov-1.4 that resides in utils/lcov > directory. The current stable version is lcov-1.6. Note that any attempt to > migrate lcov-1.4 to lcov-1.6 in utils/lcov should preserve the existing patch > (plus whatever is needed to make it work on regression). The same error happens with lcov 1.6 a simple fix is to ignore the error from the wscript and proceed with html generation anyway. Created attachment 426 [details]
Avoids reading of garbage data
changeset: 412842631b1d |