This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch for i386-darwin: test suite results
Sandro Tolaini writes:
>
> On 19/mar/2006, at 12:21, Andrew Haley wrote:
>
> > OK, so the only things now failing are the tests that rely on throwing
> > exceptions from signal handlers. Make sure that the line
> >
> > can_unwind_signal=no
> >
> > is present under i[34567]86-*-*-darwin in libjava's configure.host.
>
> Yes, it's present. If I set can_unwind_signal=yes much more tests fail.
OK. Well, if I were doing this I'd start with Array_3, running it
under gdb to see where it goes wrong.
Andrew.