From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24714 invoked by alias); 12 Jul 2002 23:12:31 -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 24703 invoked from network); 12 Jul 2002 23:12:30 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 12 Jul 2002 23:12:30 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6E0803D53; Fri, 12 Jul 2002 19:12:26 -0400 (EDT) Message-ID: <3D2F625A.9000300@ges.redhat.com> Date: Fri, 12 Jul 2002 16:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy , Fernando Nasser Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: properly skip interrupts.exp References: <20020301231041.DB0E05E9DE@zwingli.cygnus.com> Content-Type: multipart/mixed; boundary="------------070201000704030409060902" X-SW-Source: 2002-07/txt/msg00287.txt.bz2 This is a multi-part message in MIME format. --------------070201000704030409060902 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 206 > 2002-03-01 Jim Blandy >> >> * gdb.base/interrupt.exp: Correct logic for skipping tests on >> targets that don't support interrupts. >> >> Yep, ok (this one I'm sure of). Andrew --------------070201000704030409060902 Content-Type: message/rfc822; name="mailbox-message://ac131313@movemail/fsf/gdb/patches/sep#3195744" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailbox-message://ac131313@movemail/fsf/gdb/patches/sep#3195744" Content-length: 3541 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: ac131313@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 94CD53DB0 for ; Thu, 20 Jun 2002 14:36:04 -0400 (EDT) Received: from pop.sfbay.redhat.com by localhost with IMAP (fetchmail-5.9.11) for ac131313@localhost (single-drop); Thu, 20 Jun 2002 14:36:04 -0400 (EDT) Received: from ges.redhat.com (cygnus-mx.sfbay.redhat.com [172.16.27.16]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA11674 for ; Thu, 20 Jun 2002 11:25:28 -0700 (PDT) Received: from sources.redhat.com (sources.redhat.com [209.249.29.67]) by ges.redhat.com (8.11.6/8.11.6) with SMTP id g5KAYn822953 for ; Thu, 20 Jun 2002 03:34:49 -0700 Received: (qmail 13873 invoked by alias); 20 Jun 2002 18:25:19 -0000 Received: (qmail 13856 invoked from network); 20 Jun 2002 18:25:15 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 20 Jun 2002 18:25:15 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 734725EA11; Thu, 20 Jun 2002 13:25:14 -0500 (EST) Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Delivered-To: mailing list gdb-patches@sources.redhat.com To: gdb-patches@sources.redhat.com Subject: Re: RFA: properly skip interrupts.exp References: <20020301231041.DB0E05E9DE@zwingli.cygnus.com> From: Jim Blandy Date: 20 Jun 2002 13:25:14 -0500 In-Reply-To: <20020301231041.DB0E05E9DE@zwingli.cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-length: 1317 Ping to testsuite maintainer: this patch needs review. Jim Blandy writes: > 2002-03-01 Jim Blandy > > * gdb.base/interrupt.exp: Correct logic for skipping tests on > targets that don't support interrupts. > > Index: gdb/testsuite/gdb.base/interrupt.exp > =================================================================== > RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.base/interrupt.exp,v > retrieving revision 1.36 > diff -c -r1.36 interrupt.exp > *** gdb/testsuite/gdb.base/interrupt.exp 2001/10/31 18:28:27 1.36 > --- gdb/testsuite/gdb.base/interrupt.exp 2002/03/01 22:24:08 > *************** > *** 18,28 **** > # Please email any bugs, comments, and/or additions to this file to: > # bug-gdb@prep.ai.mit.edu > > ! if [host_info exists name] { > ! if [board_info host exists gdb,nointerrupts] { > ! verbose "Skipping interrupt.exp because of nointerrupts." > ! continue > ! } > } > > if [target_info exists gdb,noinferiorio] { > --- 18,26 ---- > # Please email any bugs, comments, and/or additions to this file to: > # bug-gdb@prep.ai.mit.edu > > ! if [target_info exists gdb,nointerrupts] { > ! verbose "Skipping interrupt.exp because of nointerrupts." > ! continue > } > > if [target_info exists gdb,noinferiorio] { --------------070201000704030409060902--