From 9275c302270a7d5eb9340ea7227475ea73ed2e84 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Tue, 3 Aug 2021 11:58:52 +0000 Subject: [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 --- tests/tget_flt.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.1