From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8311 invoked by alias); 29 Jun 2009 17:48:11 -0000 Received: (qmail 8294 invoked by uid 22791); 29 Jun 2009 17:48:11 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_73 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 17:48:05 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n5THkOlD017424; Mon, 29 Jun 2009 19:46:24 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n5THkOjD026840; Mon, 29 Jun 2009 19:46:24 +0200 (CEST) Date: Mon, 29 Jun 2009 17:48:00 -0000 Message-Id: <200906291746.n5THkOjD026840@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gingold@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <8A69FA04-68C3-49FC-8656-2208EC2BAA37@adacore.com> (message from Tristan Gingold on Mon, 29 Jun 2009 17:48:51 +0200) Subject: Re: RFA: (testsuite): make darwin as untested in bigcore.exp References: <8A69FA04-68C3-49FC-8656-2208EC2BAA37@adacore.com> 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: 2009-06/txt/msg00833.txt.bz2 > X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_73 > X-Spam-Check-By: sourceware.org > From: Tristan Gingold > Date: Mon, 29 Jun 2009 17:48:51 +0200 > > Hi, > > the darwin kernel isn't very good at generating core files. In > particular it lacks sparse corefile support. > This patch adjust the bigcore.exp testcase for Darwin. > > Tristan. > > gdb/testsuite: > 2009-06-29 Tristan Gingold > > * gdb.base/bigcore.exp: Make darwin untested. ok