From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11791 invoked by alias); 1 Mar 2002 23:10:47 -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 11689 invoked from network); 1 Mar 2002 23:10:43 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 1 Mar 2002 23:10:43 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id DB0E05E9DE; Fri, 1 Mar 2002 18:10:41 -0500 (EST) From: Jim Blandy To: gdb-patches@sources.redhat.com Subject: RFA: properly skip interrupts.exp Message-Id: <20020301231041.DB0E05E9DE@zwingli.cygnus.com> Date: Fri, 01 Mar 2002 15:10:00 -0000 X-SW-Source: 2002-03/txt/msg00005.txt.bz2 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] {