From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by sourceware.org (Postfix) with ESMTPS id A17DB3858413 for ; Wed, 25 May 2022 12:47:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A17DB3858413 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-f45.google.com with SMTP id x12so5728232wrg.2 for ; Wed, 25 May 2022 05:47:07 -0700 (PDT) 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=DeyC0sZsFS8D1XP5Dya+PEOWot79yIWDjRtHyuIcnpU=; b=dh0qZKfoNDk52Ip/PBpQVXKGxLk4/j2A4eZJAhIC+P3Ezcpqno5RIX5ntKCZ1FmliD 4a37IptCcVDJElpKnSP+VRjWrMijvPqjzD5oU+zTWQ2rqSmhLYWyJ3Gtks9l9DW30OtQ 9azxOSem1tApyXL8I1srk3nyp42a2gFafTUNZXasC7DjCjy2QKx1WJx38vPz4GyViwZq 64cuYCVXyTaJVllOzg1dppz7tXcHUKIJCblDplX7x7QDRIbZ7e4/OqZyLP+Hf1KB3d9M mYPHYWAL0KVs4JozXHwUUhf9jE1FhwZl+JN44xn6w4ogSszWodCrNntdeEATdqMbdQFP RYZQ== X-Gm-Message-State: AOAM531+r7RGAMxUG4U/cMBTmHZ8EjaLghhZv/tO4982gvj95la6QkR/ Rmyggrw05UYKitnNbwcB6sWWfBwuTlw= X-Google-Smtp-Source: ABdhPJxEW5i3hMf/TI/S9HmMIFbXvT7W9qlYgP52EMvpSUmb1Kr1Vp/3ji2z0ZiNIRps9fd7AGqJoQ== X-Received: by 2002:adf:fe8f:0:b0:20e:73cc:8ed4 with SMTP id l15-20020adffe8f000000b0020e73cc8ed4mr24267762wrr.49.1653482826486; Wed, 25 May 2022 05:47:06 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id p17-20020a05600c419100b0039756cdc8e1sm1924325wmh.37.2022.05.25.05.47.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 25 May 2022 05:47:05 -0700 (PDT) Message-ID: <13a54d45-19b4-018c-20bf-ad426b4a7c9b@palves.net> Date: Wed, 25 May 2022 13:47:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 0/2] gdb: Fix DUPLICATE and PATH regressions throughout Content-Language: en-US To: Simon Marchi , gdb-patches@sourceware.org References: <20220519123445.2756177-1-pedro@palves.net> <5ffd5107-ed8f-f356-52a1-8e43d2fc1c1e@simark.ca> From: Pedro Alves In-Reply-To: <5ffd5107-ed8f-f356-52a1-8e43d2fc1c1e@simark.ca> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 25 May 2022 12:47:09 -0000 On 2022-05-24 16:18, Simon Marchi wrote: > On 5/19/22 08:34, Pedro Alves wrote: >> Patch #1 adds "gdb_test -nopass" as mentioned here: >> >> https://sourceware.org/pipermail/gdb-patches/2022-May/189189.html >> >> Patch #2 fixes DUPLICATE/PATH regressions throughout. > > I only read the commit messages, and that all makes sense to me. > > I am seeing a lot of failures on my CI due to this (it counts new DUPLICATEs > as failures), so this will help a lot bring it back to green. Alright, I'm going to push this. Thanks, Pedro Alves