From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12602 invoked by alias); 13 Jan 2011 18:40:33 -0000 Received: (qmail 12589 invoked by uid 22791); 13 Jan 2011 18:40:32 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Jan 2011 18:40:27 +0000 Received: (qmail 21616 invoked from network); 13 Jan 2011 18:40:26 -0000 Received: from unknown (HELO localhost) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jan 2011 18:40:26 -0000 Date: Thu, 13 Jan 2011 18:40:00 -0000 From: Nathan Froyd To: Michael Snyder Cc: "gdb@sourceware.org" Subject: Re: Question re: testsuite, "isnative", "is_remote" etc. Message-ID: <20110113184025.GO6247@codesourcery.com> References: <4D2E35C5.60206@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D2E35C5.60206@vmware.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00044.txt.bz2 On Wed, Jan 12, 2011 at 03:14:13PM -0800, Michael Snyder wrote: > What's the recommended way of skipping a test case if it shouldn't run > remotely? I used [target_info exists use_gdb_stub] last time I fixed a test like this (gdb.base/break-entry.exp). -Nathan