tests/lib/libm/t_fe_round: xfail for modfl uses.

PR lib/58237: modfl returns wrong answers on ld128 architectures
This commit is contained in:
riastradh 2024-05-08 22:59:07 +00:00
parent 03e019893b
commit 47b9ac9413
1 changed files with 6 additions and 0 deletions

View File

@ -391,6 +391,12 @@ ATF_TC_BODY(fe_nearbyintl_rintl, tc)
fnname[fn], valuesl[i].input); fnname[fn], valuesl[i].input);
} }
#if __HAVE_LONG_DOUBLE + 0 == 128
atf_tc_expect_fail("PR lib/58237:"
" modfl returns wrong answers"
" on ld128 architectures");
#endif
/* /*
* Verify the fractional part of the result is * Verify the fractional part of the result is
* zero -- the result of rounding to an integer * zero -- the result of rounding to an integer