This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Mauve wishlist
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Thomas Fitzsimmons <fitzsim at redhat dot com>, GCJ Hackers <java at gcc dot gnu dot org>
- Date: 17 Mar 2006 15:42:13 -0700
- Subject: Re: Mauve wishlist
- References: <1142613140.3805.20.camel@rh-ibm-t41> <441B24D8.30304@avtrex.com>
- Reply-to: tromey at redhat dot com
I moved the followups for this note.
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> I would like to see a way to partition the different tests. Sometimes
David> mauve will not build for gcj (and probably other compilers as well)
David> because just a single file has some problem. It would be nice to
David> still be able to run the majority of the tests in this situation.
Good idea. This is a longstanding issue in how we build mauve, as
part of the libgcj test suite. It would be better if we tried to
build the tests, but then simply didn't link in or try to run the ones
which failed to build. Maybe we could cut down on spurious mauve
FAILs this way.
Tom