This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: darwin & libgcj ?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Andreas Tobler <toa at pop dot agri dot ch>, <java at gcc dot gnu dot org>
- Date: Mon, 6 Jan 2003 08:43:09 -0500 (EST)
- Subject: Re: darwin & libgcj ?
On Mon, 6 Jan 2003, Andrew Haley wrote:
> > === libjava Summary ===
> >
> > # of expected passes 335
> > # of unexpected failures 22
> > # of expected failures 2
> > # of unresolved testcases 91
> > # of untested testcases 16
>
> Good. Are the null pointer tests failing?
Throw_2 seems to fail, otherwise null pointers are OK.
Most failures look like problems in the testsuite. I get a tcl error in
compile.exp, so the test count is low. None of the JNI tests compile
because `-shared' doesn't create a DSO on Darwin. Also the weird jv-scan
error Andreas mentioned.
Jeff