From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5C09D1F5AE for ; Fri, 24 Jul 2020 00:57:23 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 206843861032; Fri, 24 Jul 2020 00:57:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 206843861032 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1595552242; bh=NuwaJak+RITLDTIK8hzbpbJpr+/bwinZsuWo1fndMGs=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Wdt/yqlIEoB0R8KgkOzYhup3TaqtrpnglaTXpsW3H+6AdU6R8s+O/GREiLlMO1hlJ K9r4HaFEISSuaZn4cw+5FPpiylDk/zlnuwHMYmNOZWXABbe5jhFbzlIXpnRyd5+LVV Jna5Afpdi3l+qcEcyFVsJAoC0IzNPMv5ARU0T9BA= Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 618283858D38 for ; Fri, 24 Jul 2020 00:57:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 618283858D38 To: libc-alpha@sourceware.org Subject: Re: 5 x86-64 test failures on master, math/test-*-j0 Date: Fri, 24 Jul 2020 03:57:09 +0300 Message-ID: <4377016.vXUDI8C0e8@farino> Organization: Gentoo Linux In-Reply-To: <2043652.Hq7AAxBmiT@farino> References: <2043652.Hq7AAxBmiT@farino> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1987693.9o76ZdvQCi"; micalg="pgp-sha512"; protocol="application/pgp-signature" 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: , From: =?utf-8?q?Andreas_K=2E_H=C3=BCttel_via_Libc-alpha?= Reply-To: Andreas =?ISO-8859-1?Q?K=2E_H=FCttel?= Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --nextPart1987693.9o76ZdvQCi Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Ping pretty please. Still failing... Am Freitag, 17. Juli 2020, 22:20:00 EEST schrieb Andreas K. H=FCttel via Li= bc- alpha: > With today's master (e9422236a2dd4cf2b7e900af5e84706da68bd43e) I get the > following test failures: >=20 > FAIL: math/test-double-j0 > FAIL: math/test-float-j0 > FAIL: math/test-float32-j0 > FAIL: math/test-float32x-j0 > FAIL: math/test-float64-j0 >=20 >=20 > math/test-double-j0: >=20 > testing double (without inline functions) > Failure: Test: j0_towardzero (0x2.602774p+0) > Result: > is: 1.5262095721573004e-02 0x1.f41bbcff0cc83p-7 > should be: 1.5262095721573012e-02 0x1.f41bbcff0cc88p-7 > difference: 8.6736173798840354e-18 0x1.4000000000000p-57 > ulp : 5.0000 > max.ulp : 4.0000 > Maximal error of `j0_towardzero' > is : 5 ulp > accepted: 4 ulp >=20 > Test suite completed: > 200 test cases plus 196 tests for exception flags and > 196 tests for errno executed. > 2 errors occurred. >=20 >=20 > math/test-float-j0: >=20 > testing float (without inline functions) > Failure: Test: j0_towardzero (0x2.602774p+0) > Result: > is: 1.52620896e-02 0x1.f41bb0p-7 > should be: 1.52620952e-02 0x1.f41bbcp-7 > difference: 5.58793544e-09 0x1.800000p-28 > ulp : 6.0000 > max.ulp : 5.0000 > Maximal error of `j0_towardzero' > is : 6 ulp > accepted: 5 ulp >=20 > Test suite completed: > 160 test cases plus 156 tests for exception flags and > 156 tests for errno executed. > 2 errors occurred. >=20 >=20 > test-float32-j0: >=20 > testing _Float32 (without inline functions) > Failure: Test: j0_towardzero (0x2.602774p+0) > Result: > is: 1.52620896e-02 0x1.f41bb0p-7 > should be: 1.52620952e-02 0x1.f41bbcp-7 > difference: 5.58793544e-09 0x1.800000p-28 > ulp : 6.0000 > max.ulp : 5.0000 > Maximal error of `j0_towardzero' > is : 6 ulp > accepted: 5 ulp >=20 > Test suite completed: > 160 test cases plus 156 tests for exception flags and > 156 tests for errno executed. > 2 errors occurred. >=20 >=20 > test-float32x-j0: >=20 > testing _Float32x (without inline functions) > Failure: Test: j0_towardzero (0x2.602774p+0) > Result: > is: 1.5262095721573004e-02 0x1.f41bbcff0cc83p-7 > should be: 1.5262095721573012e-02 0x1.f41bbcff0cc88p-7 > difference: 8.6736173798840354e-18 0x1.4000000000000p-57 > ulp : 5.0000 > max.ulp : 4.0000 > Maximal error of `j0_towardzero' > is : 5 ulp > accepted: 4 ulp >=20 > Test suite completed: > 200 test cases plus 196 tests for exception flags and > 196 tests for errno executed. > 2 errors occurred. >=20 >=20 > test-float64-j0: >=20 > testing _Float64 (without inline functions) > Failure: Test: j0_towardzero (0x2.602774p+0) > Result: > is: 1.5262095721573004e-02 0x1.f41bbcff0cc83p-7 > should be: 1.5262095721573012e-02 0x1.f41bbcff0cc88p-7 > difference: 8.6736173798840354e-18 0x1.4000000000000p-57 > ulp : 5.0000 > max.ulp : 4.0000 > Maximal error of `j0_towardzero' > is : 5 ulp > accepted: 4 ulp >=20 > Test suite completed: > 200 test cases plus 196 tests for exception flags and > 196 tests for errno executed. > 2 errors occurred. >=20 >=20 >=20 > Machine: > Linux farino 5.4.50-gentoo-ah1 #1 SMP PREEMPT Fri Jul 3 18:00:55 EEST 2020 > x86_64 Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz GenuineIntel GNU/Linux >=20 > *FLAGS: -march=3Dnative -O2 -pipe -ggdb -frecord-gcc-switches >=20 > gcc (Gentoo 10.1.0-r2 p3) 10.1.0 >=20 > GNU ld (Gentoo 2.34 p4) 2.34.0 >=20 >=20 > Thanks in advance, > Andreas =2D-=20 Andreas K. H=FCttel dilfridge@gentoo.org Gentoo Linux developer=20 (council, qa, toolchain, base-system, perl, libreoffice) --nextPart1987693.9o76ZdvQCi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEE50NBr50KpJKM5MK59n+4O2olsAAFAl8aMeVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU3 NDM0MUFGOUQwQUE0OTI4Q0U0QzJCOUY2N0ZCODNCNkEyNUIwMDAACgkQ9n+4O2ol sADaXQ//SrF0a1J05HkGa6NWSSdLkA3S6x6t8ke2ZAJoohqV2s3fAB9nsz32hsEy Vcp6M3y865nAoXsW+T+LFZs44K2JkOmosnUmo0akTfrmgAlq8pOEDWoKlYVNCUJN T+34m7jXYoote8rs6Jwj6i9xbGuSuhzZyNqLTX3OlmCdeXGsEvz2QlG0cL0QDt1l gYjxR5aed4o/wun6L3Mxf379kKSyGjgxIWFNdy5ynlHdXsU4KMmG85OLn/eq5tAD uwZIa5wbCWXQ2PE6CUSHzaCA3mgGw/rxj1TMUaAgNFt0xVEeN3kbZUioTvXn/Q2e K7eCjK5Xzq0tuq7vkrhTQxQBD9bMXF4cYxJ5yJkw/tK48BPwOigpiRUBSkKcB+d0 +5VbKNMD/g/8zyonyEp7E5hn/m5+VRWBa70CD5DwXdxz/gNF92L2MFZOENSfz4TA 2NOuMyYs2bEkydrWUKzRB4OMFohGuNwAw5h9sxd+8GCXWGog/XEWB+58rS8ZLlii VFK459Js3q5dp8eA2C7xn3yM6f3lryOXVvQQKPjbRlbAnJJhf3g815bgcwwH2Dln 5xxFvAaZG/5p+A/f4Y2pzD8G/x2fbZiuKlw9BJ3+obtyAtRH6CwOUrtVpHCvQrqv tIROQqUKevXi9CC5OwE3ppqwjzALCc+iqZJrJkE/Kt26Ebmzzz4= =ZJE3 -----END PGP SIGNATURE----- --nextPart1987693.9o76ZdvQCi--