guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 01/03: tests: Add comment linking to Fibers 1.1.0 bug.


From: Ludovic Courtès
Subject: [shepherd] 01/03: tests: Add comment linking to Fibers 1.1.0 bug.
Date: Sun, 22 May 2022 10:00:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 839dc47b1eb02e7c90c4bc54b70c39205a57aa4d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun May 22 15:29:57 2022 +0200

    tests: Add comment linking to Fibers 1.1.0 bug.
    
    * tests/inetd.sh: Add comment and link to Fibers 1.1.0 bug.
---
 tests/inetd.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/inetd.sh b/tests/inetd.sh
index c05d6fe..0301b68 100644
--- a/tests/inetd.sh
+++ b/tests/inetd.sh
@@ -158,6 +158,9 @@ if guile -c '(socket AF_INET6 SOCK_STREAM 0)'; then
        "(make-socket-address AF_INET6 IN6ADDR_LOOPBACK $PORT)"
     ! converse_with_echo_server \
        "(make-socket-address AF_INET INADDR_LOOPBACK $PORT)"
+
+    # Note: The following test below would hang with Fibers 1.1.0, due to
+    # <https://github.com/wingo/fibers/pull/57>.
 fi
 
 # Now test inetd on a Unix-domain socket.



reply via email to

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