From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86823 invoked by alias); 23 Oct 2018 18:25:15 -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 86469 invoked by uid 89); 23 Oct 2018 18:24:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: jocasta.intra Received: from de.cellform.com (HELO jocasta.intra) (88.217.224.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 Oct 2018 18:24:51 +0000 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.15.2/8.15.2/Debian-8) with ESMTPS id w9NIOTOw002683 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 23 Oct 2018 20:24:29 +0200 Received: (from john@localhost) by jocasta.intra (8.15.2/8.15.2/Submit) id w9NIOTCi002682; Tue, 23 Oct 2018 20:24:29 +0200 Date: Tue, 23 Oct 2018 18:25:00 -0000 From: John Darrington To: Sergio Durigan Junior Cc: John Darrington , gdb-patches@sourceware.org Subject: Re: [PATCH 3/4] GDB: Fix documentation for invoking GDBSERVER Message-ID: <20181023182429.jv4z3rd6obkmq2zy@jocasta.intra> References: <20181013175801.2670-1-john@darrington.wattle.id.au> <20181013175801.2670-3-john@darrington.wattle.id.au> <871s8nxaoj.fsf@redhat.com> <20181019070549.6zu5fcdftmefqtzs@jocasta.intra> <87zhv9vf6t.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zhv9vf6t.fsf@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-10/txt/msg00516.txt.bz2 On Fri, Oct 19, 2018 at 04:45:14PM -0400, Sergio Durigan Junior wrote: Aside from the documentation, you'd also probably have to update the tests (both the selftests and the regular ones). When I run "make check" I get a large number of failures, and I'm told that this is normal. How do I run just the tests which you think need to be adjusted? J'