[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/92: gnu: guile: Skip hanging and failing pipe tests on the Hurd.
From: |
guix-commits |
Subject: |
37/92: gnu: guile: Skip hanging and failing pipe tests on the Hurd. |
Date: |
Fri, 23 Jun 2023 12:45:41 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit f0961e32b5230d7166d86bdf76ff78f2d1c8973e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed May 31 11:18:32 2023 +0200
gnu: guile: Skip hanging and failing pipe tests on the Hurd.
* gnu/packages/guile.scm (guile-3.0)[arguments]: When building on the Hurd,
add stage 'disable-popen.test-open-pipe' to avoid running the
open-input-pipe test (hangs) and open-output-pipe test (fails.
---
gnu/packages/guile.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 292ee10bcb..d71d2e0b47 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -378,6 +378,15 @@ without requiring the source code to be rewritten.")
(search-patch "guile-hurd-posix-spawn.patch")))
(invoke "patch" "--force" "-p1" "-i" patch))))
#~())
+ #$@(if (system-hurd?)
+ #~((add-after 'unpack 'disable-popen.test-no-duplicate
+ ;; This test hangs on the Hurd.
+ (lambda _
+ (substitute* "test-suite/tests/popen.test"
+ (("\\(pass-if \"no duplicate\".*" all)
+ (string-append all " (when (string-ci=
\"GNU\" (vector-ref (uname) 0)) (throw 'unresolved))
+"))))))
+ #~())
#$@(if (target-ppc32?)
#~((add-after 'unpack 'adjust-bootstrap-flags
(lambda _
- 33/92: gnu: commencement: mig-boot0: Update to 1.8+git20230520., (continued)
- 33/92: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/23
- 35/92: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/23
- 50/92: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/06/23
- 51/92: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 29/92: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/23
- 30/92: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/06/23
- 34/92: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/23
- 22/92: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/23
- 27/92: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/23
- 36/92: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/23
- 37/92: gnu: guile: Skip hanging and failing pipe tests on the Hurd.,
guix-commits <=
- 38/92: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/06/23
- 39/92: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/06/23
- 40/92: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/23
- 41/92: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/06/23
- 42/92: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/06/23
- 44/92: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/23
- 47/92: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/23
- 43/92: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/23
- 53/92: gnu: libgpg-error: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 54/92: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/06/23