From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) by sourceware.org (Postfix) with ESMTPS id 1B8AD3955421 for ; Tue, 18 May 2021 13:51:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1B8AD3955421 Received: by mail-qk1-x733.google.com with SMTP id f18so9279373qko.7 for ; Tue, 18 May 2021 06:51:27 -0700 (PDT) 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=AS/7aLBJ/zebfSvOjdKTmqGWfY57TT1LJR/Qx8VlcgU=; b=oNxJtbnbD+ZO08pp/qh+oMD2RTZ1n8kcnmOwFSLnF0WYCTiTOJuzx3Gh06wHYKumTi EeNwEk3JsuHelcWJg0HkA7UfjqAJDogMGMTqQofhIS3FHajyiQjeqma4tVWLOtxGDsia fg+pUDetR639a8JaZsf0R9pm9ZERk2P61fZLBBTUumqorvkyMWPxFv3UmgTWz/MuqVsz cueQIrgl7t8Hs2mVqdt9YgqvTD9Hcs5pR4mISH8SHy9Tp/79uuoZW0UaVWP3mA04b6Gv aQMY062lwOkVwCw42vLPLskMbYDDpUxmKQJZLCYdj5jU7N6mQ6ij1nxU3zI0VGIfV3Ug mzKA== X-Gm-Message-State: AOAM531JZ8sdlDU0Qu48NZu0FVbFuuqk3AdEL9EJqEhfazcbPNolU4w3 0y73oKYnVGSG9QbOEnf1M6h7xxn2vc58Sw== X-Google-Smtp-Source: ABdhPJyrWJJ4AO+dUnf1jiBW9BQu7D6fXbIrF1/nY38NxuGaGMVqS01UU6WF0J1NPWU/h1MIyHLcBw== X-Received: by 2002:a37:e10e:: with SMTP id c14mr5458370qkm.209.1621345886239; Tue, 18 May 2021 06:51:26 -0700 (PDT) Received: from [192.168.1.4] ([177.194.37.86]) by smtp.gmail.com with ESMTPSA id x18sm12565898qkx.118.2021.05.18.06.51.25 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 18 May 2021 06:51:25 -0700 (PDT) Subject: Re: make check failures on armv7l To: libc-alpha@sourceware.org References: <20210518111117.GR9028@arm.com> From: Adhemerval Zanella Message-ID: <8f698833-efec-9d47-3ab4-97db73123021@linaro.org> Date: Tue, 18 May 2021 10:51:24 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210518111117.GR9028@arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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: Tue, 18 May 2021 13:51:28 -0000 On 18/05/2021 08:11, Szabolcs Nagy via Libc-alpha wrote: > The 05/18/2021 13:03, Paul Zimmermann wrote: >> with glibc master f17164b I get some failures from make check, among which: >> >> FAIL: elf/tst-glibc-hwcaps-prepend-cache > > this is a regression since glibc 2.33 > https://sourceware.org/bugzilla/show_bug.cgi?id=27046 > (the only failure that keeps the armhf buildbot red) > >> FAIL: stdio-common/tst-vfprintf-width-prec-mem > > this works for me in my armhf tests. This one usually fail due a timeout, specially on overload or slower systems.