From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 029A43858CDA; Wed, 11 Oct 2023 14:12:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 029A43858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697033568; bh=xsRlSrTfeYK0ikqIW6XqIjC140rxqx0hQAEvfvz0/ko=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rM5QaGdTFzjmaf8p400UBA0Qlz4U94/aGCxlMN8fxy1X2+VaFs9pO/rn88m6z9fQo c3qPDjdEBe9zyRe3YnpCOeHaz/kCu7o9q/ffeHW6B/rj/ghXwpGS8c66TUN9m7oawS TI6PZGmdhPpYnu39jvNXnpPZPxAdFLjS160GaMJk= From: "tglozar at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/10163] [ia64] Errors math testsuite on ia64 Date: Wed, 11 Oct 2023 14:12:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tglozar at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D10163 Tom=C3=A1=C5=A1 Glozar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tglozar at gmail dot com --- Comment #6 from Tom=C3=A1=C5=A1 Glozar --- Update from distant future: The patch still applies with only minor corrections and fixes some of the m= ath errors, although not nearly all of them. Summary of test results before patch: 201 FAIL 4417 PASS 70 UNSUPPORTED 18 XFAIL 2 XPASS after patch: 183 FAIL 4488 PASS 20 UNSUPPORTED 18 XFAIL 2 XPASS I am currently working together with Frank Scheiner on fixing the remaining functions as a part of Itanium support for T2 SDE and Debian Ports. Current results have a few more passing tests after fixing errno of atanh familiy of functions to return ERANGE rather than EDOM when |x| =3D 1: 171 FAIL 4500 PASS 20 UNSUPPORTED 18 XFAIL 2 XPASS The in-progress patch is included in t2-trunk source at http://svn.exactcode.de/t2/trunk/package/base/glibc/math-fpu-error-partial-= fix.patch.ia64 to provide a partial fix for T2 SDE users and periodically updated after testing. Once the patch is finished, I will send it to the glibc mailing li= st. --=20 You are receiving this mail because: You are on the CC list for the bug.=