From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9255 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: mips n64 porting review Date: Thu, 4 Feb 2016 01:45:09 +0100 Message-ID: <20160204004508.GA9915@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1454546739 9621 80.91.229.3 (4 Feb 2016 00:45:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2016 00:45:39 +0000 (UTC) Cc: Rich Felker , Jaydeep Patil , Anand Takale , musl@lists.openwall.com To: Mahesh Bodapati Original-X-From: musl-return-9268-gllmg-musl=m.gmane.org@lists.openwall.com Thu Feb 04 01:45:30 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aR835-0004KO-JD for gllmg-musl@m.gmane.org; Thu, 04 Feb 2016 01:45:27 +0100 Original-Received: (qmail 14284 invoked by uid 550); 4 Feb 2016 00:45:25 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14237 invoked from network); 4 Feb 2016 00:45:20 -0000 Mail-Followup-To: Mahesh Bodapati , Rich Felker , Jaydeep Patil , Anand Takale , musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9255 Archived-At: * Mahesh Bodapati [2016-02-03 15:41:13 +0000]: > We have modified 3 test cases in libc test bench and I have attached that patch too. thanks, fixed. > We have tested MIPS n64 [mips64r2 to mips64r5] libraries on little endian and here are the FAILS. > > FAIL ./src/api/main.exe [status 1] ok > FAIL ./src/functional/pthread_cancel-points-static.exe [timed out] > FAIL ./src/functional/pthread_cancel-points.exe [timed out] > FAIL ./src/functional/pthread_cond.exe [timed out] these should pass > FAIL ./src/functional/snprintf-static.exe [status 1] > FAIL ./src/functional/snprintf.exe [status 1] > FAIL ./src/functional/strtold-static.exe [status 1] > FAIL ./src/functional/strtold.exe [status 1] > FAIL ./src/functional/swprintf-static.exe [status 1] > FAIL ./src/functional/swprintf.exe [status 1] bits/float.h is wrong if mips64 uses ieee binary128 then copy aarch64 float.h otherwise use arm float.h > FAIL ./src/functional/wcstol-static.exe [status 1] > FAIL ./src/functional/wcstol.exe [status 1] ok > FAIL ./src/math/acosh.exe [status 1] > FAIL ./src/math/asinh.exe [status 1] ok > FAIL ./src/math/fenv.exe [status 1] > FAIL ./src/math/isless.exe [status 1] these should pass > FAIL ./src/math/j0.exe [status 1] > FAIL ./src/math/jn.exe [status 1] > FAIL ./src/math/jnf.exe [status 1] > FAIL ./src/math/lgamma.exe [status 1] > FAIL ./src/math/lgamma_r.exe [status 1] > FAIL ./src/math/lgammaf.exe [status 1] > FAIL ./src/math/lgammaf_r.exe [status 1] > FAIL ./src/math/sinh.exe [status 1] > FAIL ./src/math/tgamma.exe [status 1] > FAIL ./src/math/y0.exe [status 1] > FAIL ./src/math/y0f.exe [status 1] > FAIL ./src/math/ynf.exe [status 1] ok > FAIL ./src/regression/printf-fmt-g-round-static.exe [status 1] > FAIL ./src/regression/printf-fmt-g-round.exe [status 1] bits/float.h > FAIL ./src/regression/pthread_cond-smasher.exe [status 1] > FAIL ./src/regression/pthread_condattr_setclock.exe [status 1] should work. > > We haven't test on big endian boards and we are doing it now. > > Thanks, > Mahesh > >