[Mono-list] [PATCH] mcs/errors don't run known-to-fail tests
Ravi Pratap M
ravi@ximian.com
27 Jun 2002 13:48:06 -0500
Hi Andrew,
Sorry for dragging my feet on this - it looks good and should be
applied, which is what I am going to do soon :-)
Regards,
Ravi
On Wed, 2002-06-26 at 11:26, Andrew Birkett wrote:
> On 25 Jun 2002, Ravi Pratap M wrote:
>
> > > get a boolean ok/fail result - I have to manually go through the results
> > > and see if they were 'as expected'. You could address that by trying to
> >
> > Point taken - this needs to be fixed.
>
> The attached patch will mean that 'make test' only runs the tests which
> are known to succeed. The failing ones have been moved to a different
> makefile rule.
>
> So, you can now run 'make test' in mcs/errors and mcs/tests before each
> commit and expect 100%. If you want to help fix the compiler, you can
> pick a test from the 'failures' makefile section and get it working.
>
> Andrew