From patchwork Wed Mar 19 15:58:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 167 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (caibbdcaaahb.dreamhost.com [208.113.200.71]) by wilcox.dreamhost.com (Postfix) with ESMTP id 9FDFC3600D6 for ; Wed, 19 Mar 2014 08:59:01 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14314964) id 587A3CA324A; Wed, 19 Mar 2014 08:59:01 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id 2AEEFCA61B5 for ; Wed, 19 Mar 2014 08:59:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=c4JgAVG0jEdTy+cA39BONZMdzqE6glZ k5SeFNX1JFQ/R1n7OxmGhy1opDeNNqZxmqynBE2reR8bHq7HHmaAQafRobZoOrF5 kLOFdXOtXEt/vI4TrCJI9F6v+hWcCo16dQeFFYIki74cSBzdVbMJn4SyZ6N0W7jO 2s9v/AYw/65Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; s=default; bh=pxcjj05sy/oJCte3DT6QApPnfLo=; b=i8c4q y0aSsjCUo7l23oruY/RLmwCd6umtawkfM1OqGui6czwOP0TrG3jmilTwkmNmIp2Z nGB5jDZpQzZ028L/3iPFsGTg4ziosminv1CACwuFDd2PQ+LcoI17F3YO0vHUzTk+ 5q+IzoJpWGswlTRdcR6Agv1In54NyjbmQpyNZA= Received: (qmail 20736 invoked by alias); 19 Mar 2014 15:58:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 20695 invoked by uid 89); 19 Mar 2014 15:58:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 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 ESMTP; Wed, 19 Mar 2014 15:58:15 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2JFwBbU027884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Mar 2014 11:58:12 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2JFw1MJ008699 for ; Wed, 19 Mar 2014 11:58:11 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PUSHED 8/8] gdb.base/async.exp: Enable it. Date: Wed, 19 Mar 2014 15:58:01 +0000 Message-Id: <1395244681-24272-9-git-send-email-palves@redhat.com> In-Reply-To: <1395244681-24272-1-git-send-email-palves@redhat.com> References: <1395244681-24272-1-git-send-email-palves@redhat.com> X-DH-Original-To: gdb@patchwork.siddhesh.in There's no reason not to enable this test anymore. Even if the current output isn't ideal (we mess up the prompt), it's what we have today. We can adjust the test if the output improves. gdb/testsuite/ 2014-03-19 Pedro Alves * gdb.base/async.exp: Remove early return. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/async.exp | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7fdc810..88fd3ea 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2014-03-19 Pedro Alves + * gdb.base/async.exp: Remove early return. + +2014-03-19 Pedro Alves + * gdb.base/async.exp (step& tests): Pass explicit test messages. 2014-03-19 Pedro Alves diff --git a/gdb/testsuite/gdb.base/async.exp b/gdb/testsuite/gdb.base/async.exp index bbe8a27..f0a18e8 100644 --- a/gdb/testsuite/gdb.base/async.exp +++ b/gdb/testsuite/gdb.base/async.exp @@ -20,13 +20,6 @@ standard_testfile -######################################## -## -## Don't do any of these tests until we reach consensus on this file. -## -return 0 -######################################## - if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { untested $testfile.exp return -1