guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/43: guile: Disable web-server test on the Hurd.


From: guix-commits
Subject: 29/43: guile: Disable web-server test on the Hurd.
Date: Mon, 20 Apr 2020 07:34:08 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit b2265f22fe32eff38f8a91efc99b22370561b377
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 ") ""))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]