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
This commit is contained in:
Enji Cooper 2017-03-09 06:56:44 +00:00
parent 4529332709
commit b97b0df681
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314950

View File

@ -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,