From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from camel.birch.relay.mailchannels.net (camel.birch.relay.mailchannels.net [23.83.209.29]) by sourceware.org (Postfix) with ESMTPS id 04374386184F for ; Tue, 13 Jul 2021 01:06:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 04374386184F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org 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 AD092681518; Tue, 13 Jul 2021 01:06:36 +0000 (UTC) Received: from pdx1-sub0-mail-a99.g.dreamhost.com (100-96-17-89.trex.outbound.svc.cluster.local [100.96.17.89]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 21658680E04; Tue, 13 Jul 2021 01:06:36 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a99.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.17.89 (trex/6.3.3); Tue, 13 Jul 2021 01:06:36 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Thread-Whimsical: 208ddea97b692d39_1626138396377_54536277 X-MC-Loop-Signature: 1626138396376:3242125919 X-MC-Ingress-Time: 1626138396376 Received: from pdx1-sub0-mail-a99.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a99.g.dreamhost.com (Postfix) with ESMTP id B7CBA86B43; Mon, 12 Jul 2021 18:06:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=seVezV wyRgaEBX/p5RMeKRhJb4o=; b=ddZTD5aEsDfJXspo3owH9nph1qoeAhozMCCsOp YbReDJICv1pshqwv5z58U2rm/zkvtuHYgsnNl9K7bFX7GxEzXuqGMhgcQV2qkdy8 FXAUfVYrg1aSCoRO4HcrvmgNH0H7N3CKQw7IhDE/dVH+jHLTpacxl1H1xH14TqyE TGwV8= Received: from [192.168.1.139] (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-a99.g.dreamhost.com (Postfix) with ESMTPSA id D6B927E75C; Mon, 12 Jul 2021 18:06:33 -0700 (PDT) Subject: Re: [PATCH v3 02/10] Add mcheck tests to malloc To: Matheus Castanho Cc: "H.J. Lu" , Stefan Liebler , libc-alpha@sourceware.org References: <20210702023546.3081774-1-siddhesh@sourceware.org> <20210702023546.3081774-3-siddhesh@sourceware.org> <0270d99b-3a15-09d2-7fa9-c9ecf2591d8f@gotplt.org> <433e43a7-e06a-cd08-ee80-7cb84d9ed7e8@gotplt.org> <87im1fo1ga.fsf@linux.ibm.com> X-DH-BACKEND: pdx1-sub0-mail-a99 From: Siddhesh Poyarekar Message-ID: <062cd582-f904-b5c3-6133-88b4c9073369@gotplt.org> Date: Tue, 13 Jul 2021 06:36:28 +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: <87im1fo1ga.fsf@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=-3031.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, 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: 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: Tue, 13 Jul 2021 01:06:40 -0000 On 7/12/21 11:32 PM, Matheus Castanho wrote: > I just noticed this test is also failing on powerpc32. Similar to > x32. Does it make sense to exclude it there too? I just acked HJ's patch that fixes this. Siddhesh