bug-guile
[Top][All Lists]
Advanced

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

bug#36340: Test failures when networking is disabled


From: Ludovic Courtès
Subject: bug#36340: Test failures when networking is disabled
Date: Mon, 24 Jun 2019 14:35:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

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?

Thanks!

Ludo’.





reply via email to

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