From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22b.google.com (mail-lj1-x22b.google.com [IPv6:2a00:1450:4864:20::22b]) by sourceware.org (Postfix) with ESMTPS id 018943864844 for ; Tue, 3 Aug 2021 16:33:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 018943864844 Received: by mail-lj1-x22b.google.com with SMTP id y7so413696ljp.3 for ; Tue, 03 Aug 2021 09:33:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eHcye68IF0442sgS0wtm/IwKHQrIAjorslDds4E7txo=; b=D66xUJVyw1C0obev8MuJwfjEYxwHtPp4017c3JYy1kg5T3wDUCOpodLbZQWi1AZH5Z Wr1HSFqlsrii1cSvDkBlnB3cXJtkNsw05nqmHO13+UszcUqB5uV8IQLD/6ACFDt0QFWL BXt7sQmGql/QxMob5NtCcGTh/w+FPCl56kTjF2vJnl7ylJJJlAdbwpW1yuQDYAysIXm2 2NPZeeLtHH1LpkIg0BRWIYs6AeJ+9Yqwzo+8antkpi0ga55bFsSxJdnWzNpeK+HSYjjw FsIgz4GOHPvOKVMpM9l2Mo1w2J6tHs1qz9wQBtGeUkduc6kJ7/fLs0GBeQvkuVOeFd7J x9lg== X-Gm-Message-State: AOAM533OWejmCa+AxXbxe95R0/gNTn69KCdOtBSE3c0O8R7LikFXpRQt jweTfM594attUNR5FRPZoSAxS5bn/65apUfmB4s= X-Google-Smtp-Source: ABdhPJyEhjssqvOouq2Mt4GjT35V3g5qxPcBdeiXk0+LlFUgpd2EbnbXuu1w5aFGkBC7VLLi5s0FLB/q7WII6RKpw/s= X-Received: by 2002:a2e:7602:: with SMTP id r2mr15308865ljc.33.1628008381518; Tue, 03 Aug 2021 09:33:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Siddhesh Poyarekar Date: Tue, 3 Aug 2021 22:02:49 +0530 Message-ID: Subject: Re: glibc 2.34 failed tests To: Michael Brunnbauer Cc: libc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2021 16:33:04 -0000 On Tue, 3 Aug 2021 at 21:45, Michael Brunnbauer wrote: > cat ./malloc/tst-mxfast-mcheck.out > tst-mxfast.c:49: numeric comparison failure > left: 2 (0x2); from: m.smblks > right: 0 (0x0); from: 0 > error: 1 test failures This failure is harmless; tst-mxfast should not be built with lmcheck since the sizes requested get altered and may not always return a predictable result. I haven't taken a closer look at the other two but please report them on bugzilla (one for each failure) along with your build configuration so that the developers can reproduce the problem. Thanks, Siddhesh