This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Status page
- From: Tom Tromey <tromey at redhat dot com>
- To: "Andreas Tobler" <toa at pop dot agri dot ch>
- Cc: "Loren James Rittle" <rittle at latour dot rsch dot comm dot mot dot com>, java at gcc dot gnu dot org
- Date: 19 Feb 2003 11:55:24 -0700
- Subject: Re: Status page
- References: <3E4318FE00001721@mail02.agrinet.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:
Andreas> The test passes now, I'm now in the stage where I only have
Andreas> jni failures, SynchTest and Throw_2. Plus some other minor?
Andreas> ones.
Note that the test suite in the tree doesn't test a whole lot. For
better coverage you'll also want to run Mauve and Jacks. You can just
put these in the right directory in your source tree and the dejagnu
code will find them and run them.
Tom