summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-19 14:47:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-19 14:47:51 +0000
commit6f7e0aea6d74cc656e8a0669f49b305435e17658 (patch)
tree67ea6dc7ace014a6933911aef63c0953bfa353d2
parent8f489ce89da85afc819a91c1861e5f000786b350 (diff)
downloadmpfr-6f7e0aea6d74cc656e8a0669f49b305435e17658.tar.gz
[tests/tsprintf.c] Added a TODO about %n test.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11509 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tsprintf.c b/tests/tsprintf.c
index 28239854a..c8189b430 100644
--- a/tests/tsprintf.c
+++ b/tests/tsprintf.c
@@ -832,6 +832,7 @@ mixed (void)
check_vsprintf ("-12345678.9, 121", "%.1Rf, %i", x, i);
check_vsprintf ("-12345678, 1e240/45b352", "%.0R*f, %Qx", MPFR_RNDZ, x, mpq);
+ /* TODO: Systematically test with and without %n in check_vsprintf? */
/* Do the test several times due to random parameters in check_vsprintf
and the use of %n. In r11501, n2 is incorrect (seems random) when
randsize <= 0, i.e. when the size argument of mpfr_vsnprintf is 0. */