summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 16:20:35 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 16:20:35 +0000
commit436686423a7c2fa384b21c120334f86cc0342f07 (patch)
tree08742ea9b9c232a4f1c85d440357f5444caec735 /tests/tgamma.c
parentde74aa7761cc49a1bcf2d951d2b2b7b8f215347c (diff)
downloadmpfr-436686423a7c2fa384b21c120334f86cc0342f07.tar.gz
[tests/tgamma.c] Say that the freeze is for 64-bit machines only.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8187 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r--tests/tgamma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tgamma.c b/tests/tgamma.c
index 6636a02eb..6710c5e4a 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -956,6 +956,8 @@ exp_lgamma_tests (void)
exp_lgamma (x, 53, 64);
mpfr_set_str (x, "-90.6308260837372266e+15", 10, MPFR_RNDN);
exp_lgamma (x, 53, 64);
+ /* The following test triggers an endless loop in r8186
+ on 64-bit machines (64-bit exponent). */
mpfr_set_str (x, "-1.2b13fc45a92dea8@14", 16, MPFR_RNDN);
exp_lgamma (x, 53, 64);
mpfr_clear (x);