~ruther/guix-local

ref: 3654e8e9f0cc332f385f7e71951d54186eb40a50 guix-local/gnu/packages/patches/gmp-faulty-test.patch -rw-r--r-- 302 bytes
3654e8e9 — Hartmut Goebel gnu: python-cftime: Update to 1.6.5. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
Skip a test that randomly fails on ARMv7: <http://bugs.gnu.org/21620>.

--- a/tests/mpz/reuse.c
+++ b/tests/mpz/reuse.c
@@ -213,6 +213,7 @@ main (int argc, char **argv)
   mpz_t bs;
   unsigned long bsi, size_range;
 
+  exit (77);					  /* skip */
   tests_start ();
   TESTS_REPS (reps, argv, argc);