This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
note on testing
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC Java <java at gcc dot gnu dot org>
- Date: 13 Feb 2007 17:29:19 -0700
- Subject: note on testing
- Reply-to: tromey at redhat dot com
I set up builder.classpath.org to run mauve tests again gij.
It does this as part of its normal continuous build/test cycle.
You can get results the usual way, eg the web page:
http://builder.classpath.org/
..or by asking the bot on irc.
Right now we only have a subset of results. Apparently the Mauve
InheritableThreadLocal test makes us use a *lot* of memory.
Tom