From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97300 invoked by alias); 21 Apr 2015 18:09:08 -0000 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 Received: (qmail 96328 invoked by uid 89); 21 Apr 2015 18:09:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 21 Apr 2015 18:08:59 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3LI8vrQ017333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Apr 2015 14:08:57 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3LI8WLC028722 for ; Tue, 21 Apr 2015 14:08:56 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 23/24] interrupt.exp: Revert back to checking gdb,noinferiorio at the top Date: Tue, 21 Apr 2015 18:09:00 -0000 Message-Id: <1429639711-16459-24-git-send-email-palves@redhat.com> In-Reply-To: <1429639711-16459-1-git-send-email-palves@redhat.com> References: <1429639711-16459-1-git-send-email-palves@redhat.com> X-SW-Source: 2015-04/txt/msg00791.txt.bz2 The following patch will remove the gdb,noinferiorio setting from the gdbserver boards, so this bit can be reverted. gdb/testsuite/ChangeLog: 2015-04-21 Pedro Alves * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio at the top. --- gdb/testsuite/gdb.base/interrupt.exp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gdb/testsuite/gdb.base/interrupt.exp b/gdb/testsuite/gdb.base/interrupt.exp index f594ba4..426c2a6 100644 --- a/gdb/testsuite/gdb.base/interrupt.exp +++ b/gdb/testsuite/gdb.base/interrupt.exp @@ -18,6 +18,11 @@ if [target_info exists gdb,nointerrupts] { continue } +if [target_info exists gdb,noinferiorio] { + verbose "Skipping interrupt.exp because of noinferiorio." + return +} + standard_testfile set options { debug } @@ -45,11 +50,6 @@ if ![file exists $binfile] then { if [runto_main] then { global inferior_spawn_id gdb_spawn_id - if {[target_info exists gdb,noinferiorio] && $inferior_spawn_id == $gdb_spawn_id} { - verbose "Skipping interrupt.exp because of noinferiorio." - return - } - set msg "process is alive" gdb_test_multiple "continue" $msg { -i "$inferior_spawn_id" -re "talk to me baby\r\n" { -- 1.9.3