Errors when creating code coverage for runtime packages
Closed this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Create a package containing source code (Source.bpl)
2. Create a test executable testing the source code, accessing the source code
as runtime package (Test.exe)
3. Run CodeCoverage.exe: CodeCoverage.exe -e Test.exe -m Source.map -html
Some parameters missing in 3, but you should get the point.
What is the expected output? What do you see instead?
I would expect to see a code coverage report for the units within Source.bpl.
Instead, I occur different errors (depending on the package I wanted to create
a report for):
1) An error message when loading kernel32.dll
2) CodeCoverage.exe doesn't stop loading, logfile is growing and growing (I
killed execution around ~7 GB).
I attached the logfiles of both errors.
What version of the product are you using? On what operating system?
1.0 RC8, Windows 7 Professional 64bit, Delphi XE2
Original issue reported on code.google.com by tkaelin....@gmail.com on 28 Sep 2012 at 6:28
Attachments: