From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30142 invoked by alias); 29 Jun 2009 15:49:03 -0000 Received: (qmail 30133 invoked by uid 22791); 29 Jun 2009 15:49:02 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_73 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.43rc1) with ESMTP; Mon, 29 Jun 2009 15:48:54 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2B7F3290029 for ; Mon, 29 Jun 2009 17:48:52 +0200 (CEST) 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 UbIVFVYLHnEC for ; Mon, 29 Jun 2009 17:48:51 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 93048290011 for ; Mon, 29 Jun 2009 17:48:51 +0200 (CEST) Message-Id: <8A69FA04-68C3-49FC-8656-2208EC2BAA37@adacore.com> From: Tristan Gingold To: gdb-patches@sourceware.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: RFA: (testsuite): make darwin as untested in bigcore.exp Date: Mon, 29 Jun 2009 15:49:00 -0000 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: 2009-06/txt/msg00821.txt.bz2 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. diff -c -p -r1.17 bigcore.exp *** gdb/testsuite/gdb.base/bigcore.exp 3 Jan 2009 05:58:03 -0000 1.17 --- gdb/testsuite/gdb.base/bigcore.exp 29 Jun 2009 15:45:43 -0000 *************** if ![isnative] then { *** 40,45 **** --- 40,46 ---- if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] || [istarget "*-*-solaris*"] + || [istarget "*-*-darwin*"] || [istarget "*-*-cygwin*"] } { untested "Kernel lacks sparse corefile support (PR gdb/1551)" return