From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 0BDE53858D37 for ; Mon, 13 Jul 2020 21:15:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0BDE53858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: l4xu0vTf07DpwezC2ydkJKnuSH69TeOHEie9K3cFBuSRKPoTCxkVs7U8vezCO76bSuQYpSn0R6 Ko51g5v4xKSnAEHOnz+ee4pYTdsvUJNm4/zcqKP3sKqD8RnTwwvUOYFpQtbPtCWkmuL7p59e7Y v+wR2ONlbP57KVX1ZL+l84PI0Xo99Ee+ulUNkhBgnFPq5UnIxicaoegf3Y3nVv66ngSNYDq0pl h2LKft2le++S1+/9vT9D+628wgkbps89uKk4EwArlv2O1mAUv+FQSy5EsNkQzmDMKsatytNykI Cs0= X-IronPort-AV: E=Sophos;i="5.75,348,1589270400"; d="scan'208";a="50874780" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 13 Jul 2020 13:15:25 -0800 IronPort-SDR: VEvmdsXJmFt4H+JEb5iexVj+UvxMJb1fDbHny2yV/Gfnocty0frRmHFHFC+ucnR59bzngwnDZ5 aQuOojsm4VQX/U66PGJ8fOTMhUC00g20sbmGHd5HHEAGw6y0AnC0fWXuvXb81/TZFnSBaqdYpW LkWYe0oRQby1R97j62soX3+j/BCT/+Fffg0zLEc+dQXgX0jrGgxQSMjhB2iDGSGmopnKm2bW+e F5EBr627N10KZDr4W5+LF0FCknTjQFrSTrVuMbrfzbNKEP3dck61enbZ2AjcgqG2fNNp0GbZHS Eic= Date: Mon, 13 Jul 2020 21:15:20 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Alistair Francis CC: Subject: Re: [PATCH v3 00/19] glibc port for 32-bit RISC-V (RV32) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3129.2 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, 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: Mon, 13 Jul 2020 21:15:27 -0000 On Sun, 12 Jul 2020, Alistair Francis via Libc-alpha wrote: > This is the current list of tests that fail when running inside QEMU RV32 > system emulation on the 5.4 kernel: > > FAIL: elf/check-abi-libc You should never have check-abi-* failures; that's a compilation test and would stop build-many-glibcs.py from having clean results. (If the issue is the size of _nl_default_dirname, configure with --prefix=/usr to avoid a test failure; see bug 14664.) -- Joseph S. Myers joseph@codesourcery.com