~ruther/guix-local

ref: 5980f1cfe94b6641b82a034e0ae6663b140c0974 guix-local/gnu/packages/patches/gmp-faulty-test.patch -rw-r--r-- 302 bytes
5980f1cf — Andreas Enge gnu: python-gpg: Fix build. 2 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);