From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22628 invoked by alias); 28 Jun 2004 14:50:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22508 invoked from network); 28 Jun 2004 14:50:43 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 28 Jun 2004 14:50:43 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5SEoge1017774 for ; Mon, 28 Jun 2004 10:50:43 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5SEogw13568 for ; Mon, 28 Jun 2004 10:50:42 -0400 Received: from cygbert.vinschen.de (vpn50-11.rdu.redhat.com [172.16.50.11]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i5SEoeP24601 for ; Mon, 28 Jun 2004 07:50:41 -0700 Received: by cygbert.vinschen.de (Postfix, from userid 500) id F0B72582E2; Mon, 28 Jun 2004 16:50:37 +0200 (CEST) Date: Mon, 28 Jun 2004 14:50:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: [RFA] testsuite/gdb.base/bigcore.exp: Skip test on Cygwin Message-ID: <20040628145037.GD19325@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-SW-Source: 2004-06/txt/msg00637.txt.bz2 Hi, Cygwin doesn't support sparse corefiles so the test should be skipped. Patch below. Corinna * gdb.base/bigcore.exp: Skip test on Cygwin. Index: gdb.base/bigcore.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bigcore.exp,v retrieving revision 1.6 diff -u -p -r1.6 bigcore.exp --- gdb.base/bigcore.exp 10 May 2004 16:47:40 -0000 1.6 +++ gdb.base/bigcore.exp 28 Jun 2004 14:48:32 -0000 @@ -43,7 +43,8 @@ if ![isnative] then { if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] - || [istarget "*-*-solaris*"] } { + || [istarget "*-*-solaris*"] + || [istarget "*-*-cygwin*"] } { untested "Kernel lacks sparse corefile support (PR gdb/1551)" return } -- Corinna Vinschen Cygwin Co-Project Leader Red Hat, Inc.