From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1638 invoked by alias); 24 Nov 2011 17:23:45 -0000 Received: (qmail 1629 invoked by uid 22791); 24 Nov 2011 17:23:44 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Nov 2011 17:23:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 0EAA5CB027E; Thu, 24 Nov 2011 18:23:31 +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 yEhqi36s97sP; Thu, 24 Nov 2011 18:23:30 +0100 (CET) Received: from [192.168.0.12] (mtg95-3-82-238-192-125.fbx.proxad.net [82.238.192.125]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 6CEF6CB0221; Thu, 24 Nov 2011 18:23:30 +0100 (CET) Subject: Re: [commit/darwin] Port machoread to Darwin 11 (aka Lion) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20111124163934.GS13809@adacore.com> Date: Thu, 24 Nov 2011 17:23:00 -0000 Cc: "gdb-patches@sourceware.org ml" Content-Transfer-Encoding: quoted-printable Message-Id: <4AF695A5-E0B3-4A0D-9301-E59EFDFD62C4@adacore.com> References: <20111124163934.GS13809@adacore.com> To: Joel Brobecker 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: 2011-11/txt/msg00687.txt.bz2 On Nov 24, 2011, at 5:39 PM, Joel Brobecker wrote: >> Reg-tested on both Darwin 10 and Darwin 11 but with the AdaCore test sui= te. >=20 > I think we are able to run the testsuite on Darwin, so why not use it? > I occasionaly rely on our testsuite alone for testing when using the > standard testsuite is not possible for whatever reason (eg, it crashes > our Solaris machines, or I can't get expect to work on Tru64), but > otherwise, we should run the standard test suite. I agree, but with the AdaCore test suite, I have the results for both Darwi= n 10 and Darwin 11, which was the important point for this patch. Tristan.