This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Test suite regressions
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: Test suite regressions
- From: Tom Tromey <tromey at redhat dot com>
- Date: 20 Mar 2001 14:18:10 -0700
- Cc: Per Bothner <per at bothner dot com>, Java Discuss List <java at gcc dot gnu dot org>
- References: <Pine.LNX.4.10.10103191919370.27689-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
Jeff> Hmm... there are no Java apps mentioned on
Jeff> /gcc-3.0/criteria.html. What is a good sample?
Good question.
I know Alex has some applications which he uses as regression tests.
I don't know what they are.
Jeff> Jacl
Jeff> Xerces
Jeff> Kawa (of course :))
I've successfully built Apache JServ using gcj in the past. I think
it required a couple tweaks to work around gcj bugs though (and at
least one piece of invalid code in JServ itself as I recall).
Jeff> I'll see if I can get a test harness around these, at least for
Jeff> the branch... disk space might become an issue.
If you make the harness part of the dejagnu testing that would be most
convenient for me. Then I can set things up to be fairly automated.
Tom