Date: Mon, 07 Jul 2014 00:53:10 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-standards@FreeBSD.org Subject: [Bug 191676] New: tools/regression/lib/msun testcase failures on i386 Message-ID: <bug-191676-15@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191676 Bug ID: 191676 Summary: tools/regression/lib/msun testcase failures on i386 Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: standards Assignee: freebsd-standards@FreeBSD.org Reporter: yaneurabeya@gmail.com I run into a number of assertion failures on i386 with the lib/msun testcases that I don't run into with amd64 [with both clang and gcc47]. Are these known issues? % uname -a FreeBSD isilon-fuji-current.local 11.0-CURRENT FreeBSD 11.0-CURRENT #12 r267851+3e60b32(isilon-atf-fix-bsd-progs): Thu Jun 26 12:06:01 PDT 2014 root@isilon-fuji-current.local:/usr/obj/usr/src/sys/FUJI i386 % prove -rv . ./test-cexp.t ......... 1..7 ok 1 - cexp zero ok 2 - cexp nan ok 3 - cexp inf Assertion failed: (cfpequal_cs((cexpf)(_d), ( ((long double _Complex){ expf(finites[i]), 0.0 })), (1))), function test_reals, file test-cexp.c, line 200. Failed 4/7 subtests ./test-ctrig.t ........ 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 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. Failed 1/6 subtests ./test-exponential.t .. 1..3 Assertion failed: (fpequal((expf)(_d), (__builtin_inff()))), function run_generic_tests, file test-exponential.c, line 106. Failed 3/3 subtests ./test-fenv.t ......... 1..8 ok 1 - fenv ok 2 - fenv ok 3 - fenv ok 4 - fenv ok 5 - fenv ok 6 - fenv ok 7 - fenv ok 8 - fenv ok ./test-fma.t .......... 1..19 Assertion failed: (fpequal((fma)(_vx, _vy, _vz), (-0.0))), function test_zeroes, file test-fma.c, line 116. Failed 19/19 subtests Failed 3/3 subtests ./test-fenv.t ......... 1..8 ok 1 - fenv ok 2 - fenv ok 3 - fenv ok 4 - fenv ok 5 - fenv ok 6 - fenv ok 7 - fenv ok 8 - fenv ok ./test-fma.t .......... 1..19 Assertion failed: (fpequal((fma)(_vx, _vy, _vz), (-0.0))), function test_zeroes, file test-fma.c, line 116. Failed 19/19 subtests ./test-invtrig.t ...... 1..7 Assertion failed: (fpequal_tol(acosf(_in), _out, ((0) * ldexpf(1.0, 1 - 24)), CS_BOTH)), function test_special, file test-invtrig.c, line 116. Failed 7/7 subtests -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191676-15>