Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2017 06:56:44 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314950 - head/lib/msun/tests
Message-ID:  <201703090656.v296ui11003300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703090656.v296ui11003300>