From owner-freebsd-testing@freebsd.org Sun Dec 20 04:02:49 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79198A14845 for ; Sun, 20 Dec 2015 04:02:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F32517F6 for ; Sun, 20 Dec 2015 04:02:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK42nRo082767 for ; Sun, 20 Dec 2015 04:02:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 205446] tools/regression/lib/msun/test-ctrig.t fails on i386, but not on amd64 Date: Sun, 20 Dec 2015 04:02:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 04:02:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205446 Bug ID: 205446 Summary: tools/regression/lib/msun/test-ctrig.t fails on i386, but not on amd64 Product: Base System Version: 10.2-STABLE Hardware: i386 OS: Any Status: New Severity: Affects Some People Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org Some of the subtests fail on i386, but not amd64: $ cd tools/regression/lib/msun/ $ prove -rv test-ctrig.t test-ctrig.t .. Assertion failed: (cfpequal_tol((ctanh)(_d), ( ((long double _Complex){ 1.0, -1.62994325413993477997492170229268382e-26L })), ( ldexpl(1.0, 1 - 53)), FPE_ABS_ZERO)), function test_large, file test-ctrig.c, line 433. 1..6 ok 1 - ctrig zero ok 2 - ctrig nan ok 3 - ctrig inf 0x1.921fb54442d18p-1 0x0p+0 0x1.4fc442p-1 0x0p+0 0x1.4fc444p-1 0x1.921fb54442d18p+0 0x0p+0 0x1.d594fep-1 0x0p+0 0x1.d595p-1 0x1.2d97c7f3321d2p+1 0x0p+0 0x1.f6e20cp-1 0x0p+0 0x1.f6e20ep-1 0x1.f6a7a2955385ep+1 0x0p+0 0x1.ff9a46p-1 0x0p+0 0x1.ff9a48p-1 0x1.2d97c7f3321d2p+2 0x0p+0 0x1.ffead8p-1 0x0p+0 0x1.ffeadap-1 0x1.5fdbbe9bba775p+2 0x0p+0 0x1.fffb9ap-1 0x0p+0 0x1.fffb9cp-1 ok 4 - ctrig axes ok 5 - ctrig small Failed 1/6 subtests Test Summary Report ------------------- test-ctrig.t (Wstat: 134 Tests: 5 Failed: 0) Non-zero wait status: 134 Parse errors: Bad plan. You planned 6 tests but ran 5. Files=1, Tests=5, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.00 cusr 0.04 csys = 0.07 CPU) Result: FAIL 431 z = CMPLXL(30, 0x1p1023L); 432 test_odd_tol(ctanh, z, 433 CMPLXL(1.0, -1.62994325413993477997492170229268382e-26L), 434 DBL_ULP()); 435 z = CMPLXL(1, 0x1p1023L); 436 test_odd_tol(ctanh, z, 437 CMPLXL(0.878606311888306869546254022621986509L, 438 -0.225462792499754505792678258169527424L), 439 DBL_ULP()); A workaround to enable this test on i386 is coming soon. -- You are receiving this mail because: You are the assignee for the bug.