[Mono-list] Help with bug fixes
Nick Drochak
ndrochak@gol.com
Wed, 26 Jun 2002 10:04:29 +0900
| > My goal is to get us down to 0 bugs and then introduce a "unit test
| > tinderbox" system that will automagically notify someone if their
| > commit breaks any unit tests.
|
| This is also on my radar - hence my patch to make the tests in mcs/errors
| and mcs/tests much more uniform. A tinderbox-like system would be way
| cool though.
Perhaps I should have been more clear and said "NUnit" tests.
There are two main sets of tests in the mcs CVS module. On set is the
mcs/tests that you referred to which are for the mono C# compiler, mcs.
I was referring to the NUnit tests for the class libs that live under
mcs/class/<assembly_name>/Tests. In particular I am concerned about the
corlib assembly right now as it is the central foundation library.
Nick D.