summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-03 11:58:52 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-03 11:58:52 +0000
commit9275c302270a7d5eb9340ea7227475ea73ed2e84 (patch)
treed763f9624018e3959331fd9ea75b091d738d8eb2
parent10ab947ef47dbe98e3b73ca443e9bc3afc331000 (diff)
downloadmpfr-9275c302270a7d5eb9340ea7227475ea73ed2e84.tar.gz
[tests/tget_flt.c] Added FIXME for test added in r14552.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14554 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tget_flt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tget_flt.c b/tests/tget_flt.c
index 4eac79645..e509dc49f 100644
--- a/tests/tget_flt.c
+++ b/tests/tget_flt.c
@@ -56,6 +56,8 @@ bug_icx (void)
float y;
mpfr_init2 (x, 24);
+ /* FIXME: This test is incorrect as it triggers underflow, whose
+ behavior is platform-dependent. Probably not an icx bug. */
mpfr_set_flt (x, -0x1p-149f, MPFR_RNDN);
mpfr_log (x, x, MPFR_RNDN);
y = mpfr_get_flt (x, MPFR_RNDN);