[Mono-list] Corlib's Unit Tests now run against mscorlib too

Nick Drochak ndrochak@gol.com
Sat, 9 Feb 2002 10:35:34 +0900


All,

After some discussion on IRC, I've updated the 'make test' target so
that it compiles the corlib unit tests with mscorlib too.  Then it runs
the tests using mscorlib.  This gives us assurance that our tests aren't
broken with respect to that reference assembly.

I fixed the few tests that were failing (mostly mine :), but there are
several that still have errors, e.g. StringBuilder, and the ToString()
method for some of the native types.

The same thing should be done for the other assemblies, but I've run out
of time today.


Nick D.