~ruther/guix-local

ref: 22c9b4e430cc8b6dae1ae29fdba4567bfbbf2982 guix-local/gnu/packages/patches/gmp-faulty-test.patch -rw-r--r-- 302 bytes
22c9b4e4 — Ricardo Wurmus gnu: r-bbotk: Update to 1.8.1. 4 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);