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:
parent
17edc3edd9
commit
64d93553b7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user