From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 0AyRAFHOs2HLYwAAWB0awg (envelope-from ) for ; Fri, 10 Dec 2021 17:01:53 -0500 Received: by simark.ca (Postfix, from userid 112) id 003A71F0D0; Fri, 10 Dec 2021 17:01:52 -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.8 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A,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 6EC141ECEB for ; Fri, 10 Dec 2021 17:01:52 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DAB37385781F for ; Fri, 10 Dec 2021 22:01:51 +0000 (GMT) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by sourceware.org (Postfix) with ESMTPS id 6C86B3857C7F for ; Fri, 10 Dec 2021 22:01:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6C86B3857C7F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f42.google.com with SMTP id o13so17164496wrs.12 for ; Fri, 10 Dec 2021 14:01:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=P3GKtM+7VewXqP2jRbP7tcJ6RZag/UkTn0SUdLSo3ek=; b=24K3u2RHzp8DaTPaglBg2R0qDhn7zBSluNAMVekXOCUvva4zMd4WBjlZvGFMDUK3By oD+Q10tdJNyqYRCG1AxBi8mhn0CYlrL3BALRdkV2GhYuK6Xtd8dgNlG7xOKsA5UeSY5h he1E2Fwz2HYE2fz9hfkqwMq3QOYJ/fbcCa1QCgrgOw4RcINsT2PEw/EPet1Env5LffYx CwLq4WJnF9P7Cg14nOO+IO29E5LQ6PbC6RyNPpWy0/TsO/qyEG2+l0tx7d0CEyDn+GWB RXDy+s+5HEEUa6juIvd6vFxA0nh0I1XmjDoeFiAMNaCmPndnChXZjbe7vwtu0EWQ0Wbz 8Z3g== X-Gm-Message-State: AOAM530Pl8FjZp0H11xSDnv/6DQQ7t71yOfXgoBWPDMdVhZ9dNfWtRTL Fuju26fKVYGEOJnQqpk0SK1EQxjEHCU= X-Google-Smtp-Source: ABdhPJxn0XyQktvsJq8gvG0F2yc97IQFHbO4/CBNVweirSEsFh1e4Jg/QKSg6ddclkvEw/HyqFWvfw== X-Received: by 2002:a5d:4084:: with SMTP id o4mr17511845wrp.47.1639173692213; Fri, 10 Dec 2021 14:01:32 -0800 (PST) Received: from ?IPV6:2001:8a0:f912:1a00:d3db:ac91:4b9e:1449? ([2001:8a0:f912:1a00:d3db:ac91:4b9e:1449]) by smtp.gmail.com with ESMTPSA id e18sm3569206wrs.48.2021.12.10.14.01.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Dec 2021 14:01:31 -0800 (PST) Message-ID: Date: Fri, 10 Dec 2021 22:01:29 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [PATCH 00/12] Remove DUPLICATEs warnings Content-Language: en-US To: Lancelot SIX , gdb-patches@sourceware.org References: <20211126230038.103225-1-lsix@lancelotsix.com> From: Pedro Alves In-Reply-To: <20211126230038.103225-1-lsix@lancelotsix.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-11-26 23:00, Lancelot SIX via Gdb-patches wrote: > 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. Thanks! I sent a few comments, but nothing major. The patches I didn't comment on, I just think they're perfect. Thanks a lot for doing this. > > 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(-) >