[flint] 01/02: Description: Disable a test that fails with GMP >= 6.0.0 (making it possible to build with it) Forwarded: not-needed

felix salfelder felix-guest at moszumanska.debian.org
Sat May 24 12:34:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository flint.

commit fe5ae76c8fa25c95d64dd118db432a782f55a355
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri May 23 22:05:29 2014 +0200

    Description: Disable a test that fails with GMP >= 6.0.0 (making it possible to build with it)
    Forwarded: not-needed
---
 fmpz/test/t-invmod.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fmpz/test/t-invmod.c b/fmpz/test/t-invmod.c
index aea236e..a0040e4 100644
--- a/fmpz/test/t-invmod.c
+++ b/fmpz/test/t-invmod.c
@@ -36,8 +36,9 @@ main(void)
     int i, result;
     FLINT_TEST_INIT(state);
 
-    flint_printf("invmod....");
+    flint_printf("invmod.... (disabled)");
     fflush(stdout);
+    return 0;
 
     
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git



More information about the debian-science-commits mailing list