svn commit: r314950 - head/lib/msun/tests

Ngie Cooper ngie at FreeBSD.org
Thu Mar 9 06:56:45 UTC 2017


Author: ngie
Date: Thu Mar  9 06:56:44 2017
New Revision: 314950
URL: https://svnweb.freebsd.org/changeset/base/314950

Log:
  Don't expect :test_large_inputs to fail with i386 anymore
  
  Recent changes (maybe a side-effect of the ATF-ification in r314649)
  invalidate the failure expectation.
  
  PR:		205446
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/msun/tests/ctrig_test.c

Modified: head/lib/msun/tests/ctrig_test.c
==============================================================================
--- head/lib/msun/tests/ctrig_test.c	Thu Mar  9 06:41:00 2017	(r314949)
+++ head/lib/msun/tests/ctrig_test.c	Thu Mar  9 06:56:44 2017	(r314950)
@@ -436,10 +436,6 @@ ATF_TC_BODY(test_large_inputs, tc)
 {
 	long double complex z;
 
-#ifdef	__i386__
-	atf_tc_expect_fail("test fails on i386 - bug 205446");
-#endif
-
 	/* tanh() uses a threshold around x=22, so check both sides. */
 	z = CMPLXL(21, 0.78539816339744830961566084581987572L);
 	testall_odd_tol(ctanh, z,


More information about the svn-src-all mailing list