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); type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-11daemon: Remove unused function exportPaths....* nix/libstore/store-api.cc (exportPaths): Remove it. * nix/libstore/store-api.hh (exportPaths): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos
2022-09-11daemon: Remove unused function openStore....* nix/libstore/store-api.cc (openStore): Remove it. * nix/libstore/store-api.hh (openStore): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos