From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 72ZVHzxnoWE6QAAAWB0awg (envelope-from ) for ; Fri, 26 Nov 2021 18:01:16 -0500 Received: by simark.ca (Postfix, from userid 112) id 702A61F0CE; Fri, 26 Nov 2021 18:01:16 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 B0A7F1EDF0 for ; Fri, 26 Nov 2021 18:01:15 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E6BF63857C43 for ; Fri, 26 Nov 2021 23:01:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6BF63857C43 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1637967674; bh=M4tTmWv87sPDLLYaq06uKtcfDVIKUweejl3rNevaDEg=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=YFXEp0SCywespKsacGSuF/0JchZpurAfS+u0E5NNrj8eZ6cgmzGVvwEpgDhr4TOpQ LanQWhnlfawIJR0uiuUEdnCj8R4KzxLiDLLQ1D75WbfGhr2FJ2QEFdGbz+GXstS2j5 VJH7T4VSnPRwNQb0bEy489p/rUGQmBIsToFuhHw4= Received: from lndn.lancelotsix.com (vps-42846194.vps.ovh.net [IPv6:2001:41d0:801:2000::2400]) by sourceware.org (Postfix) with ESMTPS id 1AD043858D39 for ; Fri, 26 Nov 2021 23:00:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1AD043858D39 Received: from Plymouth.lan (unknown [IPv6:2a02:390:9086:0:a47d:3441:84f3:f4bc]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id B245280D5D; Fri, 26 Nov 2021 23:00:53 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH 00/12] Remove DUPLICATEs warnings Date: Fri, 26 Nov 2021 23:00:26 +0000 Message-Id: <20211126230038.103225-1-lsix@lancelotsix.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Fri, 26 Nov 2021 23:00:53 +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: Lancelot SIX Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi, This cleanup series is a continuation of the following series: https://sourceware.org/pipermail/gdb-patches/2021-November/183628.html With this series, I get rid of all the DUPLICATE warnings I have when running the testsuite on in my current configuration (i.e. NixOS GNU/Linux on x86_64, with python support enabled). I have no doubt that other configurations might still see other warnings, though. As for the previous series, this series only contains pretty straight forward fixes, mostly adjusting test names in order to distinguish similar tests. All feedback are welcome. Best, Lancelot. Lancelot SIX (12): gdb/testsuite: Remove duplicates from gdb.mi/mi-syn-frame.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-watch.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-catch-load.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-var-child.exp gdb/testsuite: Remove duplicates from gdb.mi/mi2-var-child.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop-exit.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-var-rtti.exp gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp gdb/testsuite: Remove duplicates from gdb.mi/mi2-amd64-entry-value.exp gdb/testsuite: Remove duplicates from gdb.threads/staticthreads.ex gdb/testsuite/gdb.mi/mi-catch-load.exp | 77 ++++++++++--------- gdb/testsuite/gdb.mi/mi-language.exp | 2 +- gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | 22 ++---- gdb/testsuite/gdb.mi/mi-nonstop.exp | 4 +- gdb/testsuite/gdb.mi/mi-nsthrexec.exp | 2 +- gdb/testsuite/gdb.mi/mi-syn-frame.exp | 16 ++-- gdb/testsuite/gdb.mi/mi-var-child.exp | 18 +---- gdb/testsuite/gdb.mi/mi-var-rtti.cc | 12 +-- gdb/testsuite/gdb.mi/mi-watch.exp | 2 +- .../gdb.mi/mi2-amd64-entry-value.exp | 42 ++++++---- gdb/testsuite/gdb.mi/mi2-var-child.exp | 18 +---- gdb/testsuite/gdb.threads/staticthreads.exp | 2 +- 12 files changed, 101 insertions(+), 116 deletions(-) -- 2.33.1