summaryrefslogtreecommitdiff
path: root/tests/tversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tversion.c')
-rw-r--r--tests/tversion.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/tversion.c b/tests/tversion.c
index 188530656..44ce540e5 100644
--- a/tests/tversion.c
+++ b/tests/tversion.c
@@ -57,9 +57,12 @@ main (void)
/*********************** MPFR version and patches ************************/
- /* With i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO and run under Wine,
- the following line was not output. This is not reproducible. Let's try
- to detect the error in case this happens again. */
+ /* The printf failure test was added because of an output issue under Wine,
+ * eventually not related to this output; this test is kept just in case...
+ * Details:
+ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914822
+ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914949
+ */
if (printf ("[tversion] MPFR %s\n", MPFR_VERSION_STRING) < 0)
{
perror ("tversion (first printf)");