[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/48: guile: Disable web-server test on the Hurd.
From: |
guix-commits |
Subject: |
30/48: guile: Disable web-server test on the Hurd. |
Date: |
Sun, 19 Apr 2020 10:22:15 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 51ee1e84421059182f3b3020731914d61a97508b
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Tue Apr 14 22:36:24 2020 +0200
guile: Disable web-server test on the Hurd.
On our Guix VM, we get
ERROR: web-server.test: GET / - arguments: ((system-error "connect"
"~A" ("Connection refused") (1073741885)))
* gnu/packages/guile.scm (guile-2.0)[arguments]: When compiling for the
Hurd,
in `disable-tests' phase also disable web-server.scm.
---
gnu/packages/guile.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index a262553..e1397f2 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -189,6 +189,9 @@ without requiring the source code to be rewritten.")
(rename-file "test-suite/tests/00-socket.test"
"00-socket.test")
;; FAIL: srfi-18.test: thread-sleep!: thread sleeps
fractions of a second
(rename-file "test-suite/tests/srfi-18.test"
"srfi-18.test")
+ ;; FAIL: web-server.test: ERROR: GET / - arguments:
+ ;; ((system-error "connect" "~A" ("Connection refused")
(1073741885)))
+ (false-if-exception (rename-file
"test-suite/tests/web-server.test" "web-server.test"))
;; failed to remove 't-guild-compile-7215.go.tdL7yC
(substitute* "test-suite/standalone/Makefile.in"
(("test-guild-compile ") ""))
- 17/48: services: Add hurd-ttys-service-type., (continued)
- 17/48: services: Add hurd-ttys-service-type., guix-commits, 2020/04/19
- 18/48: services: Add hurd-user-services-service-type., guix-commits, 2020/04/19
- 22/48: services: Add openssh-service as a Hurd service., guix-commits, 2020/04/19
- 15/48: services: Add hurd., guix-commits, 2020/04/19
- 14/48: gnu: Add libtirpc/hurd., guix-commits, 2020/04/19
- 28/48: system: hurd: Create system profile for guix development., guix-commits, 2020/04/19
- 21/48: services: hurd: Add dummy loopback., guix-commits, 2020/04/19
- 25/48: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/19
- 19/48: services: Add guix-daemon-service as a Hurd service., guix-commits, 2020/04/19
- 29/48: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., guix-commits, 2020/04/19
- 30/48: guile: Disable web-server test on the Hurd.,
guix-commits <=
- 31/48: gnu: tar: Disable troublesome tests on the Hurd., guix-commits, 2020/04/19
- 32/48: gnu: tls: Remove datefudge and disable tests on the Hurd., guix-commits, 2020/04/19
- 20/48: services: hurd: Add dummy syslog., guix-commits, 2020/04/19
- 35/48: HACK gnu: python: Disable tests on the Hurd., guix-commits, 2020/04/19
- 36/48: system: hurd: Add guix., guix-commits, 2020/04/19
- 39/48: gnu: guix: Fix cross-compilation., guix-commits, 2020/04/19
- 38/48: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/19
- 42/48: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/19
- 43/48: gnu: guix: Add dependency on `hurd' when building for the Hurd., guix-commits, 2020/04/19
- 07/48: gnu: hurd: Build DDE libraries., guix-commits, 2020/04/19