mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gmp: Skip unreliable test.
* gnu/packages/patches/gmp-faulty-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/multiprecision.scm (gmp)[source]: Use it.
This commit is contained in:
parent
18bf40a087
commit
42e735dfc7
3 changed files with 16 additions and 2 deletions
11
gnu/packages/patches/gmp-faulty-test.patch
Normal file
11
gnu/packages/patches/gmp-faulty-test.patch
Normal file
|
@ -0,0 +1,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);
|
Loading…
Add table
Add a link
Reference in a new issue