[Mono-list] a coverage analysis program for mono

Jeroen Janssen japj@xs4all.nl
Mon, 30 Dec 2002 16:07:48 +0100


Sebastien Pouliot wrote:

>Jeroen, you must run your test program under mono to see the bug. From your
>output I see that you are using mscorlib ;-).
>
>japj@debian:~/sandbox$ mcs test.cs
>Compilation succeeded
>japj@debian:~/sandbox$ ./test.exe
>mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
>^^^^^^
>  
>
Hmm.. that's strange, I think I did this on my debian machine, yep.. see 
below

japj@debian:~/sandbox$ uname -a
Linux debian 2.4.19-686 #1 Mon Nov 18 23:59:03 EST 2002 i686 unknown 
unknown GNU/Linux
japj@debian:~/sandbox$ mcs test.cs
Compilation succeeded
japj@debian:~/sandbox$ chmod +x test.exe
japj@debian:~/sandbox$ ./test.exe
mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
japj@debian:~/sandbox$ mono ./test.exe
mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

So running mono in linux also shows mscorlib. Is that wrong?