From 3e46dd2e94b1ed9c65ac152fd70cb81ac1f28b6c Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 12 Mar 2020 16:17:38 +0000 Subject: [tests/tests.c] Added a TODO for bad_cases, as the exact cases are not tested yet. As a consequence, the bad_cases test added in tcbrt.c r13776 is not really useful yet, as the cbrt bad cases are only exact cases. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13782 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tests.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests.c b/tests/tests.c index df597b84a..fd62540ca 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -1032,6 +1032,9 @@ bad_cases (int (*fct)(FLIST), int (*inv)(FLIST), const char *name, { if (dbg) printf ("bad_cases: exact case\n"); + /* TODO: Exact cases are not tested yet. This needs a change + in test5rm. Moreover, one should also test the value just + below and the value just above the exact case. */ goto next_i; } if (dbg) -- cgit v1.2.1