From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12053 Path: news.gmane.org!.POSTED!not-for-mail From: Sung-Taek Kim Newsgroups: gmane.linux.lib.musl.general Subject: Re: libc-test on aarch64 Date: Tue, 31 Oct 2017 18:03:22 -0700 Message-ID: <15f751aa880.1189c6663375165.5783643331307535869@pocketcluster.io> References: <15f7098e490.f6683ec2155112.5721721688095339796@pocketcluster.io> <20171031115032.GX15263@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1509498311 3365 195.159.176.226 (1 Nov 2017 01:05:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2017 01:05:11 +0000 (UTC) User-Agent: Zoho Mail To: "musl" Original-X-From: musl-return-12066-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 01 02:05:05 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1e9hSj-00087E-SI for gllmg-musl@m.gmane.org; Wed, 01 Nov 2017 02:04:57 +0100 Original-Received: (qmail 3436 invoked by uid 550); 1 Nov 2017 01:04:57 -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 1482 invoked from network); 1 Nov 2017 01:03:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1509498202; s=dkimvery; d=pocketcluster.io; i=stkim1@pocketcluster.io; h=Date:From:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; l=776; bh=gD0ZVp36lh4QCSQVugEUBXkE4R3PbUHs0md3oZDsUCc=; b=DOmb31x29NP7d4NCzrDZcpmS2Eat43XfSO7EbWGE1A+kjPwmvA3KglFBFg4m5aGb U+zhbcGF31DPhqBkEPiq8Mi2BaSFpZ4ZVWgqWgg0iXQbTfP+cPlWLTQ6SdjhbdwWDIG pSTMA8QAihC8BhsN5pQaf1TYuyqnchXn/Fw7zCXY= In-Reply-To: <20171031115032.GX15263@port70.net> X-Priority: Medium X-Mailer: Zoho Mail Xref: news.gmane.org gmane.linux.lib.musl.general:12053 Archived-At: ---- On Tue, 31 Oct 2017 04:50:32 -0700 Szabolcs Nagy wrote ---- > the current standard allows rounding functions to either > consistently raise inexact or not raise exceptions for > non-integer inputs. the c code in musl was written so > it raises inexact (following fdlibm convention), and the > tests try to check for that. > > but the other way is correct too and ieee754-2008 made > that a requirement and future c fp standard (ts 18661) > will require that too, so eventually both the c code in > musl and the test system should be fixed to check for that. > In that case, may I start looking into updating the test cases? Could you be kind enough to point out an entry point case with which I can work out from there on?