svn commit: r292489 - head/tools/regression/lib/msun
Garrett Cooper
ngie at FreeBSD.org
Sun Dec 20 04:06:32 UTC 2015
Author: ngie
Date: Sun Dec 20 04:06:30 2015
New Revision: 292489
URL: https://svnweb.freebsd.org/changeset/base/292489
Log:
Disable test-ctrig.t testcases which fail assertions on i386
Tested on: stable/10 (amd64/i386), head (amd64/i386)
PR: 205446
MFC after: 1 week
X-MFC to: stable/10
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/lib/msun/test-ctrig.c
Modified: head/tools/regression/lib/msun/test-ctrig.c
==============================================================================
--- head/tools/regression/lib/msun/test-ctrig.c Sun Dec 20 03:34:30 2015 (r292488)
+++ head/tools/regression/lib/msun/test-ctrig.c Sun Dec 20 04:06:30 2015 (r292489)
@@ -427,6 +427,7 @@ test_large(void)
test_odd_tol(ctanh, z,
CMPLXL(1.0, 8.95257245135025991216632140458264468e-309L),
DBL_ULP());
+#if !defined(__i386__)
z = CMPLXL(30, 0x1p1023L);
test_odd_tol(ctanh, z,
CMPLXL(1.0, -1.62994325413993477997492170229268382e-26L),
@@ -436,6 +437,7 @@ test_large(void)
CMPLXL(0.878606311888306869546254022621986509L,
-0.225462792499754505792678258169527424L),
DBL_ULP());
+#endif
z = CMPLXL(710.6, 0.78539816339744830961566084581987572L);
test_odd_tol(csinh, z,
More information about the svn-src-head
mailing list