gnu: automake: Skip some tests.

These tests fail for unknown reasons locally (even on master, without the
changes from this mesa-updates branch) though presumably pass on some machines
since there are substitutes available.  It appears to be non-deterministic.

See discussion at <https://codeberg.org/guix/guix/issues/1257>.

* gnu/packages/autotools.scm (automake)[arguments]<#:phases>: Skip some
tests.

Change-Id: I87099386483efdbb62e42251298f0995f3967179
This commit is contained in:
John Kehayias 2025-09-12 17:18:50 -04:00 committed by Andreas Enge
parent c5ec5dc7dd
commit 7947459c2f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -13,6 +13,7 @@
;;; Copyright © 2020, 2023, 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2020, 2023, 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2021 Maxim Cournoyer <maxim@guixotic.coop> ;;; Copyright © 2021 Maxim Cournoyer <maxim@guixotic.coop>
;;; Copyright © 2022 Marius Bakke <marius@gnu.org> ;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2025 John Kehayias <john@guixotic.coop>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -460,7 +461,13 @@ Makefile, simplifying the entire process for the developer.")
'("t/tags-lisp-space.sh" '("t/tags-lisp-space.sh"
;; This test fails, probably a timestamp thing: ;; This test fails, probably a timestamp thing:
;; make: Nothing to be done for 'all'. ;; make: Nothing to be done for 'all'.
"t/remake-aclocal-version-mismatch.sh") "t/remake-aclocal-version-mismatch.sh"
;; Non-deterministic test failures:
"t/aclocal-autoconf-version-check.sh"
"t/backcompat2.sh"
"t/backcompat3.sh"
"t/nodef.sh"
"t/nodef2.sh")
(("^#!.*" all) (("^#!.*" all)
(string-append all "exit 77;\n"))))) (string-append all "exit 77;\n")))))
#$@(if (%current-target-system) #$@(if (%current-target-system)