From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by sourceware.org (Postfix) with ESMTPS id A85123888C4D for ; Thu, 28 Apr 2022 16:28:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A85123888C4D 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-f52.google.com with SMTP id e24so7465479wrc.9 for ; Thu, 28 Apr 2022 09:28:57 -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=q+NBrlqTvIPSzZw85SVHW8tJ+2pT/3lojg9Wbly5RHM=; b=0y1I6t/Nc++clFwAH03GIPMGIsmoVJzGQrK1uyrBGOve27k/axfNb2zXkkllpPSOUO g1/OOXz7R0Agy3ShuGTAQC8uN4b9ZPiqoqK5v8FiZIbj0k7haYBe1mIjCoYUQRNEsQjZ UT2bBnR5WtLVv1qiqdHoqneDn+wQbiFR5rwjCaaWJ9ToSEMUsKxGsjHyVN7FmynXZk+U oMpSi7ZKeeee+7RL2YRyR+TkXYOxpVnJDTQBmdQNNcPv4AaVOqqF219vOLMvNJKjzcnn 54oSjNtzF+YifhqwPzXhK1mJcihUWa+M/gEecU2Zxwh6g/scK4/JmnPEwkpJo6pfkUSd ycMA== X-Gm-Message-State: AOAM532YEPt4986TbWnKhmiBoMr6j6lV8I4JBH+/e/lTj344joZGsM/R T0S4/PTOSFHweqI5dpCRvB9krOfFoyQ/6A== X-Google-Smtp-Source: ABdhPJwmo02sL1qt9xMxNO5dW79glaLVFI3BUpoa5L8z+d1qKXNCgNXEJ/B6xEW1TDLpXlCPKhkWcA== X-Received: by 2002:a05:6000:1f03:b0:20a:8591:9a1a with SMTP id bv3-20020a0560001f0300b0020a85919a1amr27337195wrb.423.1651163336674; Thu, 28 Apr 2022 09:28:56 -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 n5-20020a05600c3b8500b00393fb9923basm333174wms.39.2022.04.28.09.28.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Apr 2022 09:28:55 -0700 (PDT) Message-ID: <70e941df-d99f-1c48-1b78-b712d899a000@palves.net> Date: Thu, 28 Apr 2022 17:28:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH] gdb/debuginfod: Whitespace-only URL should disable debuginfod Content-Language: en-US To: Aaron Merey , gdb-patches@sourceware.org References: <20220427214653.311789-1-amerey@redhat.com> From: Pedro Alves In-Reply-To: <20220427214653.311789-1-amerey@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 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 autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 28 Apr 2022 16:28:59 -0000 On 2022-04-27 22:46, Aaron Merey wrote: > clean_restart > + set file_cmd "with confirm off -- file $binfile" > # Disable confirmation to avoid having to deal with a query. See > # test_urls. Please make it such that the comment ends up before the new variable, as the comment is talking about the "with confirm off" part. > - gdb_test_multiple "with confirm off -- file $binfile" "notice empty URL" { > + gdb_test_multiple $file_cmd "notice empty URL" {