[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/89: gnu: guile-git: Skip http proxy test on the Hurd.
From: |
guix-commits |
Subject: |
73/89: gnu: guile-git: Skip http proxy test on the Hurd. |
Date: |
Tue, 20 Jun 2023 05:59:02 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 1d1ddce9eb9698691c16b8824b7c5d5ff607f2dc
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 13 09:37:07 2023 +0200
gnu: guile-git: Skip http proxy test on the Hurd.
* gnu/packages/guile.scm (guile-git)[arguments]: When building natively on
the
Hurd, add phase 'skip-tests/hurd'.
---
gnu/packages/guile.scm | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index d71d2e0b47..30d8150db1 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -838,7 +838,20 @@ type system, elevating types to first-class status.")
(lambda _
(substitute* "Makefile.am"
((".*tests/blob\\.scm.*") ""))))))
- '())))
+ '())
+ ,@(if (system-hurd?)
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-tests/hurd
+ (lambda _
+ (substitute* "tests/proxy.scm"
+ (("\\(test-begin.*" all)
+ (string-append
+ all
+ "(when (string-ci= \"GNU\" (vector-ref (uname) 0))\n"
+ " (test-skip 1))\n")))))))
+ '())))
(native-inputs
(list pkg-config autoconf automake texinfo guile-3.0
guile-bytestructures))
(inputs
- 32/89: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., (continued)
- 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, 2023/06/20
- 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 <=
- 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
- 80/89: gnu: guile-2.0: Skip failing tests on the Hurd., guix-commits, 2023/06/20
- 82/89: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/06/20
- 83/89: build: Build gnu/packages/*.go in four steps., guix-commits, 2023/06/20
- 86/89: gnu: guix: Update to 1.4.0-8.656960a93a., guix-commits, 2023/06/20
- 88/89: DRAFT hurd-boot: Support second boot., guix-commits, 2023/06/20
- 03/89: gnu: gnumach-headers: Cross-build without relying on x86., guix-commits, 2023/06/20
- 08/89: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/06/20