Dear Mono hackers, I clearly understand, that mono is unstable and very quickly changes [to better :-)]. But when I tried to package it for a Linux distribution that I use, I got a troublesome situation: whenever I want to verify that packages I built are relatively good, I want to test this fact. It's natural. And it's obvious to use included *tests* for this purpose. 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? My proposition here is to include this information to Release Notes. That's a good thing to tell not only about advances of a release but also about what is not working yet :-) The result I got is below. I think there's something wrong with it, but I'm completely lost about what goes wrong :-( Thank you for any help. Best regards, Ildar
My results: 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)
Your mono runtime and corlib are out of sync. Corlib is: pinvoke1
When you update one from cvs you need to update, compile and install the other too. Do not report this as a bug unless you're sure you have updated correctly: you probably have a broken mono install. If you see other errors or faults after this message they are probably related and you need to fix your mono install first. Compilation succeeded ----------------- $ make testjit .... 165 test(s) passed. 5 test(s) failed.
Failed tests:
remoting2.exe remoting3.exe thread5.exe ** thread6.exe calliTest.exe $ make testinterp .... 160 test(s) passed. 9 test(s) failed.
Failed tests:
pinvoke1.exe pinvoke7.exe appdomain2.exe remoting2.exe remoting3.exe thread6.exe jmpTest.exe calliTest.exe even-odd.exe --------------------------------------------------- I'm using ALTLinux Sisyphus <http://altlinux.com/index.php?module=sisyphus> with packages installed: mono-0.28-alt1 mcs-0.28-alt1
-- Ildar Mulyukov, free SW designer/programmer ================================================ email: [EMAIL PROTECTED] projects: http://os-development.sourceforge.net/ home: http://tuganger.narod.ru/ ALT Linux Sisyphus (20030721) ================================================
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
