From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cross.elm.relay.mailchannels.net (cross.elm.relay.mailchannels.net [23.83.212.46]) by sourceware.org (Postfix) with ESMTPS id E3DAF383B800 for ; Wed, 7 Jul 2021 07:59:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E3DAF383B800 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 BD1F37020FB; Wed, 7 Jul 2021 07:59:12 +0000 (UTC) Received: from pdx1-sub0-mail-a3.g.dreamhost.com (100-96-27-225.trex.outbound.svc.cluster.local [100.96.27.225]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 2020B7027B2; Wed, 7 Jul 2021 07:59:12 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a3.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.27.225 (trex/6.3.3); Wed, 07 Jul 2021 07:59:12 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Shelf-Continue: 7c3b32e44722c066_1625644752375_375947758 X-MC-Loop-Signature: 1625644752375:3895817470 X-MC-Ingress-Time: 1625644752375 Received: from pdx1-sub0-mail-a3.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a3.g.dreamhost.com (Postfix) with ESMTP id C94CE8D9FB; Wed, 7 Jul 2021 00:59:11 -0700 (PDT) Received: from [192.168.1.137] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a3.g.dreamhost.com (Postfix) with ESMTPSA id BF9B88CC36; Wed, 7 Jul 2021 00:59:09 -0700 (PDT) Subject: Re: [PATCH] Exclude tst-realloc from tests-mcheck To: Stefan Liebler , Carlos O'Donell , libc-alpha@sourceware.org References: <20210706160132.4166609-1-siddhesh@sourceware.org> <3ce52c25-3053-3285-f3d7-2c405cbc6345@linux.ibm.com> X-DH-BACKEND: pdx1-sub0-mail-a3 From: Siddhesh Poyarekar Message-ID: <1977b1e7-9a36-fd65-a192-ea63ae71d66a@sourceware.org> Date: Wed, 7 Jul 2021 13:29:04 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <3ce52c25-3053-3285-f3d7-2c405cbc6345@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3486.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, 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: 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: Wed, 07 Jul 2021 07:59:17 -0000 On 7/7/21 1:19 PM, Stefan Liebler wrote: > Thanks for adding the test to the exclude list. > But unfortunately it is still failing as there is a typo. The test is > named "tst-realloc" instead of "tst-posix-realloc". Terribly sorry about that, I have pushed the correct fix now. Siddhesh