[Mono-devel-list] Performance of Mono on Windows
Ritvik Mayank
mritvik at novell.com
Sat Feb 26 07:54:58 EST 2005
Hi ,
The test-results for Mono on Windows can be found at
<http://mono.ximian.com/tests/displayTestResults.php?&profile=0&distro=3>
Some issues ::
Nunit stores the results in the windows format eg:
<test-suite
name="C:\cygwin\home\admin\src\mcs\class\System\System_test_defaul.dll"
success="False" time="164.156" asserts="0">
how do i avoid this?
Quite a few test are hanging under mbas :
under Test/errors and Test/tests and Test/rerrors
(i have substituted vbc.exe with mbas using a symbolic links.)
make run-test shows the following error::
admin at BLR-MONO-RITVIK ~/src/mcs/mbas/Test/rerrors
make run-test
make run-test-local
make[1]: Entering directory `/home/admin/src/mcs/mbas/Test/rerrors'
vbc.exe /lib:../../../class/lib/default -d:NET_1_1 -d:ONLY_1_1
/debug+ /debug:
full /target:library /out:rerrors_btest_default.dll
/r:../../../class/lib/defaul
t/rerrors.dll -r:../../../class/lib/default/nunit.framework.dll
-r:../../../clas
s/lib/default/nunit.core.dll
-r:../../../class/lib/default/nunit.util.dll @../.
./../build/deps/rerrors_btest_default.dll.response
--------
MonoBASIC: THIS IS AN ALPHA SOFTWARE.
--------
error BC2001: Source file '/lib' could not be found!!!
error BC2001: Source file '/debug+' could not be found!!!
error BC2001: Source file '../../../class/lib/default' could not be
found!!!
Compilation failed: 3 Error(s), 0 warnings
make[1]: *** [rerrors_btest_default.dll] Error 1
make[1]: Leaving directory `/home/admin/src/mcs/mbas/Test/rerrors'
make: *** [run-test] Error 2
any suggestion ?
/lib is not supported by vbc but it supports /debug+
Some of the test suites are hanging :
Syetem.Web.Services/Test/standalone :
$ make test ::
wsdl-tests :
...
...
HttpPost proxy for .\wsdlcache\www.xignite.com\xHistoricalTest.wsdl...
FAIL
Done
Please check error log at .\error\error.log
mono wstest.exe gc
mcs /r:System.Web.Services.dll /r:System.Data /target:library
-out:proxies.dll @
proxies.sources
error CS2008: No files to compile were specified
Compilation failed: 1 error(s), 0 warnings
make: *** [test-wsdl] Error 1
error.log says
*** Client test 'servicesmsTest': no protocols declared
any idea ?
System.Runtime.Remoting :
$ make run-test ::
Most of the tests under Test/Basecalls.cs and Test/ActivationTests.cs
hangs
With Regards,
Ritvik
More information about the Mono-devel-list
mailing list