[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/84: gnu: tcsh: Skip substitution tests for the Hurd.
From: |
guix-commits |
Subject: |
66/84: gnu: tcsh: Skip substitution tests for the Hurd. |
Date: |
Wed, 14 Jun 2023 06:24:01 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 39c318a9ba3d0d8a79f9bd7e0f83042e5d8eaeb3
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Jun 12 07:26:11 2023 +0200
gnu: tcsh: Skip substitution tests for the Hurd.
* gnu/packages/shells.scm (tcsh)[arguments]: When building for 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 a3b16aaae8..22213b64f7 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 (target-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
- 04/84: gnu: hurd: Update supported systems., (continued)
- 04/84: gnu: hurd: Update supported systems., guix-commits, 2023/06/14
- 29/84: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/14
- 25/84: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/14
- 27/84: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/14
- 42/84: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/14
- 58/84: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/14
- 51/84: gnu: libbsd: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 45/84: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/14
- 77/84: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/14
- 68/84: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/06/14
- 66/84: gnu: tcsh: Skip substitution tests for the Hurd.,
guix-commits <=
- 14/84: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/14
- 39/84: gnu: grep: Update hanging and failing tests for the Hurd., guix-commits, 2023/06/14
- 47/84: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/14
- 46/84: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/14
- 48/84: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/14
- 50/84: gnu: elfutils: Skip failing tests for the Hurd., guix-commits, 2023/06/14
- 22/84: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/14
- 37/84: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/14
- 59/84: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/06/14
- 70/84: gnu: cmake-minimal: Skip tests for the Hurd., guix-commits, 2023/06/14