[Mono-list] Mono status: mono/tests

Miguel de Icaza miguel@ximian.com
Wed, 19 Nov 2003 12:27:32 -0500


Hello,

> But the problem here: I was unable to find an information, which tests
> should the mono+mcs pass and which lead to failure. Of course, when mono
> becomes 1.0, all of the tests [hopefully] will work just fine. But now -
> can anyone give this information to me?

The JIT (mono/mono/tests) and Compiler (mcs/tests) should all pass with
the proper targets.

In mcs/tests, use `make test-compiler-jit'.
In mono/mono/tests use `make test'

> mcs --unsafe -nowarn:0162 -out:pinvoke1.exe pinvoke1.cs
> 
> ** (/usr/bin/mcs.exe:30678): WARNING **: cant resolve internal call to
> "Test::MyClone()" (tested without signature also)

That is ok, it is just a warning.

Miguel