Skip a test that randomly fails on ARMv7: . --- 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); koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-11Add 'etc/historical-authorizations'....* etc/historical-authorizations: New file. Data extracted from 'build-aux/git-authenticate.scm'. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès