On 24/06/2019 14:35, Ludovic Courtès wrote: > Hi Cyprien! :-) > > Cyprien Nicolas 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,