Chromium Code Reviews
DescriptionFixed a crash in the coverage script.
The .coverage -> lcov converter tool ended up crashing the coverage script as it ran out of memory while processing a huge file (it threw an .Net 'Out of Memory' exception). I have now changed it to generate smaller intermediate LCOV files (one per test binary) and then consolidate them all into one large LCOV file.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3938
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 5 (0 generated)
|