From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 42C90385734C for ; Wed, 15 Jun 2022 12:11:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 42C90385734C Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-644-X7iX0MOhNZ-aoqxSx6YVLw-1; Wed, 15 Jun 2022 08:11:36 -0400 X-MC-Unique: X7iX0MOhNZ-aoqxSx6YVLw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9A1F73C025C9; Wed, 15 Jun 2022 12:11:35 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.90]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8EDEDC28112; Wed, 15 Jun 2022 12:11:34 +0000 (UTC) From: Florian Weimer To: Letu Ren via Libc-help Cc: Adhemerval Zanella , Letu Ren Subject: Re: How to skip test when building glibc References: <2323859E-CD57-4DB0-88EC-74901E407D35@linaro.org> Date: Wed, 15 Jun 2022 14:11:33 +0200 In-Reply-To: (Letu Ren via Libc-help's message of "Wed, 15 Jun 2022 19:48:16 +0800") Message-ID: <87o7yup1my.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Wed, 15 Jun 2022 12:11:49 -0000 * Letu Ren via Libc-help: > I encountered 16 test failures. 11 of them are due to timeouts. > FAIL: nss/tst-nss-files-hosts-getent > FAIL: nss/tst-nss-files-hosts-multi > FAIL: string/test-memcpy > FAIL: string/test-memcpy-large > FAIL: string/test-mempcpy > FAIL: stdio-common/tst-vfprintf-width-prec > FAIL: stdio-common/tst-vfprintf-width-prec-mem > FAIL: resolv/tst-resolv-res_init-multi > FAIL: malloc/tst-malloc-too-large-malloc-hugetlb2 > FAIL: nptl/tst-mutex10 > FAIL: locale/tst-localedef-path-norm Most of them occur regularly on very slow systems (but I haven't seen nptl/tst-mutex10 and malloc/tst-malloc-too-large-malloc-hugetlb2 in this context). You could setting TIMEOUT_FACTOR to a large value (like 100) and retry. Thanks, Florian