From patchwork Thu Jan 13 11:56:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 49963 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6618B394847A for ; Thu, 13 Jan 2022 11:57:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6618B394847A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1642075053; bh=w2OHGZ0FlGaCTKJO9nxDeDWnPJo+w6C+5CWWCRgaVXw=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=RuGrUXkyFSFUZK52NAZzPini2Nq99qgjiYk61HFAF83YyAkusa8Oj5TaWl5k7OTgo zLdjpvrYubc7ONU7+geD7+b8YfwIdm3gtsRbeptT3GLKn0cFWYW2g+smaqy+3REA0J mWcWZsddT4EKPW/dZneYDFjDLu5M/V7q+Zxn52jA= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from antelope.elm.relay.mailchannels.net (antelope.elm.relay.mailchannels.net [23.83.212.4]) by sourceware.org (Postfix) with ESMTPS id BD7A53857C7C for ; Thu, 13 Jan 2022 11:57:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BD7A53857C7C X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 2942E621921; Thu, 13 Jan 2022 11:57:06 +0000 (UTC) Received: from pdx1-sub0-mail-a305.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 3B344621FD7; Thu, 13 Jan 2022 11:57:05 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a305.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.106.113.21 (trex/6.4.3); Thu, 13 Jan 2022 11:57:06 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Tank-Company: 655f7a514d110323_1642075025984_2529075891 X-MC-Loop-Signature: 1642075025984:1791149019 X-MC-Ingress-Time: 1642075025983 Received: from rhbox.redhat.com (unknown [1.186.121.232]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a305.dreamhost.com (Postfix) with ESMTPSA id 4JZNFq4Zy0z1G; Thu, 13 Jan 2022 03:57:03 -0800 (PST) To: libc-alpha@sourceware.org Subject: [PATCH] stdlib: Fix formatting of tests list in Makefile Date: Thu, 13 Jan 2022 17:26:55 +0530 Message-Id: <20220113115655.3885-1-siddhesh@sourceware.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <87sftrkj1y.fsf@oldenburg.str.redhat.com> References: <87sftrkj1y.fsf@oldenburg.str.redhat.com> MIME-Version: 1.0 X-Spam-Status: No, score=-3494.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, RCVD_IN_SBL, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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-Patchwork-Original-From: Siddhesh Poyarekar via Libc-alpha From: Siddhesh Poyarekar Reply-To: Siddhesh Poyarekar Cc: fweimer@redhat.com Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Signed-off-by: Siddhesh Poyarekar Reviewed-by: Florian Weimer --- stdlib/Makefile | 152 ++++++++++++++++++++++++------------------------ 1 file changed, 77 insertions(+), 75 deletions(-) diff --git a/stdlib/Makefile b/stdlib/Makefile index 52e4d8cf19..1e81f98fac 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -65,81 +65,83 @@ aux = grouping groupingwc tens_in_limb static-only-routines = atexit at_quick_exit test-srcs := tst-fmtmsg -tests := bug-fmtmsg1 \ - bug-getcontext \ - bug-strtod \ - bug-strtod2 \ - test-a64l \ - test-at_quick_exit-race \ - test-atexit-race \ - test-bz22786 \ - test-canon \ - test-canon2 \ - test-cxa_atexit-race \ - test-cxa_atexit-race2 \ - test-dlclose-exit-race \ - test-on_exit-race \ - testdiv \ - testmb \ - testmb2 \ - testrand \ - testsort \ - tst-at_quick_exit \ - tst-atexit \ - tst-atof1 \ - tst-atof2 \ - tst-bsearch \ - tst-bz20544 \ - tst-canon-bz26341 \ - tst-cxa_atexit \ - tst-environ \ - tst-getrandom \ - tst-limits \ - tst-makecontext \ - tst-makecontext-align \ - tst-makecontext2 \ - tst-makecontext3 \ - tst-on_exit \ - tst-qsort \ - tst-qsort2 \ - tst-quick_exit \ - tst-rand48 \ - tst-rand48-2 \ - tst-random \ - tst-random2 \ - tst-realpath \ - tst-secure-getenv \ - tst-setcontext \ - tst-setcontext2 \ - tst-setcontext3 \ - tst-setcontext4 \ - tst-setcontext5 \ - tst-setcontext6 \ - tst-setcontext7 \ - tst-setcontext8 \ - tst-setcontext9 \ - tst-strfmon_l \ - tst-strfrom \ - tst-strfrom-locale \ - tst-strtod \ - tst-strtod-nan-locale \ - tst-strtod-nan-sign \ - tst-strtod-overflow \ - tst-strtod-round \ - tst-strtod-underflow \ - tst-strtod2 \ - tst-strtod5 \ - tst-strtod6 \ - tst-strtol \ - tst-strtol-locale \ - tst-strtoll \ - tst-swapcontext1 \ - tst-thread-quick_exit \ - tst-tininess \ - tst-unsetenv1 \ - tst-width \ - tst-width-stdint \ - tst-xpg-basename +tests := \ + bug-fmtmsg1 \ + bug-getcontext \ + bug-strtod \ + bug-strtod2 \ + test-a64l \ + test-at_quick_exit-race \ + test-atexit-race \ + test-bz22786 \ + test-canon \ + test-canon2 \ + test-cxa_atexit-race \ + test-cxa_atexit-race2 \ + test-dlclose-exit-race \ + test-on_exit-race \ + testdiv \ + testmb \ + testmb2 \ + testrand \ + testsort \ + tst-at_quick_exit \ + tst-atexit \ + tst-atof1 \ + tst-atof2 \ + tst-bsearch \ + tst-bz20544 \ + tst-canon-bz26341 \ + tst-cxa_atexit \ + tst-environ \ + tst-getrandom \ + tst-limits \ + tst-makecontext \ + tst-makecontext-align \ + tst-makecontext2 \ + tst-makecontext3 \ + tst-on_exit \ + tst-qsort \ + tst-qsort2 \ + tst-quick_exit \ + tst-rand48 \ + tst-rand48-2 \ + tst-random \ + tst-random2 \ + tst-realpath \ + tst-secure-getenv \ + tst-setcontext \ + tst-setcontext2 \ + tst-setcontext3 \ + tst-setcontext4 \ + tst-setcontext5 \ + tst-setcontext6 \ + tst-setcontext7 \ + tst-setcontext8 \ + tst-setcontext9 \ + tst-strfmon_l \ + tst-strfrom \ + tst-strfrom-locale \ + tst-strtod \ + tst-strtod-nan-locale \ + tst-strtod-nan-sign \ + tst-strtod-overflow \ + tst-strtod-round \ + tst-strtod-underflow \ + tst-strtod2 \ + tst-strtod5 \ + tst-strtod6 \ + tst-strtol \ + tst-strtol-locale \ + tst-strtoll \ + tst-swapcontext1 \ + tst-thread-quick_exit \ + tst-tininess \ + tst-unsetenv1 \ + tst-width \ + tst-width-stdint \ + tst-xpg-basename \ +# tests tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete