From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26454 invoked by alias); 14 Nov 2008 12:57:22 -0000 Received: (qmail 26445 invoked by uid 22791); 14 Nov 2008 12:57:21 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 12:56:44 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id DF7C1290001; Fri, 14 Nov 2008 13:56:41 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id puCBvfEEHHMZ; Fri, 14 Nov 2008 13:56:41 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 54A66290006; Fri, 14 Nov 2008 13:56:41 +0100 (CET) Cc: Mark Kettenis , gdb-patches@sourceware.org Message-Id: <2C387CFB-1541-41B5-964C-68692E078BFA@adacore.com> From: Tristan Gingold To: Stan Shebs In-Reply-To: <491C6C09.4050300@codesourcery.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA] Darwin/x86 port (v2 - part 0) Date: Fri, 14 Nov 2008 16:28:00 -0000 References: <3A152A70-4355-440D-839F-A4EAC36C530B@adacore.com> <200811131452.mADEq21U018058@brahms.sibelius.xs4all.nl> <406742BB-4F37-406B-B4E3-75C8DD2DBD03@adacore.com> <491C6C09.4050300@codesourcery.com> X-Mailer: Apple Mail (2.929.2) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00336.txt.bz2 On Nov 13, 2008, at 7:03 PM, Stan Shebs wrote: > Anyway, I'm the most logical reviewer for the bulk of native > support, I'll give you some feedback in the next few days. In the > meantime, please run the testsuite, let's see what the basic numbers > are looking like. Thanks. I plan to post a new version of the patches that addresses Eli's review. Here is the first testsuite result: === gdb Summary === # of expected passes 4299 # of unexpected failures 3107 # of expected failures 33 # of known failures 11 # of unresolved testcases 152 # of untested testcases 31 # of unsupported tests 61 (Quiet slow as there are many timeouts). Tristan.