[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#36340: Test failures when networking is disabled
From: |
Cyprien Nicolas |
Subject: |
bug#36340: Test failures when networking is disabled |
Date: |
Sun, 7 Jul 2019 15:26:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 |
On 24/06/2019 14:35, Ludovic Courtès wrote:
Hi Cyprien! :-)
Cyprien Nicolas <address@hidden> skribis:
Is guile configured with --disable-networking still a supported
configuration?
In theory yes, but as you found out, it’s not well tested.
The way we’d normally addressing in the test suite is by testing:
(provided? 'socket)
and/or:
(provided? 'net-db)
and throwing to unresolved or skipping tests altogether.
Would you like to propose a patch that does that for all the instances
that you found?
Do you mean also harmonizing current tests that uses
(memq 'socket *features*) ; web-uri.test
and/or
(defined? 'AF_INET) ; 00-socket.test
or only fixing failing ones?
The attached path mimics net-db.test style for skipping tests for
00-repl-server.test (I hope the indentation is correct).
However, we still have the ice-9 suspendable-ports module issue which
compiles fine but fails to load (actually not related to tests).
Thanks,
guile-tests-00-repl-server.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#36340: Test failures when networking is disabled,
Cyprien Nicolas <=