This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: ClassLoader tests
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 03 Nov 2002 18:21:38 -0700
- Subject: Re: Patch: ClassLoader tests
- References: <1036369208.14550.93.camel@dhcppc2>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Here are some classloader tests. I've put them in a new
Anthony> directory for now. I suppose they could go back into
Anthony> libjava.lang, but I envision writing more class loader tests
Anthony> and libjava.lang is getting crowded. I also thought about
Anthony> putting these in Mauve, but I want to test gcj specific
Anthony> features here.
Anthony> Ok?
Yes, thanks. Feel free to check in new tests here too.
Tom