~ruther/guix-local

ref: next-master guix-local/gnu/packages/patches/gmp-faulty-test.patch -rw-r--r-- 302 bytes
b989e013 — Andy Tai gnu: koboldcpp: Update to 1.106.2. 30 days 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);