This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Question about a comment in _Jv_StackTrace::UnwindTraceFn
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Dave Korn <dave dot korn dot cygwin at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 22 May 2009 18:24:17 +0100
- Subject: Re: Question about a comment in _Jv_StackTrace::UnwindTraceFn
- References: <4A15890E.30001@gmail.com> <4A158C3A.7000705@redhat.com> <4A15FE9C.1040801@gmail.com> <4A1642A6.1050901@gmail.com>
Dave Korn wrote:
> FTR, the results before this patch were:
>
> === libjava Summary ===
>
> # of expected passes 2392
> # of unexpected failures 96
> # of untested testcases 84
>
> === libffi Summary ===
>
> # of expected passes 1374
> # of unexpected failures 27
And after:
=== libjava Summary ===
# of expected passes 2459
# of unexpected failures 63
# of untested testcases 51
=== libffi Summary ===
# of expected passes 1390
# of unexpected failures 19
Applied following OK from Andrew on the gcc-patches list.
cheers,
DaveK