From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6923 invoked by alias); 5 Oct 2009 18:21:59 -0000 Received: (qmail 6905 invoked by uid 22791); 5 Oct 2009 18:21:58 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Oct 2009 18:21:51 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n95ILniP017634 for ; Mon, 5 Oct 2009 14:21:49 -0400 Received: from localhost.localdomain (vpn-12-89.rdu.redhat.com [10.11.12.89]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n95ILm05011156; Mon, 5 Oct 2009 14:21:49 -0400 Message-ID: <4ACA393D.3090606@redhat.com> Date: Mon, 05 Oct 2009 18:21:00 -0000 From: Anthony Green User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Jasper Lievisse Adriaanse CC: libffi-discuss@sources.redhat.com Subject: Re: libffi 3.0.9 release candidate 1 References: <4AC97CBA.5080305@redhat.com> <20091005180653.GB29614@gurthang.humppa.nl> <20091005180808.GC29614@gurthang.humppa.nl> In-Reply-To: <20091005180808.GC29614@gurthang.humppa.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2009/txt/msg00278.txt.bz2 Jasper Lievisse Adriaanse wrote: > On Mon, Oct 05, 2009 at 08:06:53PM +0200, Jasper Lievisse Adriaanse wrote: > >> On Mon, Oct 05, 2009 at 12:57:30AM -0400, Anthony Green wrote: >> >>> Here's 3.0.9rc1: >>> ftp://sources.redhat.com/pub/libffi/libffi-3.0.9rc1.tar.gz >>> >>> I built this out of my new git repository here: >>> http://github.com/atgreen/libffi >>> >>> I'm using stgit, which is like quilt for git. I rebased the git >>> repository to gcc HEAD, then added the "stand-alone" patches (mostly >>> configury changes), the AVR port, the Snow Leopard memory protection >>> fix, and the 64-bit AIX fix. >>> >>> I believe we're missing ChangeLog entries from Jens, Abdulaziz, and >>> Bradley. Please send them. I'll push your changes into GCC once >>> they're clean. >>> >>> Abdulaziz - please also check that I applied your patch correctly. >>> The source files had changed somewhat since you submitted it. >>> >>> I'll set up a wiki page to track platform testing soon, but initial >>> test results and pointers to missing patches would be helpful. >>> >>> Thanks, >>> >>> AG >>> >> As of this RC, there's an increase of about 340 in failed tests on >> OpenBSD. I've attached the log. The unwindtest.cc failure is expected, >> ther others not. Anyone has a clue what's going on here? >> All the closure tests are failing. Do you have time to help debug this? Thanks, AG >> libffi 3.0.8: >> # of expected passes 1365 >> # of unexpected failures 8 >> # of unsupported tests 15 >> >> libffi 3.0.9rc1 >> # of expected passes 685 >> # of unexpected failures 348 >> # of unsupported tests 15 >> >> Cheers, >> Jasper >> >> -- >> "Intelligence should guide our actions, but in harmony with the >> texture of the situation at hand" >> -- Francisco Varela >> > > this time with the log *attached*..