trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Exception for System.Generics.Collections.pas file #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Run test app (RC8) and will got that error -- it's added standart module for 
analyse. But I didn't add it. XML and HTML report generated correct.

Console log:

d:\Debug>CodeCoverage.exe -m TestSharedModules.map -e TestSharedModules.exe -spf
 dirs.txt -uf units.txt -xml -html
Reading units from the following file:units.txt
Will track coverage for:u_TestJdBase
Will track coverage for:jdBase
Started ok
Creating class info for jdBase class jdBase
Creating class info for jdBase class TFIO
Creating class info for jdBase class TStringValue
Creating class info for u_TestJdBase class TestTFIO
Creating class info for u_TestJdBase class TestTStringValue
Creating class info for u_TestJdBase class TestFunction
Creating class info for u_TestJdBase class u_TestJdBase
After having processed debug events
Source dir:D:\WORK\000 - ╬с∙шх ьюфєыш\Source
Output dir:
Exception during generation of unit coverage for:System.Generics.Collections.pas
 could not open:System.Generics.Collections.pas
Current directory:d:\Debug
Exception during generation of unit coverage for:System.Generics.Collections.pas
 exception:I/O error 103
After having reported

Original issue reported on code.google.com by jayd...@gmail.com on 7 Aug 2014 at 12:40

GoogleCodeExporter commented 9 years ago
I've tried r186 build from source. It's work fine now.

Original comment by jayd...@gmail.com on 2 Sep 2014 at 10:36

GoogleCodeExporter commented 9 years ago

Original comment by e.kotlya...@gmail.com on 3 Sep 2014 at 6:34