[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/89: gnu: tcsh: Skip substitution tests on the Hurd.
From: |
guix-commits |
Subject: |
66/89: gnu: tcsh: Skip substitution tests on the Hurd. |
Date: |
Tue, 20 Jun 2023 05:59:00 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 607cbf1b1d142bf9698c8dbbf8c71279fbb5732d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Jun 12 07:26:11 2023 +0200
gnu: tcsh: Skip substitution tests on the Hurd.
* gnu/packages/shells.scm (tcsh)[arguments]: When building natively on the
Hurd, add phase 'skip-tests'.
---
gnu/packages/shells.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 16a4bba92f..86747436d8 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2019 Meiyo Peng <meiyo.peng@gmail.com>
;;; Copyright © 2019 Timothy Sample <samplet@ngyro.com>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
-;;; Copyright © 2019, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2019, 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
;;; Copyright © 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
@@ -416,6 +416,13 @@ written by Paul Haahr and Byron Rakitzis.")
(("CC_FOR_GETHOST=\"cc\"")
"CC_FOR_GETHOST=\"gcc\"")))))
#~())
+ #$@(if (system-hurd?)
+ #~((add-after 'unpack 'skip-tests
+ (lambda _
+ (substitute* "tests/testsuite.at"
+ (("m4_include\\(\\[subst.at\\]\\)" all)
+ (string-append "# " all))))))
+ #~())
(add-before 'check 'patch-test-scripts
(lambda _
;; Take care of pwd
- 36/89: Revert "gnu: libunistring: Fix make check for the Hurd.", (continued)
- 36/89: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/20
- 79/89: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 37/89: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/20
- 84/89: gnu: guix: Disable some test on 32bit., guix-commits, 2023/06/20
- 87/89: DRAFT hurd: Support second boot., guix-commits, 2023/06/20
- 22/89: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/20
- 28/89: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/20
- 32/89: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/20
- 31/89: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/20
- 49/89: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 66/89: gnu: tcsh: Skip substitution tests on the Hurd.,
guix-commits <=
- 54/89: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/06/20
- 42/89: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/06/20
- 55/89: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/06/20
- 33/89: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/20
- 51/89: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 75/89: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/06/20
- 73/89: gnu: guile-git: Skip http proxy test on the Hurd., guix-commits, 2023/06/20
- 76/89: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/06/20
- 78/89: gnu: fontforge: Support build on the Hurd., guix-commits, 2023/06/20
- 81/89: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/06/20