summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-12 16:17:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-12 16:17:38 +0000
commit3e46dd2e94b1ed9c65ac152fd70cb81ac1f28b6c (patch)
treef0352bc38f38b13c5fb7a3eec405c6a1e1253815
parent124d062c9079096811ee122e4eb3c04684d50a91 (diff)
downloadmpfr-3e46dd2e94b1ed9c65ac152fd70cb81ac1f28b6c.tar.gz
[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
-rw-r--r--tests/tests.c3
1 files changed, 3 insertions, 0 deletions
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)