This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: darwin & libgcj ?
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Andrew Haley <aph at redhat dot com>,Jeff Sturm <jsturm at one-point dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 6 Jan 2003 14:14:25 +0100
- Subject: Re: darwin & libgcj ?
-- Original Message --
>[redirected to Java]
>Jeff Sturm writes:
> > On Sun, 5 Jan 2003, Andrew Haley wrote:
> > > > Btw, this multiple read is coming from boehm-gc.
> > >
> > > Aha! Well, that is wrong. Perhaps the linker is failing to do the
> > > right thing. But without a system to debug I don't know what is
> > > causing the problem.
> >
> > I think the simplest thing to do is disable incremental GC on Darwin;
>see
> > patch below. (AFAICT it didn't work anyway; gctest seemed to hang
> > forever.)
> >
> > With this small patch I get some success on Darwin:
> >
> > === libjava Summary ===
> >
> > # of expected passes 335
> > # of unexpected failures 22
> > # of expected failures 2
> > # of unresolved testcases 91
> > # of untested testcases 16
Here are mine:
=== libjava Summary ===
# of expected passes 1292
# of unexpected failures 110
# of expected failures 4
# of unresolved testcases 143
# of untested testcases 163
Most of them are from this type:
ERROR: No `main' given in program utilTest
Later more.
Andreas