From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id InwwKLTIu2E9bgAAWB0awg (envelope-from ) for ; Thu, 16 Dec 2021 18:16:04 -0500 Received: by simark.ca (Postfix, from userid 112) id 9C2611F0BD; Thu, 16 Dec 2021 18:16:04 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 3C2971ECEB for ; Thu, 16 Dec 2021 18:16:04 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D3DFD3858404 for ; Thu, 16 Dec 2021 23:16:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3DFD3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1639696563; bh=mk9oVmB+FC1ZVXjQR7v6ZzjkwQRQLEXR8GVrUDRmrUI=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=iYITO4lOvfjj+NS8q0HyenmXSiId/jpXOkev3JmBgjL3YCDxt77HNsATXzRGQb+D6 OOj4qa0AgrJWWh1iHbjE0s3GHczJFfrPJnRkWD2qm6P6mNl/K6fOogrckdd2MYvQ4D 1AT+EYEywGX9qvaUQ3PSLWxNUfxgAOhsxvBngDDc= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 961A73858D28 for ; Thu, 16 Dec 2021 23:15:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 961A73858D28 Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:7c27:fcf5:8e6d:c1bd]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id CB30980D5D; Thu, 16 Dec 2021 23:15:44 +0000 (UTC) Date: Thu, 16 Dec 2021 23:15:41 +0000 To: Pedro Alves Subject: Re: [PATCH 28/29] gdb/testsuite: Remove duplicates from gdb.base/watchpoints.exp Message-ID: <20211216231541.ajexb25o573ztmie@Plymouth> References: <20211121175636.779325-1-lsix@lancelotsix.com> <20211121175636.779325-29-lsix@lancelotsix.com> <69e77cb2-d171-e815-de73-0e58444a58f8@palves.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69e77cb2-d171-e815-de73-0e58444a58f8@palves.net> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Thu, 16 Dec 2021 23:15:44 +0000 (UTC) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > > Fix by adjusting the test nanes where appropriate. > > "test names" > Fixed locally. Thanks, Lancelot.