From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) by sourceware.org (Postfix) with ESMTPS id 2E434384C001 for ; Mon, 8 Mar 2021 13:48:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2E434384C001 Received: by mail-qk1-x72e.google.com with SMTP id z128so9159265qkc.12 for ; Mon, 08 Mar 2021 05:48:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=g3aPoDcD3gpHnzepdjCbDMA7+GFowi/K6OOiFNI6onY=; b=eQY31GR9sqjZFZHVpEgFBR/xEMcM1DN1jHn435FIVAycJ+q6KPKPyTAGC5R6Xn3Fnq 1slc0d3+OeTAUQZmKapLIjXNxzdwJbLSGQbBNFj3vQ5pFcSuxFcUpWSZxfOT2wg61HtH +5hWSDswOqvg4bADPwaW1yQN+Z408eWn352S66mgXOAb4PDqqb2YgIuIpakgd8KMmb3u zSi8Mt7CPpZ1w7gVS73vHvFX4Lq9g6qPllk6ryvJYmLfpg/tbNBF5y3AorQWj1sbSF4S EiWcHSTiZt3Ix6gvC6Y9Xv2ze9tfHHFEowjlYnvdaIUXc1Tmb4TYfLAvnQ+K9cQlBnJ6 O9NA== X-Gm-Message-State: AOAM530a1xNw7wISq7yBog/eY0HMdBCb7FWltO1yrp7+lHprzH9f8Oak bwmF3Jhxj205HORYvlM5hTPzqEaTuwZPhg== X-Google-Smtp-Source: ABdhPJxeKQBQZpXGp7K6IC6VA2hRtwSuFIJUTbKeDxZnz8+oaEKvult0oLoBHp7FSKTH3/LAQp+BZA== X-Received: by 2002:a37:b8c6:: with SMTP id i189mr20192899qkf.456.1615211330757; Mon, 08 Mar 2021 05:48:50 -0800 (PST) Received: from [192.168.1.4] ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id n5sm7523715qkp.133.2021.03.08.05.48.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 08 Mar 2021 05:48:50 -0800 (PST) Subject: Re: [PATCH] sunrpc: tst-svc_register can be a regular test To: libc-alpha@sourceware.org, Florian Weimer References: <87zgzhep1t.fsf@oldenburg.str.redhat.com> From: Adhemerval Zanella Message-ID: <9aa724ed-e07b-efa2-791f-75d3d30c5a64@linaro.org> Date: Mon, 8 Mar 2021 10:48:48 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <87zgzhep1t.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 13:48:52 -0000 On 05/03/2021 09:57, Florian Weimer via Libc-alpha wrote: > Now that compat_symbol_reference is not restricted to internal tests > anymore. LGTM, thanks. Reviewed-by: Adhemerval Zanella > > --- > sunrpc/Makefile | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/sunrpc/Makefile b/sunrpc/Makefile > index 9761585409..7e5bbfd951 100644 > --- a/sunrpc/Makefile > +++ b/sunrpc/Makefile > @@ -70,8 +70,7 @@ xtests := tst-getmyaddr > > ifeq ($(have-thread-library),yes) > xtests += thrsvc > -tests += tst-udp-garbage > -tests-internal += tst-svc_register > +tests += tst-udp-garbage tst-svc_register > endif > > ifeq (yes,$(build-shared)) >