summaryrefslogtreecommitdiff
path: root/tests/tprintf.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-07-04 15:14:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-07-04 15:14:21 +0000
commit75e092e81595e69e2f388ec6a31a9d9f6b1c9bfd (patch)
tree65bc4936697238b05891059de52476a1db5ddc45 /tests/tprintf.c
parent6fa4b894876f974a5107da6a47a0c4f67654fd5f (diff)
downloadmpfr-75e092e81595e69e2f388ec6a31a9d9f6b1c9bfd.tar.gz
[tests/tprintf.c] Added a TODO (for the FIXME in src/vasprintf.c).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12887 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tprintf.c')
-rw-r--r--tests/tprintf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tprintf.c b/tests/tprintf.c
index b6e7efb53..20132e41a 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -533,6 +533,11 @@ test_locale (void)
check_length (10002 + i, count, 12 + i + i/3, d);
}
+ /* TODO: add tests with powers of ten in all rounding modes
+ and powers of ten + 0.5 in rounding to nearest. Then add
+ the corresponding tests to tsprintf.c too. This may give
+ information for the FIXME in "src/vasprintf.c". */
+
mpfr_clear (x);
}