[Mono-list] Tests running on Windows again

Nick Drochak ndrochak@gol.com
Sun, 3 Mar 2002 23:50:40 +0900


All,

I got the Nunit tests running on windows again.  I had to exclude a few
of the Interfaces from the corlib_res.dll that the tests are linked
with.  They were not playing nicely with the parts of mscorlib that need
them, apparently.

Anyway, run 'make test' from the mcs directory and you'll see what needs
love.  Currently this is the status from windows:
	Tests Run: 466, Failures: 20, Errors: 282

In addition, all but one of the tests run without errors when linked
with mscorlib.  That one exception being the TimeZoneTest.  It only
works if your computer is set to the CET time zone.  Anyone have a good
suggestion on how to have a better test for a TimeZone constructor?

Nick D.