From patchwork Thu Oct 12 18:42:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 23508 Received: (qmail 78141 invoked by alias); 12 Oct 2017 18:42:40 -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 78131 invoked by uid 89); 12 Oct 2017 18:42:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1682 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; Thu, 12 Oct 2017 18:42:38 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1B9FFC014163 for ; Thu, 12 Oct 2017 18:42:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 1B9FFC014163 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=palves@redhat.com Received: from cascais.localdomain (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id D3A6317549 for ; Thu, 12 Oct 2017 18:42:33 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [pushed] Remove is_remote target check from gdb.base/dprintf-non-stop.exp Date: Thu, 12 Oct 2017 19:42:31 +0100 Message-Id: <1507833751-29019-1-git-send-email-palves@redhat.com> From: Simon Marchi 1. is_remote is not the right check. 2. Both Simon & Pedro ran it continuously for some time against native-gdbserver and didn't see a failure. 3. The test has been running against native-extended-gdbserver anyway. gdb/testsuite/ChangeLog: 2017-10-12 Simon Marchi Pedro Alves * gdb.base/dprintf-non-stop.exp: Remove is_remote target check. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/dprintf-non-stop.exp | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e6a4281..8ecdc50 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-10-12 Simon Marchi + Pedro Alves + + * gdb.base/dprintf-non-stop.exp: Remove is_remote target check. + 2017-10-12 Pedro Alves Simon Marchi diff --git a/gdb/testsuite/gdb.base/dprintf-non-stop.exp b/gdb/testsuite/gdb.base/dprintf-non-stop.exp index fed51ef..1df933b 100644 --- a/gdb/testsuite/gdb.base/dprintf-non-stop.exp +++ b/gdb/testsuite/gdb.base/dprintf-non-stop.exp @@ -13,12 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if [is_remote target] then { - # Testing with remote/non-stop is racy at the moment. - unsupported "testing dprintf with remote/non-stop is not supported." - return 0 -} - standard_testfile set executable ${testfile}